From: Neil Zhang <zhangwm@xxxxxxxxxxx> ChangeLog: V3: 1. use readl_relaxed / writel_relaxed to access usb registers. 2. make usb helper functions as local functions. Neil Zhang (4): arm: mmp: add usb device support for PXA910 arm: mmp: add usb device support for ttc dkb arm: mmp: add usb host support for PXA168 arm: mmp: add usb host support for aspen arch/arm/mach-mmp/Kconfig | 7 + arch/arm/mach-mmp/aspenite.c | 16 ++ arch/arm/mach-mmp/devices.c | 279 +++++++++++++++++++++++++++++ arch/arm/mach-mmp/include/mach/devices.h | 3 + arch/arm/mach-mmp/include/mach/pxa168.h | 8 +- arch/arm/mach-mmp/include/mach/pxa910.h | 3 + arch/arm/mach-mmp/include/mach/regs-usb.h | 253 ++++++++++++++++++++++++++ arch/arm/mach-mmp/pxa168.c | 20 ++- arch/arm/mach-mmp/pxa910.c | 2 +- arch/arm/mach-mmp/ttc_dkb.c | 37 ++++ 10 files changed, 613 insertions(+), 15 deletions(-) create mode 100644 arch/arm/mach-mmp/include/mach/regs-usb.h -- 1.7.4.1 -- 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