Resending the series with madc conversion done and another updates that I missed previously from Dave's comments. *** NOTE: I didn't test the madc changes (besides compile testing) since I don't have code for testing that. Maybe Mikko Ylinen could help us with that. David Brownell (2): twl4030 gpio platform data twl4030 uses gpiolib Felipe Balbi (6): twl4030: fix potential null pointer dereference i2c: clean add_children a bit i2c: move twl4030_keypad to new style registration i2c: move twl4030-usb to platform_device i2c: twl4030-usb: add 'vbus' sysfs file i2c: move twl4030-madc to new registration style Jagadeesh Bhaskar Pakaravoor (1): twl4030-gpio: Remove default pullup enable/disable of GPIO arch/arm/mach-omap2/board-2430sdp.c | 33 ++- arch/arm/mach-omap2/board-3430sdp.c | 32 ++- arch/arm/mach-omap2/board-ldp.c | 20 ++ arch/arm/mach-omap2/board-omap2evm.c | 34 ++- arch/arm/mach-omap2/board-omap3beagle.c | 25 ++ arch/arm/mach-omap2/board-omap3evm.c | 86 ++++--- arch/arm/mach-omap2/board-overo.c | 13 + drivers/i2c/chips/Kconfig | 18 +-- drivers/i2c/chips/twl4030-core.c | 186 ++++++++++++-- drivers/i2c/chips/twl4030-gpio.c | 278 ++++++++++++++------ drivers/i2c/chips/twl4030-madc.c | 243 +++++++++++------- drivers/i2c/chips/twl4030-usb.c | 373 ++++++++++++++------------- drivers/input/keyboard/omap-twl4030keypad.c | 8 +- include/linux/i2c/twl4030.h | 46 ++++- 14 files changed, 922 insertions(+), 473 deletions(-) -- 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