Re: [U-Boot] [PATCH v3 2/3] arm: odroid: enable/disable usb host phy for exynos4412

2014-11-17 Thread Minkyu Kang
On 30/10/14 01:22, Suriyan Ramasami wrote: > Enable/disable the usb host phy on the odroid U/X2 boards which are based > on the Exynos4412 SOC. > > Signed-off-by: Suriyan Ramasami > > --- > > Changes in v3: > * Minkyu - do not mix cpu_is... and proid_is... > > Changes in v2: > * Jaehoon - sepa

[U-Boot] [PATCH v3 2/3] arm: odroid: enable/disable usb host phy for exynos4412

2014-10-29 Thread Suriyan Ramasami
Enable/disable the usb host phy on the odroid U/X2 boards which are based on the Exynos4412 SOC. Signed-off-by: Suriyan Ramasami --- Changes in v3: * Minkyu - do not mix cpu_is... and proid_is... Changes in v2: * Jaehoon - separate this patch out Changes in v1: * First try arch/arm/cpu/armv