gpio: add flags to export GPIOs when requesting
authorWolfram Sang <w.sang@pengutronix.de>
Tue, 13 Dec 2011 17:34:01 +0000 (18:34 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 6 Apr 2012 04:24:06 +0000 (21:24 -0700)
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>

No differences found