| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gpio: generic: make bgpio_pdata always visible | Arnd Bergmann | 2016-01-13 | 1 | -2/+2 |
* | gpio: generic: factor into gpio_chip struct | Linus Walleij | 2016-01-05 | 1 | -0/+54 |
* | gpio: add a data pointer to gpio_chip | Linus Walleij | 2016-01-05 | 1 | -1/+13 |
* | gpio: update gpiochip .get() callback description | Vladimir Zapolskiy | 2015-12-26 | 1 | -2/+1 |
* | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -2/+2 |
* | gpiolib: provide generic request/free implementations | Jonas Gorski | 2015-10-16 | 1 | -0/+3 |
* | gpiolib: add description for gpio irqchip fields in struct gpio_chip | Grygorii Strashko | 2015-08-26 | 1 | -0/+11 |
* | gpiolib: irqchip: use different lockdep class for each gpio irqchip | Grygorii Strashko | 2015-08-17 | 1 | -5/+21 |
* | gpio: Remove double "base" in comment | Geert Uytterhoeven | 2015-07-16 | 1 | -1/+1 |
* | gpio: discourage passing base to gpio_chip | Linus Walleij | 2015-05-14 | 1 | -2/+6 |
* | gpiolib: cleanup chained handler and data | Dmitry Eremin-Solenikov | 2015-05-13 | 1 | -0/+1 |
* | gpio: sysfs: clean up chip class-device handling | Johan Hovold | 2015-05-12 | 1 | -2/+2 |
* | gpio: move pincontrol calls to <linux/gpio/driver.h> | Linus Walleij | 2015-03-19 | 1 | -0/+48 |
* | gpiolib: allow simultaneous setting of multiple GPIO outputs | Rojhalat Ibrahim | 2014-11-27 | 1 | -0/+4 |
* | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq | Alexandre Courbot | 2014-10-28 | 1 | -2/+2 |
* | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-10-09 | 1 | -2/+6 |
|\ |
|
| * | gpiolib: add irq_not_threaded flag to gpio_chip | Octavian Purdila | 2014-09-24 | 1 | -0/+3 |
| * | gpio: gpiolib: set gpiochip_remove retval to void | abdoulaye berthe | 2014-09-23 | 1 | -1/+1 |
| * | gpio: change gpiochip_request_own_desc() prototype | Alexandre Courbot | 2014-08-29 | 1 | -1/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-10-07 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | gpio: fix 'CONFIG_GPIO_IRQCHIP' comments | Paul Bolle | 2014-09-05 | 1 | -2/+2 |
* | | gpio: split gpiod board registration into machine header | Linus Walleij | 2014-07-28 | 1 | -54/+0 |
* | | gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc | Guenter Roeck | 2014-07-24 | 1 | -0/+3 |
* | | gpio: remove gpiod_lock/unlock_as_irq() | Alexandre Courbot | 2014-07-23 | 1 | -2/+2 |
* | | gpio: make gpiochip_get_desc() gpiolib-private | Alexandre Courbot | 2014-07-23 | 1 | -3/+0 |
* | | gpio: drop retval check enforcing from gpiochip_remove() | Linus Walleij | 2014-07-23 | 1 | -1/+1 |
|/ |
|
* | gpio: support threaded interrupts in irqchip helpers | Linus Walleij | 2014-04-28 | 1 | -1/+4 |
* | gpio: unmap gpio irqs properly | Linus Walleij | 2014-03-28 | 1 | -0/+1 |
* | gpio: add IRQ chip helpers in gpiolib | Linus Walleij | 2014-03-26 | 1 | -0/+29 |
* | gpiolib: add gpiochip_get_desc() driver function | Alexandre Courbot | 2014-02-12 | 1 | -0/+18 |
* | gpiolib: convert gpiod_lookup description to kernel-doc | Andy Shevchenko | 2013-12-09 | 1 | -17/+9 |
* | gpio: better lookup method for platform GPIOs | Alexandre Courbot | 2013-12-09 | 1 | -11/+10 |
* | Merge tag 'v3.13-rc3' into devel | Linus Walleij | 2013-12-09 | 1 | -2/+12 |
|\ |
|
| * | gpiolib: add missing declarations | Alexandre Courbot | 2013-12-03 | 1 | -0/+3 |
| * | gpiolib: use dedicated flags for GPIO properties | Alexandre Courbot | 2013-11-25 | 1 | -2/+9 |
* | | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 2013-12-04 | 1 | -4/+5 |
|/ |
|
* | gpiolib: provide a declaration of seq_file in gpio/driver.h | Stephen Rothwell | 2013-10-29 | 1 | -0/+1 |
* | gpiolib: add gpiod_get() and gpiod_put() functions | Alexandre Courbot | 2013-10-19 | 1 | -0/+56 |
* | gpiolib: export descriptor-based GPIO interface | Alexandre Courbot | 2013-10-19 | 1 | -0/+127 |