[PATCH v2 0/5] usb drivers use devm_clk_get_enabled() helpers
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Mon Aug 26 17:14:54 AEST 2024
On Mon, Aug 26, 2024 at 03:02:38PM +0800, Lei Liu wrote:
> The devm_clk_get_enabled() helpers:
> - call devm_clk_get()
> - call clk_prepare_enable() and register what is needed in order to
> call clk_disable_unprepare() when needed, as a managed resource.
>
> This simplifies the code and avoids calls to clk_disable_unprepare().
Your email threading is broken for some reason :(
Please fix up and send a v3 series.
thanks,
greg k-h
More information about the Linux-aspeed
mailing list