| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-09-25 | 1 | -1/+4 |
|\ |
|
| * | gpio / ACPI: Use pin index and bit length | Srinivas Pandruvada | 2014-09-24 | 1 | -1/+4 |
* | | gpio: Fix potential NULL handler data in chained irqchip handler | Jarkko Nikula | 2014-09-24 | 1 | -1/+1 |
* | | gpio: Fix gpio direction flags not getting set | Adrian Hunter | 2014-09-24 | 1 | -1/+1 |
|/ |
|
* | gpio: bt8xx: fix release of managed resources | Michael Auchter | 2014-08-29 | 1 | -3/+0 |
* | gpio-lynxpoint: enable input sensing in resume | Mathias Nyman | 2014-08-21 | 1 | -0/+18 |
* | gpio: delete unneeded test before of_node_put | Julia Lawall | 2014-08-17 | 1 | -3/+1 |
* | gpio: zynq: Fix IRQ handlers | Lars-Peter Clausen | 2014-08-17 | 1 | -8/+28 |
* | gpiolib: devres: use correct structure type name in sizeof | Julia Lawall | 2014-08-17 | 1 | -1/+1 |
* | Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-08-08 | 72 | -1835/+2203 |
|\ |
|
| * | gpio: add flags argument to gpiod_get*() functions | Alexandre Courbot | 2014-07-28 | 2 | -37/+70 |
| * | gpio / ACPI: Move event handling registration to gpiolib irqchip helpers | Mika Westerberg | 2014-07-28 | 3 | -10/+41 |
| * | gpio: lynxpoint: Convert to use gpiolib irqchip | Mika Westerberg | 2014-07-28 | 2 | -69/+26 |
| * | gpio: split gpiod board registration into machine header | Linus Walleij | 2014-07-28 | 1 | -0/+1 |
| * | gpio: remove gpio_ensure_requested() | Alexandre Courbot | 2014-07-24 | 1 | -106/+0 |
| * | gpio: remove useless check in gpiolib_sysfs_init() | Alexandre Courbot | 2014-07-24 | 1 | -1/+1 |
| * | gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc | Guenter Roeck | 2014-07-24 | 2 | -3/+2 |
| * | gpio: move gpio_ensure_requested() into legacy C file | Alexandre Courbot | 2014-07-23 | 2 | -125/+110 |
| * | gpio: remove gpiod_lock/unlock_as_irq() | Alexandre Courbot | 2014-07-23 | 4 | -31/+21 |
| * | gpio: make gpiochip_get_desc() gpiolib-private | Alexandre Courbot | 2014-07-23 | 3 | -2/+3 |
| * | gpio: simplify gpiochip_export() | Alexandre Courbot | 2014-07-23 | 1 | -11/+9 |
| * | gpio: remove export of private of_get_named_gpio_flags() | Alexandre Courbot | 2014-07-23 | 1 | -1/+0 |
| * | gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one functions | Guenter Roeck | 2014-07-23 | 1 | -0/+3 |
| * | gpio: zynq: Clear pending interrupt when enabling a IRQ | Lars-Peter Clausen | 2014-07-23 | 1 | -0/+43 |
| * | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 2014-07-22 | 57 | -242/+100 |
| * | gpio: Add driver for Zynq GPIO controller | Harini Katakam | 2014-07-10 | 3 | -0/+657 |
| * | gpiolib: of: Update debug messages for of_get_named_gpiod_flags | Tushar Behera | 2014-07-09 | 1 | -3/+4 |
| * | gpio: move integer GPIO support to its own file | Alexandre Courbot | 2014-07-09 | 3 | -105/+112 |
| * | gpio: move sysfs support to its own file | Alexandre Courbot | 2014-07-09 | 4 | -907/+925 |
| * | gpio: always compile label support | Alexandre Courbot | 2014-07-09 | 1 | -25/+2 |
| * | gpio: omap: Add an omap prefix to all functions | Javier Martinez Canillas | 2014-07-09 | 1 | -131/+137 |
| * | gpio: omap: Remove unneeded include | Javier Martinez Canillas | 2014-07-09 | 1 | -1/+0 |
| * | gpio: omap: Remove unnecessary lockdep class | Javier Martinez Canillas | 2014-07-09 | 1 | -6/+0 |
| * | gpio: gpio-ucb1400.c: Cleaning up null pointer checks that could never happen | Rickard Strandqvist | 2014-07-09 | 1 | -1/+1 |
| * | gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happen | Rickard Strandqvist | 2014-07-09 | 1 | -1/+1 |
| * | gpio: vr41xx: fix up errorpath on probe() | Linus Walleij | 2014-07-09 | 1 | -2/+6 |
| * | gpio: rcar: clamp returned value to [0,1] | Jürg Billeter | 2014-07-09 | 1 | -2/+2 |
| * | gpio-pxa: gpio0 and gpio1 support on dt | Andrew Ruder | 2014-07-07 | 1 | -0/+5 |
| * | gpio: pxa: Make of_device_id array const | Jingoo Han | 2014-06-19 | 1 | -1/+1 |
| * | gpio: lpc32xx: Make of_device_id array const | Jingoo Han | 2014-06-19 | 1 | -1/+1 |
| * | gpio: intel-mid: switch to using gpiolib irqchip helpers | Linus Walleij | 2014-06-19 | 1 | -61/+25 |
| * | gpio: stmpe: switch to use gpiolib irqchip helpers | Linus Walleij | 2014-06-19 | 2 | -84/+28 |
* | | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2014-08-08 | 1 | -240/+0 |
|\ \ |
|
| * \ | Merge branch 'cleanup/gpio-header-removal' into next/soc | Arnd Bergmann | 2014-07-26 | 1 | -3/+0 |
| |\ \ |
|
| * \ \ | Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene... | Arnd Bergmann | 2014-07-26 | 1 | -240/+0 |
| |\ \ \ |
|
| | * | | | gpio: samsung: Remove legacy support of S5PV210 | Tomasz Figa | 2014-07-19 | 1 | -240/+0 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6... | Arnd Bergmann | 2014-07-26 | 2 | -728/+0 |
| |\ \ \ \ \
| | | |/ / /
| | | | | /
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-08 | 1 | -725/+0 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'gpio-h-purge' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Olof Johansson | 2014-07-15 | 1 | -3/+0 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | /
| | | |_|/
| | |/| | |
|
| | * | | | ARM: mach-s5p: get rid of all <mach/gpio.h> headers | Linus Walleij | 2014-06-30 | 1 | -3/+0 |
| | |/ / |
|