Those patches add support for S3C-HSOTG driver for Universal C210 on the platform part. Patches done by Joonyoung Shim have been included to this patch series, since those patches are necessary for further fixes. Unfortunately they haven't been included to mainline yet. Joonyoung Shim (4): ARM: S3C64XX: Add usb otg phy control ARM: SAMSUNG: Fix memory size for hsotg ARM: EXYNOS: Add usb otg phy control for EXYNOS4210 ARM: EXYNOS: Add hsotg device for NURI board Lukasz Majewski (2): ARM: EXYNOS: select EXYNOS4_SETUP_USB_PHY at Universal_C210 ARM: EXYNOS: USB OTG support for Universal C210 arch/arm/mach-exynos/Kconfig | 1 + arch/arm/mach-exynos/include/mach/map.h | 2 + arch/arm/mach-exynos/include/mach/regs-pmu.h | 3 + arch/arm/mach-exynos/mach-nuri.c | 9 ++- arch/arm/mach-exynos/mach-universal_c210.c | 5 + arch/arm/mach-exynos/setup-usb-phy.c | 95 ++++++++++++++----- arch/arm/mach-s3c64xx/Kconfig | 8 ++ arch/arm/mach-s3c64xx/Makefile | 1 + arch/arm/mach-s3c64xx/mach-crag6410.c | 4 + arch/arm/mach-s3c64xx/mach-smartq.c | 3 + arch/arm/mach-s3c64xx/mach-smdk6410.c | 4 + arch/arm/mach-s3c64xx/setup-usb-phy.c | 90 ++++++++++++++++++ arch/arm/plat-samsung/devs.c | 16 +++- .../plat-samsung/include/plat/regs-usb-hsotg-phy.h | 7 +- arch/arm/plat-samsung/include/plat/udc-hs.h | 5 + 15 files changed, 223 insertions(+), 30 deletions(-) create mode 100644 arch/arm/mach-s3c64xx/setup-usb-phy.c --- Dependences: - (original Joonyoung Shim patches - before rebase): http://comments.gmane.org/gmane.linux.usb.general/56341 -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html