mxc/gpio: make _set_value work with values != 0/1
commit886ab3dae2ba26bde5bab096c931365db9f49830
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 11 Oct 2010 13:02:06 +0000 (11 15:02 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 11 Oct 2010 13:31:40 +0000 (11 15:31 +0200)
treea08f4613875c99ca6ac31683c16eb2c875b98d92
parent9524705c867dc8d5b558f4793b7464eab967a530
mxc/gpio: make _set_value work with values != 0/1

Documentation/gpio.txt specifies that the value argument to
gpio_set_value() should be handled as a boolean (E.G. != 0 is high),
so use the same logic as in _set_direction().

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/gpio.c