Re: [PATCH] clk: s2mps11: initialize driver via module_platform_driver

From: Stephen Boyd
Date: Tue Sep 22 2020 - 15:31:09 EST


Quoting Krzysztof Kozlowski (2020-09-21 13:35:57)
> The driver was using subsys_initcall() because in old times deferred
> probe was not supported everywhere and specific ordering was needed.
> Since probe deferral works fine and specific ordering is discouraged
> (hides dependencies between drivers and couples their boot order), the
> driver can be converted to regular module_platform_driver.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---

Applied to clk-next