[PATCH 0/3] memory: emif: ifdefs and platform_driver_probe()

From: Uwe Kleine-König
Date: Sun Dec 17 2023 - 14:32:14 EST


Hello,

while preparing the series to convert the platform drivers below
drivers/memory to use .remove_new()[1], I noticed that the emif driver
unnecessarily uses some #ifdefs and doesn't use platform_driver_probe()
correctly. Note there is a conflict between these series. Tell me if you
need support to resolve this.

The alternative to the third patch is to do s/__init_or_module/__init/
in the driver and mark emif_driver with __refdata.

Best regards
Uwe

[1] https://lore.kernel.org/r/cover.1702822744.git.u.kleine-koenig@xxxxxxxxxxxxxx

Uwe Kleine-König (3):
memory: emif: Simplify code handling CONFIG_DEBUG_FS
memory: emif: Simplify code handling CONFIG_OF
memory: emif: Drop usage of platform_driver_probe()

drivers/memory/emif.c | 63 ++++++++++++++++---------------------------
1 file changed, 23 insertions(+), 40 deletions(-)

base-commit: 17cb8a20bde66a520a2ca7aad1063e1ce7382240
--
2.42.0