summaryrefslogtreecommitdiff
path: root/samples/auxdisplay
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2021-10-27 16:26:15 +0300
committerStephen Boyd <sboyd@kernel.org>2021-11-03 03:59:00 +0300
commit000590a5e20d0781e8dc6936401d59bc5e89482f (patch)
treee8257a5b5e365ba91cf726d9eeb677335544d61c /samples/auxdisplay
parent59d9bcbfddb921f0469515c93c3a05ea0fb9dc83 (diff)
downloadlinux-000590a5e20d0781e8dc6936401d59bc5e89482f.tar.xz
Revert "clk: rockchip: use module_platform_driver_probe"
This reverts commit 1da80da028fe5accb866c0d6899a292ed86bef45. Reading recent discussions [0] [1], I realized this change introduces a number of problems: - only converting to module_platform_driver creates the issue with the existing __init and __initdata attributes. When the driver would've been built as a module, all the missing clock-definitions (all are initdata) should've turned up as error in testing suggesting that the change wasn't at all - a clock driver is a very core component of soc bringup and making this able to be built as a module solely for enabling the soc vendor to add out of tree changes for Android implementations is not in our interest and also everything except a ramdisk won't probe without a clock controller. This is especially true when the changes aren't really tested and are merely added to move the mainline driver "out of the way". [0] https://lwn.net/Articles/872209/ [1] https://lore.kernel.org/all/163529604399.15791.378104318036812951@swboyd.mtv.corp.google.com/ Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20211027132616.1039814-2-heiko@sntech.de Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'samples/auxdisplay')
0 files changed, 0 insertions, 0 deletions