Alexandre Courbot
79a9becda8
gpiolib: export descriptor-based GPIO interface
...
This patch exports the gpiod_* family of API functions, a safer
alternative to the legacy GPIO interface. Differences between the gpiod
and legacy gpio APIs are:
- gpio works with integers, whereas gpiod operates on opaque handlers
which cannot be forged or used before proper acquisition
- gpiod get/set functions are aware of the active low state of a GPIO
- gpio consumers should now include <linux/gpio/consumer.h> to access
the new interface, whereas chips drivers will use
<linux/gpio/driver.h>
The legacy gpio API is now built as inline functions on top of gpiod.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com >
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2013-10-19 23:24:45 +02:00
..
2012-10-14 13:39:34 -07:00
2013-03-13 06:11:05 +01:00
2011-05-04 14:41:28 -04:00
2011-05-04 14:41:28 -04:00
2011-05-04 14:41:28 -04:00
2011-05-04 14:41:28 -04:00
2012-03-28 18:30:03 +01:00
2011-03-23 19:46:22 -07:00
2012-10-04 18:20:15 +01:00
2012-06-25 10:32:49 -07:00
2011-05-25 08:39:37 -07:00
2013-02-11 20:00:33 +05:30
2012-10-03 21:33:53 +02:00
2013-02-19 08:43:37 +01:00
2013-03-13 06:11:05 +01:00
2013-01-27 19:23:25 +01:00
2013-04-26 18:58:12 +02:00
2013-01-27 19:23:27 +01:00
2011-07-22 18:45:33 +02:00
2012-07-30 12:25:46 +02:00
2012-12-25 20:14:54 +01:00
2012-07-30 12:25:46 +02:00
2012-03-28 18:30:03 +01:00
2011-03-17 09:19:04 +08:00
2011-03-11 12:23:31 +01:00
2012-02-24 10:39:27 -08:00
2013-10-19 23:24:45 +02:00
2010-10-07 14:08:55 +01:00
2013-10-02 20:02:35 -04:00
2012-10-04 18:20:15 +01:00
2012-10-04 18:20:15 +01:00
2012-02-21 16:47:28 -08:00
2012-02-21 16:47:28 -08:00
2013-05-22 09:45:57 +02:00
2012-10-04 18:20:15 +01:00
2012-02-27 09:43:30 -06:00
2010-12-17 15:07:19 +01:00
2010-10-07 14:08:55 +01:00
2012-10-02 18:01:56 +01:00
2010-10-09 21:51:44 +02:00
2012-07-24 15:27:30 +08:00
2013-06-05 13:21:29 +03:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-08-17 13:00:20 -07:00
2012-12-09 23:14:14 +01:00
2012-09-28 14:31:03 +09:30
2013-06-26 12:10:55 +02:00
2013-06-26 12:10:55 +02:00
2013-06-26 12:10:55 +02:00
2012-01-10 17:39:40 -08:00
2012-10-04 18:20:15 +01:00
2013-01-03 15:57:16 -08:00
2012-02-27 09:43:30 -06:00
2012-04-30 15:21:02 -06:00
2012-02-23 20:19:04 -07:00
2010-09-10 10:56:51 +02:00
2013-08-29 13:20:11 +02:00
2011-05-26 17:12:36 -07:00
2012-10-04 18:20:15 +01:00
2011-11-01 07:34:20 -07:00
2013-07-03 16:07:34 -07:00
2012-10-04 18:20:15 +01:00
2012-11-29 00:01:23 -05:00
2012-06-28 17:14:34 +01:00
2012-10-04 18:20:15 +01:00
2012-03-28 18:30:03 +01:00
2012-04-14 11:13:19 +10:00
2013-02-14 09:21:15 -05:00
2012-10-04 18:20:15 +01:00
2013-08-16 08:52:46 -07:00
2012-03-04 17:54:34 -05:00
2012-11-13 15:48:27 -05:00
2013-05-28 09:41:05 +02:00
2013-05-05 10:58:06 -07:00
2011-03-01 15:49:39 +01:00
2013-07-26 13:39:44 -04:00
2013-09-30 14:31:02 -07:00
2012-05-26 11:33:40 -07:00
2012-10-03 21:21:06 +02:00