Messages in this thread |  | | Subject | Re: [PATCH] clk: s2mps11: initialize driver via module_platform_driver | From | Stephen Boyd <> | Date | Tue, 22 Sep 2020 12:31:06 -0700 |
| |
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@kernel.org> > ---
Applied to clk-next
|  |