]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
leds: Rename simple directory to simatic
authorLee Jones <lee@kernel.org>
Fri, 7 Mar 2025 18:01:10 +0000 (10:01 -0800)
committerLee Jones <lee@kernel.org>
Fri, 21 Mar 2025 09:21:56 +0000 (09:21 +0000)
The drivers contained in this directory are not simplistic.

Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/simatic/Kconfig [moved from drivers/leds/simple/Kconfig with 100% similarity]
drivers/leds/simatic/Makefile [moved from drivers/leds/simple/Makefile with 100% similarity]
drivers/leds/simatic/simatic-ipc-leds-gpio-apollolake.c [moved from drivers/leds/simple/simatic-ipc-leds-gpio-apollolake.c with 100% similarity]
drivers/leds/simatic/simatic-ipc-leds-gpio-core.c [moved from drivers/leds/simple/simatic-ipc-leds-gpio-core.c with 100% similarity]
drivers/leds/simatic/simatic-ipc-leds-gpio-elkhartlake.c [moved from drivers/leds/simple/simatic-ipc-leds-gpio-elkhartlake.c with 100% similarity]
drivers/leds/simatic/simatic-ipc-leds-gpio-f7188x.c [moved from drivers/leds/simple/simatic-ipc-leds-gpio-f7188x.c with 100% similarity]
drivers/leds/simatic/simatic-ipc-leds-gpio.h [moved from drivers/leds/simple/simatic-ipc-leds-gpio.h with 100% similarity]
drivers/leds/simatic/simatic-ipc-leds.c [moved from drivers/leds/simple/simatic-ipc-leds.c with 100% similarity]

index 8859e8fe292a9cd19dacb5ecef61fee9afa324e6..4f30e89e7e86323d771d2fb57d5fb279213b97f3 100644 (file)
@@ -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
index 6ad52e219ec6dc2afab3cddb24156104865f887d..fd4e2873478cd00e499f6adf86a594611eed5034 100644 (file)
@@ -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/