Messages in this thread |  | | | Subject | [GIT PULL] LED updates for 2.6.30 | | From | Richard Purdie <> | | Date | Mon, 06 Apr 2009 16:49:26 +0100 |
| |
Linus,
Could you please pull from:
git://git.o-hand.com/linux-rpurdie-leds for-linus
for the LED tree updates for 2.6.30. The bulk of the changes are a new driver, new gpio trigger and extending the gpio driver to handle openfirmware devices for powerpc along with several cleanups/fixes. Most of this has been tested in -next/-mm for a while.
Thanks, Richard
Documentation/powerpc/dts-bindings/gpio/led.txt | 46 + drivers/leds/Kconfig | 75 ++ drivers/leds/Makefile | 7 drivers/leds/led-class.c | 21 drivers/leds/led-triggers.c | 10 drivers/leds/leds-bd2802.c | 765 ++++++++++++++++++++++++ drivers/leds/leds-dac124s085.c | 150 ++++ drivers/leds/leds-gpio.c | 225 +++++-- drivers/leds/leds-h1940.c | 2 drivers/leds/leds-pca9532.c | 2 drivers/leds/leds-pwm.c | 153 ++++ drivers/leds/leds-rb532.c | 77 ++ drivers/leds/leds-s3c24xx.c | 7 drivers/leds/leds.h | 4 drivers/leds/ledtrig-default-on.c | 2 drivers/leds/ledtrig-gpio.c | 239 +++++++ drivers/leds/ledtrig-heartbeat.c | 4 drivers/leds/ledtrig-ide-disk.c | 3 drivers/leds/ledtrig-timer.c | 2 include/linux/leds-bd2802.h | 26 include/linux/leds.h | 4 include/linux/leds_pwm.h | 21 22 files changed, 1772 insertions(+), 73 deletions(-) Adam Nielsen (1): leds: Prevent multiple LED triggers with the same name
David Brownell (1): leds: just ignore invalid GPIOs in leds-gpio
Felipe Balbi (2): leds: Add gpio-led trigger leds: introduce lp5521 led driver
Guennadi Liakhovetski (2): leds: allow led-drivers to use a variable range of brightness values leds: Add dac124s085 driver
Kim Kyuwon (1): leds: add BD2802GU LED driver
Luotao Fu (1): leds: simple driver for pwm driven LEDs
Németh Márton (1): leds: remove experimental flag from leds-clevo-mail
Phil Sutter (1): leds: Add rb532 LED driver for the User LED
Richard Purdie (2): leds: Fix leds-gpio driver multiple module_init/exit usage leds: Add suspend/resume state flags to leds-gpio
Riku Voipio (1): leds: Fix &&/|| confusion in leds-pca9532.c Trent Piepho (1): leds: Add openfirmware platform device support
Uwe Kleine-König (1): leds: move h1940-leds's probe function to .devinit.text
Zhenwen Xu (1): leds: remove an unnecessary "goto" on drivers/leds/leds-s3c24.c
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |