| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2015-02-11 | 30 | -753/+1351 |
|\ |
|
| * | gpio: kconfig: replace PPC_OF with PPC | Kevin Hao | 2015-02-04 | 1 | -1/+1 |
| * | gpio: pxa: add PXA1928 gpio type support | Rob Herring | 2015-02-03 | 1 | -2/+15 |
| * | gpio: pxa: remove mach IRQ includes | Rob Herring | 2015-02-03 | 1 | -20/+18 |
| * | gpio: max732x: use an inline function for container cast | Linus Walleij | 2015-02-03 | 1 | -15/+10 |
| * | gpio: use sizeof() instead of hardcoded values | Olliver Schinagl | 2015-01-30 | 1 | -2/+4 |
| * | gpio: max732x: add set_multiple function | Mans Rullgard | 2015-01-30 | 1 | -3/+25 |
| * | gpio: sch: Consolidate similar algorithms | Chang Rebecca Swee Fun | 2015-01-29 | 1 | -54/+29 |
| * | gpio: tz1090-pdc: Use resource_size to fix off-by-one resource size calculation | Axel Lin | 2015-01-29 | 1 | -1/+1 |
| * | gpio: ge: Convert to use devm_kstrdup | Axel Lin | 2015-01-29 | 1 | -5/+6 |
| * | gpio: correctly use const char * const | Olliver Schinagl | 2015-01-29 | 1 | -1/+1 |
| * | gpio: sx150x: fixup OF support | Linus Walleij | 2015-01-22 | 1 | -2/+5 |
| * | gpio: mpc8xxx: Use of_mm_gpiochip_remove | Ricardo Ribalda Delgado | 2015-01-21 | 1 | -5/+23 |
| * | gpio: Add Fujitsu MB86S7x GPIO driver | Jassi Brar | 2015-01-20 | 3 | -0/+239 |
| * | gpio: mpc8xxx: Convert to platform device interface. | Ricardo Ribalda Delgado | 2015-01-20 | 1 | -26/+22 |
| * | gpio: zevio: Use of_mm_gpiochip_remove | Ricardo Ribalda Delgado | 2015-01-20 | 1 | -0/+12 |
| * | gpio: gpio-mm-lantiq: Use of_mm_gpiochip_remove | Ricardo Ribalda Delgado | 2015-01-20 | 1 | -0/+18 |
| * | gpio: gpio-mm-lantiq: Use of_property_read_u32 | Ricardo Ribalda Delgado | 2015-01-20 | 1 | -4/+3 |
| * | gpio: gpio-mm-lantiq: Do not replicate code | Ricardo Ribalda Delgado | 2015-01-20 | 1 | -7/+0 |
| * | gpio :gpio-mm-lantiq: Use devm_kzalloc | Ricardo Ribalda Delgado | 2015-01-20 | 1 | -6/+2 |
| * | gpio: mpc5200: Use of_mm_gpiochip_remove | Ricardo Ribalda Delgado | 2015-01-20 | 1 | -5/+18 |
| * | gpio: stmpe: enforce device tree only mode | Linus Walleij | 2015-01-20 | 2 | -20/+4 |
| * | Merge tag 'v3.19-rc5' into devel | Linus Walleij | 2015-01-20 | 2 | -90/+69 |
| |\ |
|
| * | | gpio: Add APM X-Gene standby GPIO controller driver | Y Vo | 2015-01-20 | 3 | -0/+169 |
| * | | gpio: sx150x: add dts support for sx150x driver | Wei Chen | 2015-01-19 | 1 | -1/+16 |
| * | | gpio-generic: add bgpio_set_multiple functions | Rojhalat Ibrahim | 2015-01-19 | 1 | -0/+76 |
| * | | gpio-amd8111: add release_region on ioport_map failure | Varka Bhadram | 2015-01-19 | 1 | -0/+1 |
| * | | gpio: ge: fix compilation error | Kamlakant Patel | 2015-01-19 | 1 | -0/+1 |
| * | | gpio: ge: convert to use basic mmio gpio library | Kamlakant Patel | 2015-01-16 | 2 | -57/+40 |
| * | | gpio: gpio-dln2: Added a Blank line after declaration | Mohammad Jamal | 2015-01-15 | 1 | -0/+1 |
| * | | gpio: max732x: Fix possible deadlock | Semen Protsenko | 2015-01-15 | 1 | -1/+11 |
| * | | gpio: max732x: Rewrite IRQ code to use irq_domain API | Semen Protsenko | 2015-01-15 | 2 | -35/+66 |
| * | | gpio: max732x: Add device tree support | Semen Protsenko | 2015-01-15 | 1 | -11/+51 |
| * | | gpio/Kconfig: Fix X86 arch name | Ricardo Ribalda Delgado | 2015-01-15 | 1 | -1/+1 |
| * | | gpio: rcar: Switch to use gpiolib irqchip helpers | Geert Uytterhoeven | 2015-01-15 | 2 | -46/+24 |
| * | | gpio: rcar: Fix error path for devm_kzalloc() failure | Geert Uytterhoeven | 2015-01-15 | 1 | -4/+2 |
| * | | gpio: mvebu: Fix probe cleanup on error | Andrew Lunn | 2015-01-15 | 1 | -6/+17 |
| * | | gpio: mvebu: checkpatch fixes | Andrew Lunn | 2015-01-15 | 1 | -35/+42 |
| * | | gpio:gpiolib: use static const char const * for a suffixes array | Olliver Schinagl | 2015-01-15 | 1 | -1/+1 |
| * | | gpio-amd8111: check ioport_map return value | Varka Bhadram | 2015-01-15 | 1 | -0/+5 |
| * | | gpio: dwapb: Convert to use resource managed APIs | Axel Lin | 2015-01-15 | 1 | -39/+14 |
| * | | gpio: tz1090: Use resource_size to fix off-by-one | Axel Lin | 2015-01-15 | 1 | -1/+1 |
| * | | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 2015-01-15 | 1 | -1/+0 |
| * | | gpio: sx150x: Fix comparing wrong value with chip->irq_masked | Axel Lin | 2015-01-15 | 1 | -1/+1 |
| * | | gpio: grgpio: off by one in grgpio_to_irq() | Dan Carpenter | 2015-01-15 | 1 | -1/+1 |
| * | | gpio: tc3589x: get rid of platform data | Linus Walleij | 2015-01-15 | 1 | -13/+2 |
| * | | gpio: vx855: Switch to use managed resources APIs | Axel Lin | 2015-01-15 | 1 | -38/+6 |
| * | | gpio/xilinx: Use of_mm_gpiochip_remove | Ricardo Ribalda Delgado | 2015-01-15 | 1 | -4/+1 |
| * | | gpio/gpiolib-of: Create of_mm_gpiochip_remove | Ricardo Ribalda Delgado | 2015-01-15 | 1 | -0/+17 |
| * | | gpio/xilinx: Create a single gpio chip on dual cores | Ricardo Ribalda Delgado | 2015-01-15 | 1 | -108/+109 |