Re: [U-Boot] [PATCH v1 2/2] odroid: usbhost - Add missing gpio_request call

2014-11-20 Thread Suriyan Ramasami
Hello Minkyu Kang, On Thu, Nov 20, 2014 at 12:41 AM, Minkyu Kang wrote: > Dear Suriyan Ramasami, > > On 20/11/14 01:21, Suriyan Ramasami wrote: >> The USB host code was missing gpio_request() calls before using the gpio >> functions, causing errors to be printed out. >> >> Signed-off-by: Suriyan

Re: [U-Boot] [PATCH v1 2/2] odroid: usbhost - Add missing gpio_request call

2014-11-20 Thread Minkyu Kang
Dear Suriyan Ramasami, On 20/11/14 01:21, Suriyan Ramasami wrote: > The USB host code was missing gpio_request() calls before using the gpio > functions, causing errors to be printed out. > > Signed-off-by: Suriyan Ramasami > > --- > > Changes in v1: > - Added gpio_request() call in board_gpio

Re: [U-Boot] [PATCH v1 2/2] odroid: usbhost - Add missing gpio_request call

2014-11-19 Thread Przemyslaw Marczak
Hello, On 11/19/2014 05:21 PM, Suriyan Ramasami wrote: The USB host code was missing gpio_request() calls before using the gpio functions, causing errors to be printed out. Signed-off-by: Suriyan Ramasami --- Changes in v1: - Added gpio_request() call in board_gpio_init() board/samsung/od

[U-Boot] [PATCH v1 2/2] odroid: usbhost - Add missing gpio_request call

2014-11-19 Thread Suriyan Ramasami
The USB host code was missing gpio_request() calls before using the gpio functions, causing errors to be printed out. Signed-off-by: Suriyan Ramasami --- Changes in v1: - Added gpio_request() call in board_gpio_init() board/samsung/odroid/odroid.c | 13 +++-- 1 file changed, 11 insert