Re: [U-Boot] [PATCH 3/3] odroid: adjust gpio calls to dm gpio api

2014-10-30 Thread Minkyu Kang
On 29/10/14 01:31, Przemyslaw Marczak wrote: Setting gpio value before dm gpio init has no effect, so now, odroid gpio settings are moved after the gpio uclass init. Using non-requested gpio pin cases printing error messages. To avoid this, gpio_request() is added for those gpios.

[U-Boot] [PATCH 3/3] odroid: adjust gpio calls to dm gpio api

2014-10-28 Thread Przemyslaw Marczak
Setting gpio value before dm gpio init has no effect, so now, odroid gpio settings are moved after the gpio uclass init. Using non-requested gpio pin cases printing error messages. To avoid this, gpio_request() is added for those gpios. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com ---

Re: [U-Boot] [PATCH 3/3] odroid: adjust gpio calls to dm gpio api

2014-10-28 Thread Simon Glass
Hi, On 28 October 2014 10:31, Przemyslaw Marczak p.marc...@samsung.com wrote: Setting gpio value before dm gpio init has no effect, so now, odroid gpio settings are moved after the gpio uclass init. Using non-requested gpio pin cases printing error messages. To avoid this, gpio_request() is