Prev: superblock: introduce per-sb cache shrinker infrastructure
Next: [GIT PULL] Backlight updates for 2.6.35
From: Richard Purdie on 26 May 2010 12:50 Linus, Could you please pull from: git://git.o-hand.com/linux-rpurdie-leds for-linus for the LEDs tree updates for 2.6.35. This includes a couple of new drivers and various bugfixes/tweaks. Thanks, Richard arch/arm/mach-mx3/mach-mx31moboard.c | 45 +++ arch/arm/mach-orion5x/dns323-setup.c | 22 + drivers/leds/Kconfig | 17 + drivers/leds/Makefile | 2 drivers/leds/led-class.c | 2 drivers/leds/leds-88pm860x.c | 11 drivers/leds/leds-gpio.c | 31 ++ drivers/leds/leds-lp3944.c | 9 drivers/leds/leds-mc13783.c | 403 +++++++++++++++++++++++++++++++++++ drivers/leds/leds-net5501.c | 94 ++++++++ drivers/leds/leds-ss4200.c | 2 drivers/mfd/mc13783-core.c | 4 include/linux/leds.h | 12 - include/linux/mfd/mc13783.h | 66 +++++ 14 files changed, 691 insertions(+), 29 deletions(-) Axel Lin (3): leds: led-class: set permissions on max_brightness file to 0444 leds: leds-lp3944: properly handle lp3944_configure fail in lp3944_probe leds: leds-ss4200: fix led_classdev_unregister twice in error handling Benjamin Herrenschmidt (1): leds: leds-gpio: Change blink_set callback to be able to turn off blinking Bjarke Istrup Pedersen (1): leds: Add LED driver for the Soekris net5501 board Christoph Fritz (1): leds: 88pm860x - fix checking in probe function Philippe Rétornaz (2): leds: Add mc13783 LED support leds: Add mx31moboard MC13783 led support -- Richard Purdie Intel Open Source Technology Centre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |