Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

leds: Rename simple directory to simatic

The drivers contained in this directory are not simplistic.

Signed-off-by: Lee Jones <lee@kernel.org>

+4 -4
+2 -2
drivers/leds/Kconfig
··· 1015 1015 comment "LED Triggers" 1016 1016 source "drivers/leds/trigger/Kconfig" 1017 1017 1018 - comment "Simple LED drivers" 1019 - source "drivers/leds/simple/Kconfig" 1018 + comment "Simatic LED drivers" 1019 + source "drivers/leds/simatic/Kconfig" 1020 1020 1021 1021 endif # NEW_LEDS
+2 -2
drivers/leds/Makefile
··· 121 121 # LED Blink 122 122 obj-y += blink/ 123 123 124 - # Simple LED drivers 125 - obj-y += simple/ 124 + # Simatic LED drivers 125 + obj-y += simatic/
drivers/leds/simple/Kconfig drivers/leds/simatic/Kconfig
drivers/leds/simple/Makefile drivers/leds/simatic/Makefile
drivers/leds/simple/simatic-ipc-leds-gpio-apollolake.c drivers/leds/simatic/simatic-ipc-leds-gpio-apollolake.c
drivers/leds/simple/simatic-ipc-leds-gpio-core.c drivers/leds/simatic/simatic-ipc-leds-gpio-core.c
drivers/leds/simple/simatic-ipc-leds-gpio-elkhartlake.c drivers/leds/simatic/simatic-ipc-leds-gpio-elkhartlake.c
drivers/leds/simple/simatic-ipc-leds-gpio-f7188x.c drivers/leds/simatic/simatic-ipc-leds-gpio-f7188x.c
drivers/leds/simple/simatic-ipc-leds-gpio.h drivers/leds/simatic/simatic-ipc-leds-gpio.h
drivers/leds/simple/simatic-ipc-leds.c drivers/leds/simatic/simatic-ipc-leds.c