| Commit message (Expand) | Author | Age | Files | Lines |
* | gpiolib: Remove 'const' from data argument of gpiochip_find() | Grant Likely | 2012-05-18 | 1 | -1/+1 |
* | gpio: Adjust of_xlate API to support multiple GPIO chips | Grant Likely | 2012-05-18 | 1 | -1/+1 |
* | gpiolib: Implement devm_gpio_request_one() | Mark Brown | 2012-05-18 | 1 | -0/+2 |
* | gpio: constify the data parameter to gpiochip_find() | Grant Likely | 2012-03-02 | 1 | -2/+2 |
* | GPIO: add bindings for managed devices | John Crispin | 2012-01-04 | 1 | -0/+4 |
* | of: create of_phandle_args to simplify return of phandle parsing data | Grant Likely | 2011-12-12 | 1 | -2/+3 |
* | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags() | Grant Likely | 2011-12-12 | 1 | -0/+1 |
* | gpio: fix build error in include/asm-generic/gpio.h | Hamo | 2011-10-26 | 1 | -2/+2 |
* | gpiolib: Ensure struct gpio is always defined | Mark Brown | 2011-10-24 | 1 | -12/+1 |
* | gpio: add GPIOF_ values regardless on kconfig settings | Randy Dunlap | 2011-06-16 | 1 | -10/+0 |
* | gpio: make gpio_{request,free}_array gpio array parameter const | Lars-Peter Clausen | 2011-05-27 | 1 | -2/+2 |
* | gpio: Convert gpio_is_valid to return bool | Joe Perches | 2011-05-26 | 1 | -3/+3 |
* | Revert "gpiolib: annotate gpio-intialization with __must_check" | Linus Torvalds | 2011-01-13 | 1 | -5/+5 |
* | gpiolib: annotate gpio-intialization with __must_check | Wolfram Sang | 2011-01-13 | 1 | -5/+5 |
* | gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h | Anton Vorontsov | 2010-10-27 | 1 | -2/+2 |
* | gpio: doc updates | David Brownell | 2010-09-09 | 1 | -1/+13 |
* | of/gpio: stop using device_node data pointer to find gpio_chip | Grant Likely | 2010-07-05 | 1 | -0/+3 |
* | of/gpio: Kill of_gpio_chip and add members directly to gpio_chip | Anton Vorontsov | 2010-07-05 | 1 | -0/+12 |
* | gpiolib: introduce set_debounce method | Felipe Balbi | 2010-05-27 | 1 | -0/+5 |
* | gpiolib: document that names can contain printk format specifiers | Uwe Kleine-König | 2010-05-27 | 1 | -1/+3 |
* | gpiolib: make names array and its values const | Uwe Kleine-König | 2010-05-27 | 1 | -1/+1 |
* | gpio: introduce gpio_request_one() and friends | Eric Miao | 2010-03-06 | 1 | -0/+26 |
* | gpiolib: add support for changing value polarity in sysfs | Jani Nikula | 2009-12-16 | 1 | -0/+6 |
* | asm-generic/gpio.h: add some forward decls of the device struct | Mike Frysinger | 2009-12-10 | 1 | -0/+3 |
* | asm-generic/gpio.h: pull in linux/kernel.h for might_sleep() | Mike Frysinger | 2009-10-01 | 1 | -0/+1 |
* | gpiolib: allow exported GPIO nodes to be named using sysfs links | Jani Nikula | 2009-09-23 | 1 | -0/+8 |
* | gpiolib: allow GPIOs to be named | Daniel Silverstone | 2009-04-02 | 1 | -0/+5 |
* | gpiolib: request/free hooks | David Brownell | 2008-10-16 | 1 | -0/+9 |
* | gpiolib: gpio_to_irq() hooks | David Brownell | 2008-10-16 | 1 | -0/+7 |
* | gpio: make gpiochip label const | Dmitry Baryshkov | 2008-10-16 | 1 | -1/+1 |
* | gpio: fix build on CONFIG_GPIO_SYSFS=n | Atsushi Nemoto | 2008-07-28 | 1 | -0/+1 |
* | gpiolib: fix typo in comment | Michael Buesch | 2008-07-26 | 1 | -1/+1 |
* | gpiolib: allow user-selection | Michael Buesch | 2008-07-25 | 1 | -1/+1 |
* | gpio: sysfs interface | David Brownell | 2008-07-25 | 1 | -2/+31 |
* | gpio: build fixes | David Brownell | 2008-05-24 | 1 | -1/+5 |
* | gpiochip_reserve() | Anton Vorontsov | 2008-04-28 | 1 | -0/+1 |
* | gpio: define gpio_is_valid() | Guennadi Liakhovetski | 2008-04-28 | 1 | -0/+12 |
* | gpiolib: better rmmod infrastructure | Guennadi Liakhovetski | 2008-04-28 | 1 | -0/+2 |
* | gpiolib: add gpio provider infrastructure | David Brownell | 2008-02-05 | 1 | -0/+98 |
* | [PATCH] GPIO core | David Brownell | 2007-02-12 | 1 | -0/+25 |