Age | Commit message (Expand) | Author | Files | Lines |
2013-11-12 | Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -160/+65 |
2013-10-20 | gpiolib: export descriptor-based GPIO interface | Alexandre Courbot | 1 | -160/+62 |
2013-10-16 | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib | Christian Ruppert | 1 | -0/+10 |
2013-10-16 | gpio: add API to be strict about GPIO IRQ usage | Linus Walleij | 1 | -0/+3 |
2013-02-12 | gpiolib: let gpio_chip reference its descriptors | Alexandre Courbot | 1 | -0/+3 |
2013-02-09 | gpiolib: link all gpio_chips using a list | Alexandre Courbot | 1 | -0/+2 |
2013-02-05 | gpiolib: remove gpiochip_reserve() | Alexandre Courbot | 1 | -1/+0 |
2013-01-22 | gpio: devm_gpio_* support should not depend on GPIOLIB | Shawn Guo | 1 | -6/+0 |
2013-01-22 | gpio: fix warning of 'struct gpio_chip' declaration | Shawn Guo | 1 | -37/+37 |
2012-12-12 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -1/+4 |
2012-11-21 | gpiolib: rename pin range arguments | Linus Walleij | 1 | -2/+2 |
2012-11-21 | gpiolib: let gpiochip_add_pin_range() specify offset | Linus Walleij | 1 | -2/+4 |
2012-11-11 | gpiolib: iron out include ladder mistakes | Linus Walleij | 1 | -21/+35 |
2012-11-11 | gpiolib: separation of pin concerns | Linus Walleij | 1 | -2/+2 |
2012-11-11 | gpiolib: fix up function prototypes etc | Linus Walleij | 1 | -0/+6 |
2012-11-11 | gpiolib: provide provision to register pin ranges | Shiraz Hashim | 1 | -0/+25 |
2012-10-26 | gpiolib: add gpio get direction callback support | Mathias Nyman | 1 | -1/+4 |
2012-09-30 | gpio: Document device_node's det_debounce | Roland Stigge | 1 | -0/+2 |
2012-05-19 | gpiolib: Remove 'const' from data argument of gpiochip_find() | Grant Likely | 1 | -1/+1 |
2012-05-19 | gpio: Adjust of_xlate API to support multiple GPIO chips | Grant Likely | 1 | -1/+1 |
2012-05-19 | gpiolib: Implement devm_gpio_request_one() | Mark Brown | 1 | -0/+2 |
2012-03-03 | gpio: constify the data parameter to gpiochip_find() | Grant Likely | 1 | -2/+2 |
2012-01-04 | GPIO: add bindings for managed devices | John Crispin | 1 | -0/+4 |
2011-12-13 | of: create of_phandle_args to simplify return of phandle parsing data | Grant Likely | 1 | -2/+3 |
2011-12-13 | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags() | Grant Likely | 1 | -0/+1 |
2011-10-27 | gpio: fix build error in include/asm-generic/gpio.h | Hamo | 1 | -2/+2 |
2011-10-24 | gpiolib: Ensure struct gpio is always defined | Mark Brown | 1 | -12/+1 |
2011-06-16 | gpio: add GPIOF_ values regardless on kconfig settings | Randy Dunlap | 1 | -10/+0 |
2011-05-28 | gpio: make gpio_{request,free}_array gpio array parameter const | Lars-Peter Clausen | 1 | -2/+2 |
2011-05-27 | gpio: Convert gpio_is_valid to return bool | Joe Perches | 1 | -3/+3 |
2011-01-14 | Revert "gpiolib: annotate gpio-intialization with __must_check" | Linus Torvalds | 1 | -5/+5 |
2011-01-13 | gpiolib: annotate gpio-intialization with __must_check | Wolfram Sang | 1 | -5/+5 |
2010-10-28 | gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h | Anton Vorontsov | 1 | -2/+2 |
2010-09-10 | gpio: doc updates | David Brownell | 1 | -1/+13 |
2010-07-06 | of/gpio: stop using device_node data pointer to find gpio_chip | Grant Likely | 1 | -0/+3 |
2010-07-06 | of/gpio: Kill of_gpio_chip and add members directly to gpio_chip | Anton Vorontsov | 1 | -0/+12 |
2010-05-27 | gpiolib: introduce set_debounce method | Felipe Balbi | 1 | -0/+5 |
2010-05-27 | gpiolib: document that names can contain printk format specifiers | Uwe Kleine-König | 1 | -1/+3 |
2010-05-27 | gpiolib: make names array and its values const | Uwe Kleine-König | 1 | -1/+1 |
2010-03-06 | gpio: introduce gpio_request_one() and friends | Eric Miao | 1 | -0/+26 |
2009-12-16 | gpiolib: add support for changing value polarity in sysfs | Jani Nikula | 1 | -0/+6 |
2009-12-11 | asm-generic/gpio.h: add some forward decls of the device struct | Mike Frysinger | 1 | -0/+3 |
2009-10-02 | asm-generic/gpio.h: pull in linux/kernel.h for might_sleep() | Mike Frysinger | 1 | -0/+1 |
2009-09-23 | gpiolib: allow exported GPIO nodes to be named using sysfs links | Jani Nikula | 1 | -0/+8 |
2009-04-03 | gpiolib: allow GPIOs to be named | Daniel Silverstone | 1 | -0/+5 |
2008-10-16 | gpiolib: request/free hooks | David Brownell | 1 | -0/+9 |
2008-10-16 | gpiolib: gpio_to_irq() hooks | David Brownell | 1 | -0/+7 |
2008-10-16 | gpio: make gpiochip label const | Dmitry Baryshkov | 1 | -1/+1 |
2008-07-29 | gpio: fix build on CONFIG_GPIO_SYSFS=n | Atsushi Nemoto | 1 | -0/+1 |
2008-07-27 | gpiolib: fix typo in comment | Michael Buesch | 1 | -1/+1 |