On 01/24/12 13:50, Heikki Krogerus wrote: > This is the first step in separating USB transceivers from > USB OTG utilities. > > Includes fixes to IMX code from Sascha Hauer. > > Signed-off-by: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > Cc: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> For the generic ULPI and PXA3xx ULPI: Acked-by: Igor Grinberg <grinberg@xxxxxxxxxxxxxx> BTW, Sascha, can IMX platforms use the drivers/usb/otg/ulpi_viewport.c instead of arch/arm/plat-mxc/ulpi.c? Because it looks like they can and if so it can spare you some platform code (along with ~100 lines negative diff stat)... > --- > arch/arm/mach-imx/mx31moboard-devboard.c | 6 +- > arch/arm/mach-imx/mx31moboard-marxbot.c | 6 +- > arch/arm/mach-pxa/pxa3xx-ulpi.c | 6 +- > arch/arm/mach-tegra/include/mach/usb_phy.h | 2 +- > arch/arm/plat-mxc/include/mach/mxc_ehci.h | 2 +- > arch/arm/plat-mxc/include/mach/ulpi.h | 4 +- > arch/arm/plat-mxc/ulpi.c | 6 +- > drivers/power/isp1704_charger.c | 2 +- > drivers/power/pda_power.c | 2 +- > drivers/power/twl4030_charger.c | 2 +- > drivers/usb/gadget/ci13xxx_udc.h | 2 +- > drivers/usb/gadget/fsl_usb2_udc.h | 2 +- > drivers/usb/gadget/langwell_udc.h | 2 +- > drivers/usb/gadget/mv_udc.h | 2 +- > drivers/usb/gadget/omap_udc.c | 4 +- > drivers/usb/gadget/omap_udc.h | 2 +- > drivers/usb/gadget/pxa25x_udc.h | 2 +- > drivers/usb/gadget/pxa27x_udc.h | 2 +- > drivers/usb/gadget/s3c-hsudc.c | 2 +- > drivers/usb/host/ehci-msm.c | 2 +- > drivers/usb/host/ehci-mv.c | 2 +- > drivers/usb/host/ehci-tegra.c | 2 +- > drivers/usb/host/ehci.h | 2 +- > drivers/usb/host/ohci.h | 2 +- > drivers/usb/musb/blackfin.c | 2 +- > drivers/usb/musb/musb_core.c | 4 +- > drivers/usb/musb/musb_core.h | 2 +- > drivers/usb/musb/tusb6010.c | 2 +- > drivers/usb/otg/Kconfig | 2 +- > drivers/usb/otg/ab8500-usb.c | 12 ++-- > drivers/usb/otg/fsl_otg.c | 18 +++--- > drivers/usb/otg/fsl_otg.h | 2 +- > drivers/usb/otg/gpio_vbus.c | 8 +- > drivers/usb/otg/isp1301_omap.c | 12 ++-- > drivers/usb/otg/msm_otg.c | 54 ++++++++-------- > drivers/usb/otg/mv_otg.c | 14 ++-- > drivers/usb/otg/mv_otg.h | 2 +- > drivers/usb/otg/nop-usb-xceiv.c | 10 ++-- > drivers/usb/otg/otg.c | 8 +- > drivers/usb/otg/otg_fsm.h | 2 +- > drivers/usb/otg/twl4030-usb.c | 8 +- > drivers/usb/otg/twl6030-usb.c | 18 +++--- > drivers/usb/otg/ulpi.c | 20 +++--- > drivers/usb/otg/ulpi_viewport.c | 4 +- > include/linux/usb/intel_mid_otg.h | 6 +- > include/linux/usb/msm_hsusb.h | 2 +- > include/linux/usb/otg.h | 98 ++++++++++++++-------------- > include/linux/usb/ulpi.h | 2 +- > 48 files changed, 190 insertions(+), 190 deletions(-) [...] -- Regards, Igor. -- 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