commit | fc3a1f04f5040255cbc086c419e4237f29f89f88 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Tue Dec 13 18:34:01 2011 +0100 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Apr 05 21:24:06 2012 -0700 |
tree | 3ece85d636a3ceeffb157b77ee51b4745cbdf2d9 | |
parent | dd775ae2549217d3ae09363e3edb305d0fa19928 [diff] |
gpio: add flags to export GPIOs when requesting Introduce new flags to automatically export GPIOs when using the convenience functions gpio_request_one() or gpio_request_array(). This eases support for custom boards where lots of GPIOs need to be exported for customer applications. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>