ARM/leds: move ARM Versatile LED driver to leds subsystem
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 27 Feb 2014 13:44:17 +0000 (14:44 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 28 Mar 2014 09:54:15 +0000 (10:54 +0100)
commit1dc7d8374dccf2815294ceb6a1092253f45ba860
treebeb594f2cc4adb185b4fd727a29c36860cdb2cfa
parente4ecf2bda239ddef5f4edd0e05d48bfdf88a475d
ARM/leds: move ARM Versatile LED driver to leds subsystem

Now that we have converted this driver to a real platform device
module-based thing, we move the driver down into the LEDs
subsystem and rename the config option to LEDS_VERSATILE.

Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Pawel Moll <pawel.moll@arm.com>
Acked-by: Bryan Wu <cooloney@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/plat-versatile/Kconfig
arch/arm/plat-versatile/Makefile
arch/arm/plat-versatile/leds.c [deleted file]
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-versatile.c [new file with mode: 0644]