Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-07 Thread Marek Vasut
On Tuesday, January 07, 2014 at 10:03:01 AM, Vivek Gautam wrote: > On Tue, Jan 7, 2014 at 1:19 PM, Marek Vasut wrote: > > On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote: > >> Hi Marek, > >> > >> On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut wrote: > >> > On Monday, January 06, 201

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-07 Thread Vivek Gautam
On Tue, Jan 7, 2014 at 1:19 PM, Marek Vasut wrote: > On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote: >> Hi Marek, >> >> On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut wrote: >> > On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote: >> >> On smdk5420 two availbale XHCI con

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-07 Thread Marek Vasut
On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote: > Hi Marek, > > On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut wrote: > > On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote: > >> On smdk5420 two availbale XHCI controllers require VBUS GPIO > >> to be configured, the EHCI

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-06 Thread Vivek Gautam
Hi Marek, On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut wrote: > On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote: >> On smdk5420 two availbale XHCI controllers require VBUS GPIO >> to be configured, the EHCI however doesn't have any such VBUS >> GPIO. So correcting the available boa

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote: > On smdk5420 two availbale XHCI controllers require VBUS GPIO > to be configured, the EHCI however doesn't have any such VBUS > GPIO. So correcting the available board_usb_vbus_init() function > to the needs. > > Signed-off-by: Vivek

[U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-06 Thread Vivek Gautam
On smdk5420 two availbale XHCI controllers require VBUS GPIO to be configured, the EHCI however doesn't have any such VBUS GPIO. So correcting the available board_usb_vbus_init() function to the needs. Signed-off-by: Vivek Gautam --- board/samsung/smdk5420/smdk5420.c | 11 ++- 1 file c