summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
* | | gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlockGrygorii Strashko2015-10-021-10/+15
* | | gpio: add GPIO support for IT87xx, replacing gpio-it8761eDiego Elio Pettenò2015-10-024-235/+422
* | | gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme2015-10-021-3/+1Star
* | | gpio: arizona: add support for WM8998 and WM1814Richard Fitzgerald2015-10-021-0/+2
* | | gpio: Fix error checking in the function device_pca957x_initNicholas Krause2015-10-021-2/+6
* | | gpio: ath79: Convert to the state container design patternAlban Bedel2015-10-021-59/+60
* | | gpio: msm: Remove unused driverStephen Boyd2015-10-023-462/+0Star
* | | gpio: zynq: use container_of() to get state containerLinus Walleij2015-10-021-10/+22
* | | gpio: vf610: use container_of() to get state containerLinus Walleij2015-10-021-10/+19
* | | gpio: sx150x: use container_of() to get state containerLinus Walleij2015-10-021-17/+14Star
* | | gpio: altera: use container_of() to get state containerLinus Walleij2015-10-021-5/+10
* | | gpio: etraxfs: use container_of() to get state containerLinus Walleij2015-10-021-6/+17
* | | gpio: pl061: detail IRQ trigger handlingLinus Walleij2015-10-021-8/+47
* | | gpio: keep the GPIO line names internalLinus Walleij2015-09-241-37/+35Star
* | | gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann2015-09-241-3/+8
* | | gpio-sysfs: Use gpio descriptor name instead of gpiochip names arrayMarkus Pargmann2015-09-241-7/+1Star
* | | gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann2015-09-241-0/+37
* | | gpio: Introduce gpio descriptor 'name'Markus Pargmann2015-09-242-0/+35
* | | gpiolib-of: Rename gpio_hog functions to be genericMarkus Pargmann2015-09-241-10/+10
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-1824-35/+30Star
|\ \
| * | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-1624-33/+28Star
| * | gpio: vf610: Use irq_set_handler_lockedThomas Gleixner2015-09-161-2/+2
| |/
* | gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren2015-09-141-1/+3
* | gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren2015-09-141-1/+4
* | gpio: sx150x: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2015-09-141-1/+0Star
* | gpio: Propagate errors from chip->get()Bjorn Andersson2015-09-141-7/+14
* | gpio: rcar: GPIO_RCAR doesn't relate to ARMKuninori Morimoto2015-09-141-1/+1
* | gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan2015-09-141-2/+11
* | gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan2015-09-141-2/+10
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-051-0/+13
|\
| * gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar2015-07-211-0/+13
* | Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-09-0439-353/+1363
|\ \
| * | Revert "gpio: extraxfs: fix returnvar.cocci warnings"Linus Walleij2015-08-311-1/+2
| * | gpio: tc3589x: use static container helperLinus Walleij2015-08-271-5/+5
| * | gpio: xlp: fix error return codeJulia Lawall2015-08-261-1/+1
| * | gpio: vf610: handle level IRQ's properlyStefan Agner2015-08-261-1/+8
| * | gpio: max732x: Fix error handling in probe()Nicholas Krause2015-08-261-3/+8
| * | gpio: omap: fix clk_prepare/unprepare usageGrygorii Strashko2015-08-261-9/+18
| * | gpio: omap: protect regs access in omap_gpio_irq_handlerGrygorii Strashko2015-08-261-0/+8
| * | gpio: omap: fix omap2_set_gpio_debounceGrygorii Strashko2015-08-261-9/+10
| * | gpio: omap: switch to use platform_get_irqGrygorii Strashko2015-08-261-5/+8
| * | gpio: omap: remove wrong irq_domain_remove usage in probeGrygorii Strashko2015-08-261-1/+0Star
| * | gpio: extraxfs: fix returnvar.cocci warningsJulia Lawall2015-08-251-2/+1Star
| * | gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko2015-08-171-13/+14
| * | gpio/grgpio: fix deadlock in grgpio_irq_unmap()Alexandre Courbot2015-08-171-5/+10
| * | gpio: mxc: fix section mismatch warningDirk Behme2015-08-131-1/+1
| * | gpio/mxc: mask gpio interrupts in suspendUlises Brindis2015-08-131-0/+1
| * | gpio: omap: Fix missing raw locks conversionAxel Lin2015-08-131-1/+1
| * | Merge tag 'v4.2-rc4' into develLinus Walleij2015-08-136-6/+23
| |\|
| * | gpio: brcmstb: support wakeup from S5 cold bootGregory Fong2015-08-131-6/+50