commit | ece5ffd9e15e9c8471e58b581a098032a679d34e | [log] [tgz] |
---|---|---|
author | Al Cooper <alcooperx@gmail.com> | Fri Jan 03 13:18:00 2020 -0500 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Wed Jan 08 12:58:06 2020 +0530 |
tree | 2381fb59d9860256df38843329d92af50c10fcdb | |
parent | dc9aa43c43668481089c48135707ec3f8f5b2e19 [diff] |
phy: usb: Get all drivers that use USB clks using correct enable/disable The BRCM USB Phy, ohci, ehci and xhci drivers all use the USB clocks but not all drivers use the clk_prepare_enable/clk_disable_unprepare versions to enable/disable the clocks. This change gets all drivers using the prepare version. Signed-off-by: Al Cooper <alcooperx@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>