From: Lee Jones Date: Fri, 7 Mar 2025 18:01:10 +0000 (-0800) Subject: leds: Rename simple directory to simatic X-Git-Tag: v6.15-rc1~108^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=835a0c10d33b;p=thirdparty%2Flinux.git leds: Rename simple directory to simatic The drivers contained in this directory are not simplistic. Signed-off-by: Lee Jones --- 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