]> 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)
commit4a1bf6de5c2206111352b07e0eb650d6369f1ab2
tree36805f7a67574f0dccf4819bc782d15e76f8a2ae
parent6c5272d8fa2fa0143d728c532ff4a8ea4d0b21ab
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