aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/setup-usb-phy.c
Commit message (Collapse)AuthorAge
* ARM: EXYNOS4: Increase reset delay for USB HOST PHYYulgon Kim2011-08-19
| | | | | | | | | | This patch increases reset delay from 50 usec to 80 usec for USB HOST PHY. In order to reset USB HOST PHY controller properly, a little extra time is required during its reset cycle. Signed-off-by: Yulgon Kim <yulgon.kim@samsung.com> Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
* ARM: S5P: Fix compilation error for exynos4_defconfigTushar Behera2011-06-03
Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>