This is new attempt to add MPC512x USB support in mainline kernel. USB OTG support is not included in this patch series, it will be submitted later. Anatolij Gustschin (3): powerpc/fsl_soc.c: remove FSL USB platform code USB: add of_platform glue driver for FSL USB DR controller USB: add USB EHCI support for MPC5121 SoC Documentation/powerpc/dts-bindings/fsl/usb.txt | 22 ++ arch/powerpc/sysdev/fsl_soc.c | 163 -------------- drivers/usb/Kconfig | 1 + drivers/usb/gadget/Kconfig | 1 + drivers/usb/host/Kconfig | 11 +- drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-fsl.c | 107 +++++++--- drivers/usb/host/ehci-fsl.h | 19 ++- drivers/usb/host/ehci-mem.c | 2 +- drivers/usb/host/fsl-mph-dr-of.c | 278 ++++++++++++++++++++++++ include/linux/fsl_devices.h | 15 ++ 11 files changed, 425 insertions(+), 195 deletions(-) create mode 100644 drivers/usb/host/fsl-mph-dr-of.c -- 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