usb: musb: mediatek: Use clk_bulk API to simplify clock operations
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 4 Apr 2022 14:55:58 +0000 (16:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Apr 2022 17:23:46 +0000 (19:23 +0200)
commit5c29e864999763baec9eedb9ea5bd557aa4cbd77
tree1b2d0d6f0b9d278fae0d0d088f12b59ebe37f77d
parentab3a560ae8e2795b8069b4587792d1b49c20e671
usb: musb: mediatek: Use clk_bulk API to simplify clock operations

This driver uses three clocks and there's no special handling, they're
either enabled or disabled sequentially: migrate to the clk_bulk API
to simplify clock handling.

This patch brings no functional changes.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220404145558.93340-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/mediatek.c