The following patches updates a few nokia drivers. These 4 drivers are ready to go upstream and a patch will be made as soon as they get applied to linux-omap. Felipe Balbi (8): i2c: lp5521: remove dead code i2c: lp5521: cosmetic fixes lp5521: move to drivers/leds leds: lp5521: simplify mode setting leds: lp5521: register separate leds tsl2563: move tsl2563 to drivers/hwmon input: lm8323: get rid of global pdata pointer input: tsc2005: move to gpiolib drivers/hwmon/Kconfig | 10 + drivers/hwmon/Makefile | 1 + drivers/{i2c/chips => hwmon}/tsl2563.c | 2 +- drivers/i2c/chips/Kconfig | 17 - drivers/i2c/chips/Makefile | 2 - drivers/input/keyboard/lm8323.c | 4 +- drivers/input/touchscreen/tsc2005.c | 15 +- drivers/leds/Kconfig | 7 + drivers/leds/Makefile | 1 + drivers/{i2c/chips/lp5521.c => leds/leds-lp5521.c} | 379 +++++++++++++------- 10 files changed, 280 insertions(+), 158 deletions(-) rename drivers/{i2c/chips => hwmon}/tsl2563.c (99%) rename drivers/{i2c/chips/lp5521.c => leds/leds-lp5521.c} (62%) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html