]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl: guts: drop platform driver
authorMichael Walle <michael@walle.cc>
Mon, 4 Apr 2022 09:56:08 +0000 (11:56 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Jun 2022 06:51:59 +0000 (14:51 +0800)
commitcd5127fc1107934a00504bc8d02c83d5770725a2
tree36805f7a67574f0dccf4819bc782d15e76f8a2ae
parent439fd98eef7b52051136a9a01b772d8c3081d467
soc: fsl: guts: drop platform driver

This driver cannot be unloaded and it will be needed very early in the
boot process because other driver (weakly) depend on it (eg. for chip
errata handling). Drop all the platform driver and devres stuff and
simply make it a core_initcall.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/fsl/guts.c