From 835a0c10d33b54607f49edffbbeaea4c4cdcc49c Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Fri, 7 Mar 2025 10:01:10 -0800 Subject: [PATCH] leds: Rename simple directory to simatic The drivers contained in this directory are not simplistic. Signed-off-by: Lee Jones --- drivers/leds/Kconfig | 4 ++-- drivers/leds/Makefile | 4 ++-- drivers/leds/{simple => simatic}/Kconfig | 0 drivers/leds/{simple => simatic}/Makefile | 0 .../{simple => simatic}/simatic-ipc-leds-gpio-apollolake.c | 0 drivers/leds/{simple => simatic}/simatic-ipc-leds-gpio-core.c | 0 .../{simple => simatic}/simatic-ipc-leds-gpio-elkhartlake.c | 0 .../leds/{simple => simatic}/simatic-ipc-leds-gpio-f7188x.c | 0 drivers/leds/{simple => simatic}/simatic-ipc-leds-gpio.h | 0 drivers/leds/{simple => simatic}/simatic-ipc-leds.c | 0 10 files changed, 4 insertions(+), 4 deletions(-) rename drivers/leds/{simple => simatic}/Kconfig (100%) rename drivers/leds/{simple => simatic}/Makefile (100%) rename drivers/leds/{simple => simatic}/simatic-ipc-leds-gpio-apollolake.c (100%) rename drivers/leds/{simple => simatic}/simatic-ipc-leds-gpio-core.c (100%) rename drivers/leds/{simple => simatic}/simatic-ipc-leds-gpio-elkhartlake.c (100%) rename drivers/leds/{simple => simatic}/simatic-ipc-leds-gpio-f7188x.c (100%) rename drivers/leds/{simple => simatic}/simatic-ipc-leds-gpio.h (100%) rename drivers/leds/{simple => simatic}/simatic-ipc-leds.c (100%) diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 8859e8fe292a9..4f30e89e7e863 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -1015,7 +1015,7 @@ source "drivers/leds/rgb/Kconfig" comment "LED Triggers" source "drivers/leds/trigger/Kconfig" -comment "Simple LED drivers" -source "drivers/leds/simple/Kconfig" +comment "Simatic LED drivers" +source "drivers/leds/simatic/Kconfig" endif # NEW_LEDS diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 6ad52e219ec6d..fd4e2873478cd 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -121,5 +121,5 @@ obj-$(CONFIG_LEDS_TRIGGERS) += trigger/ # LED Blink obj-y += blink/ -# Simple LED drivers -obj-y += simple/ +# Simatic LED drivers +obj-y += simatic/ diff --git a/drivers/leds/simple/Kconfig b/drivers/leds/simatic/Kconfig similarity index 100% rename from drivers/leds/simple/Kconfig rename to drivers/leds/simatic/Kconfig diff --git a/drivers/leds/simple/Makefile b/drivers/leds/simatic/Makefile similarity index 100% rename from drivers/leds/simple/Makefile rename to drivers/leds/simatic/Makefile diff --git a/drivers/leds/simple/simatic-ipc-leds-gpio-apollolake.c b/drivers/leds/simatic/simatic-ipc-leds-gpio-apollolake.c similarity index 100% rename from drivers/leds/simple/simatic-ipc-leds-gpio-apollolake.c rename to drivers/leds/simatic/simatic-ipc-leds-gpio-apollolake.c diff --git a/drivers/leds/simple/simatic-ipc-leds-gpio-core.c b/drivers/leds/simatic/simatic-ipc-leds-gpio-core.c similarity index 100% rename from drivers/leds/simple/simatic-ipc-leds-gpio-core.c rename to drivers/leds/simatic/simatic-ipc-leds-gpio-core.c diff --git a/drivers/leds/simple/simatic-ipc-leds-gpio-elkhartlake.c b/drivers/leds/simatic/simatic-ipc-leds-gpio-elkhartlake.c similarity index 100% rename from drivers/leds/simple/simatic-ipc-leds-gpio-elkhartlake.c rename to drivers/leds/simatic/simatic-ipc-leds-gpio-elkhartlake.c diff --git a/drivers/leds/simple/simatic-ipc-leds-gpio-f7188x.c b/drivers/leds/simatic/simatic-ipc-leds-gpio-f7188x.c similarity index 100% rename from drivers/leds/simple/simatic-ipc-leds-gpio-f7188x.c rename to drivers/leds/simatic/simatic-ipc-leds-gpio-f7188x.c diff --git a/drivers/leds/simple/simatic-ipc-leds-gpio.h b/drivers/leds/simatic/simatic-ipc-leds-gpio.h similarity index 100% rename from drivers/leds/simple/simatic-ipc-leds-gpio.h rename to drivers/leds/simatic/simatic-ipc-leds-gpio.h diff --git a/drivers/leds/simple/simatic-ipc-leds.c b/drivers/leds/simatic/simatic-ipc-leds.c similarity index 100% rename from drivers/leds/simple/simatic-ipc-leds.c rename to drivers/leds/simatic/simatic-ipc-leds.c -- 2.39.5