
11 Aug
2012
11 Aug
'12
12:06 a.m.
Hi,
On Sat, 16 Jun 2012 22:46:17 +0530 Vikram Narayanan vikram186@gmail.com wrote:
Instead of manipulating gpio registers directly, use the calls from the gpio library.
Signed-off-by: Vikram Narayanan vikram186@gmail.com Acked-by: Stefano Babic sbabic@denx.de Cc: John Rigby jcrigby@gmail.com Cc: Fabio Estevam fabio.estevam@freescale.com
Changes from v3: Use gpio_set_value instead of gpio_direction_output (Ahh. Missed it again!!. Very bad)
Changes from v2: Swap the place of the change log and commit message.
Changes from v1: Used appropriate gpio_* lib calls.
board/karo/tx25/tx25.c | 25 +++++++++---------------- 1 files changed, 9 insertions(+), 16 deletions(-)
applied to my staging branch, thanks!
Anatolij