Re: [U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers

2014-02-02 Thread Minkyu Kang
On 03/01/14 19:40, Vivek Gautam wrote: > The gpio_*() apis require the exact gpio line number to deduce > the gpio bank and the gpio pin addresses. > So fix the gpio number for VBUS used for EHCI ports as well as > XHCI ports on exynos5250 boards. > > Signed-off-by: Vivek Gautam > Cc: Julius Wern

Re: [U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers

2014-01-05 Thread Minkyu Kang
On 04/01/14 16:14, Marek Vasut wrote: > On Friday, January 03, 2014 at 11:40:52 AM, Vivek Gautam wrote: >> The gpio_*() apis require the exact gpio line number to deduce >> the gpio bank and the gpio pin addresses. >> So fix the gpio number for VBUS used for EHCI ports as well as >> XHCI ports on e

Re: [U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers

2014-01-04 Thread Marek Vasut
On Friday, January 03, 2014 at 11:40:52 AM, Vivek Gautam wrote: > The gpio_*() apis require the exact gpio line number to deduce > the gpio bank and the gpio pin addresses. > So fix the gpio number for VBUS used for EHCI ports as well as > XHCI ports on exynos5250 boards. > > Signed-off-by: Vivek

Re: [U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers

2014-01-03 Thread Vivek Gautam
On Fri, Jan 3, 2014 at 4:10 PM, Vivek Gautam wrote: > The gpio_*() apis require the exact gpio line number to deduce > the gpio bank and the gpio pin addresses. > So fix the gpio number for VBUS used for EHCI ports as well as > XHCI ports on exynos5250 boards. > > Signed-off-by: Vivek Gautam > Cc

[U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers

2014-01-03 Thread Vivek Gautam
The gpio_*() apis require the exact gpio line number to deduce the gpio bank and the gpio pin addresses. So fix the gpio number for VBUS used for EHCI ports as well as XHCI ports on exynos5250 boards. Signed-off-by: Vivek Gautam Cc: Julius Werner Cc: Minkyu Kang Cc: Marek Vasut --- board/sams