]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap: Don't use gpio_free to change direction to input
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 12 Oct 2011 10:31:44 +0000 (10:31 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:35 +0000 (21:56 +0200)
commitb5db0a068a25e71b178e4b89635af731cf2f7c24
tree9d17469de9e3805d4066c0dd2110bb68851a13c1
parent1037d585d3a4e8f1dceb504c0089f7cc16abdb8c
omap: Don't use gpio_free to change direction to input

gpio_free() should not have the side effect of setting the line to input since this prevents the gpio command from being able to set a line as output.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap-common/gpio.c
board/logicpd/zoom2/debug_board.c
board/logicpd/zoom2/zoom2.c
board/overo/overo.c
board/ti/beagle/beagle.c