This patchset adds CSR SiRFSoC usb controller and phy support. For USB controller, CSR licensed chipidea IP core. Rong Wang (3): usb: chipidea: add CSR SiRFSoC ci13xxx usb driver usb: phy: add driver for CSR SiRFSoC internal phy arm/dts: atlas6: fix the stuff of USB controller and phy arch/arm/boot/dts/atlas6.dtsi | 18 ++-- drivers/usb/Kconfig | 1 + drivers/usb/chipidea/Kconfig | 25 ++++ drivers/usb/chipidea/Makefile | 5 +- drivers/usb/chipidea/ci13xxx_sirf.c | 223 +++++++++++++++++++++++++++++++++++ drivers/usb/phy/Kconfig | 10 ++ drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-sirf-usb.c | 198 +++++++++++++++++++++++++++++++ 8 files changed, 471 insertions(+), 10 deletions(-) create mode 100644 drivers/usb/chipidea/ci13xxx_sirf.c create mode 100644 drivers/usb/phy/phy-sirf-usb.c -- 1.7.5.4 -- 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