
On 8 May 2012 19:11, Rajeshwari Shinde rajeshwari.s@samsung.com wrote:
This patch adds a function to set usb host mode to USB 2.0 HOST Link for EXYNOS5
Signed-off-by: Rajeshwari Shinde rajeshwari.s@samsung.com
Changes for v2: - Setting SYSREG registers was moved to System.c - This setting of SYSREG registers was moved to seperate patch Changes for v3: - Placed setting usbhost function to top of set_system_display - Renamed enable_usbhost_mode and exynos5_enable_usbhost_mode to set_usbhost_mode and exynos5_set_usbhost_mode. This patch is based on: USB: EXYNOS: Add ehci support.patch arch/arm/cpu/armv7/exynos/system.c | 22 ++++++++++++++++++++++ arch/arm/include/asm/arch-exynos/system.h | 3 +++ drivers/usb/host/ehci-exynos.c | 3 +++ 3 files changed, 28 insertions(+), 0 deletions(-)
Acked-by: Minkyu Kang mk7.kang@samsung.com