Hi tony, following are my three pending patches since last merge. At least patch #2 for musb should be applied before next merge with mainline. Another version of that patch (without board-file changes) is already in Greg's queue and without this version of that patch in l-o, musb will be broken. It's also a good idea to apply this before you format omap2/3 patches to mainline since I'm getting rid of hdrc_conf.h file, so we don't polute mailine with an extra unused file. ps: I'm on vacations until next week and I don't have devices with me to test them on. The patches were working last time I tried, but after merge I only rebased them and made sure they build. So, please, give it a try before applying. Felipe Balbi (3): input: keypad: General fixes to omap-twl4030keypad.c usb: musb: pass configuration specifics via pdata input: add more error checks to lm8323 driver arch/arm/mach-omap2/board-2430sdp.c | 5 +- arch/arm/mach-omap2/board-3430sdp.c | 5 +- arch/arm/mach-omap2/board-n800-usb.c | 46 ++++++- arch/arm/mach-omap2/usb-musb.c | 51 +++++++- arch/arm/mach-omap2/usb-tusb6010.c | 1 - drivers/input/keyboard/lm8323.c | 42 ++++-- drivers/input/keyboard/omap-twl4030keypad.c | 204 ++++++++++++++++----------- drivers/usb/musb/musb_core.c | 37 ++--- drivers/usb/musb/musb_core.h | 14 +-- drivers/usb/musb/tusb6010.h | 169 ---------------------- include/asm-arm/arch-omap/hdrc_cnf.h | 177 ----------------------- include/asm-arm/arch-omap/keypad.h | 1 + include/linux/usb/musb.h | 38 +++++- 13 files changed, 305 insertions(+), 485 deletions(-) delete mode 100644 include/asm-arm/arch-omap/hdrc_cnf.h -- 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