Linus, Could you please pull from:
git://git.o-hand.com/linux-rpurdie-leds for-linus This adds a couple of new LED drivers and converts the LED class away from struct class_device as well as some bug fixes. Most of this has been in -mm for a while as it just missed the 2.6.22 merge window. Thanks, Richard (LED maintainer) arch/avr32/boards/atngw100/setup.c | 31 +++++ arch/avr32/configs/atngw100_defconfig | 16 ++ drivers/leds/Kconfig | 22 ++- drivers/leds/Makefile | 1 drivers/leds/led-class.c | 49 +++----- drivers/leds/led-triggers.c | 27 +++- drivers/leds/leds-gpio.c | 199 ++++++++++++++++++++++++++++++++++ drivers/leds/leds-locomo.c | 2 drivers/leds/leds.h | 8 - drivers/leds/ledtrig-timer.c | 49 +++----- include/linux/leds.h | 17 ++ 11 files changed, 343 insertions(+), 78 deletions(-) David Brownell (2): leds: Teach leds-gpio to handle timer-unsafe GPIOs leds: leds-gpio for ngw100 Jan Engelhardt (1): leds: Use menuconfig objects II - LED Raphael Assenat (1): leds: Add generic GPIO LED driver Richard Purdie (3): leds: Fix trigger unregister_simple if register_simple fails leds: Add warning printks in error paths leds: Convert from struct class_device to struct device - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/