aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2020-09-21 22:35:57 +0200
committerStephen Boyd <[email protected]>2020-09-22 12:30:52 -0700
commit533852d71840a5f8b0cfa6ad8027e6493ea0cc7b (patch)
treea2023d35607af6b711d0bc74a93bf2552ec944e2 /scripts/gdb/linux
parent553be99d1fe93ef34b2521991ec3122f918d0dd3 (diff)
clk: s2mps11: initialize driver via module_platform_driver
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Tested-by: Marek Szyprowski <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions