Currently pxa25x_udc contains some code duplicating gpio-vbus functionality. Please merge this serie of patches (based on v2.6.38-rc4), which makes all relevant platforms use gpio-vbus tranceiver instead of relying on pxa25x_udc and then drop support for gpio-vbus handling in pxa25x_udc. Please tell me if I should rebase these patches on top of some other commit. The following changes since commit 100b33c8bd8a3235fd0b7948338d6cbb3db3c63d: Linux 2.6.38-rc4 (2011-02-07 16:03:55 -0800) Dmitry Eremin-Solenikov (5): eseries: switch to using gpio-vbus transceiver gumstix: switch to using gpio-vbus transceiver tosa: switch to using gpio-vbus transceiver pxa25x_udc: stop handling gpio-vbus internally pxa2xx: drop gpio_vbus field from info struct arch/arm/include/asm/mach/udc_pxa2xx.h | 2 - arch/arm/mach-pxa/corgi.c | 1 - arch/arm/mach-pxa/devices.c | 1 - arch/arm/mach-pxa/eseries.c | 34 +++++++++++--- arch/arm/mach-pxa/gumstix.c | 13 +++++- arch/arm/mach-pxa/tosa.c | 13 +++++- drivers/usb/gadget/pxa25x_udc.c | 76 +++----------------------------- 7 files changed, 55 insertions(+), 85 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html