Re: [U-Boot] [PATCH v4] tx25: Use generic gpio_* calls

2012-08-10 Thread Anatolij Gustschin
Hi, On Sat, 16 Jun 2012 22:46:17 +0530 Vikram Narayanan wrote: > Instead of manipulating gpio registers directly, use the calls > from the gpio library. > > Signed-off-by: Vikram Narayanan > Acked-by: Stefano Babic > Cc: John Rigby > Cc: Fabio Estevam > --- > Changes from v3: > Use gpio_set

Re: [U-Boot] [PATCH v4] tx25: Use generic gpio_* calls

2012-06-18 Thread Stefano Babic
On 16/06/2012 19:16, Vikram Narayanan wrote: > Instead of manipulating gpio registers directly, use the calls > from the gpio library. > > Signed-off-by: Vikram Narayanan > Acked-by: Stefano Babic > Cc: John Rigby > Cc: Fabio Estevam > --- > Changes from v3: > Use gpio_set_value instead of gpi

Re: [U-Boot] [PATCH v4] tx25: Use generic gpio_* calls

2012-06-16 Thread Fabio Estevam
On Sat, Jun 16, 2012 at 2:16 PM, Vikram Narayanan wrote: > Instead of manipulating gpio registers directly, use the calls > from the gpio library. > > Signed-off-by: Vikram Narayanan > Acked-by: Stefano Babic > Cc: John Rigby > Cc: Fabio Estevam Acked-by: Fabio Estevam __

[U-Boot] [PATCH v4] tx25: Use generic gpio_* calls

2012-06-16 Thread Vikram Narayanan
Instead of manipulating gpio registers directly, use the calls from the gpio library. Signed-off-by: Vikram Narayanan Acked-by: Stefano Babic Cc: John Rigby Cc: Fabio Estevam --- Changes from v3: Use gpio_set_value instead of gpio_direction_output (Ahh. Missed it again!!. Very bad) Changes fr