From: Felipe Balbi <felipe.balbi@xxxxxxxxx> Preparing few drivers for integration upstream. At least lp5521 should be in good shape for going upstream. lm8323 and tsc2005 might need some more work. Felipe Balbi (7): input: lm8323: get rid of global pdata pointer input: tsc2005: move to gpiolib i2c: lp5521: remove dead code i2c: lp5521: cosmetic fixes i2c: lp5521: simplify mode setting i2c: lp5521: move to LED framework leds: lp5521: move to drivers/leds drivers/i2c/chips/Kconfig | 7 - drivers/i2c/chips/Makefile | 1 - drivers/input/keyboard/lm8323.c | 4 +- drivers/input/touchscreen/tsc2005.c | 15 +- drivers/leds/Kconfig | 10 + drivers/leds/Makefile | 1 + drivers/{i2c/chips/lp5521.c => leds/leds-lp5521.c} | 379 +++++++++++++------- 7 files changed, 271 insertions(+), 146 deletions(-) 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