commit | 9b124d3f08e09a625f511cb561b09c423e9c224a | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed Oct 12 10:31:44 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Oct 27 21:56:35 2011 +0200 |
tree | 9d17469de9e3805d4066c0dd2110bb68851a13c1 | |
parent | fd6e294c5c74e524ffcfd6ea6ec5cfc4feda910e [diff] |
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>