Re: [PATCH v4 02/13] phy: usb: Get all drivers that use USB clks using correct enable/disable
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-01-03 18:23:31
Also in:
linux-arm-kernel, lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-01-03 18:23:31
Also in:
linux-arm-kernel, lkml
On 1/3/20 10:18 AM, Al Cooper wrote:
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> -- Florian