summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-35/+30
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-33/+28
2015-09-16gpio: vf610: Use irq_set_handler_lockedThomas Gleixner-2/+2
2015-09-14gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren-1/+3
2015-09-14gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren-1/+4
2015-09-14gpio: sx150x: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas-1/+0
2015-09-14gpio: Propagate errors from chip->get()Bjorn Andersson-7/+14
2015-09-14gpio: rcar: GPIO_RCAR doesn't relate to ARMKuninori Morimoto-1/+1
2015-09-14gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan-2/+11
2015-09-14gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan-2/+10
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+13
2015-09-04Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-353/+1363
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-0/+205
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel-32/+0
2015-09-03MIPS: ath79: Move the GPIO driver to drivers/gpioAlban Bedel-0/+237
2015-08-31Revert "gpio: extraxfs: fix returnvar.cocci warnings"Linus Walleij-1/+2
2015-08-27gpio: tc3589x: use static container helperLinus Walleij-5/+5
2015-08-26gpio: xlp: fix error return codeJulia Lawall-1/+1
2015-08-26gpio: vf610: handle level IRQ's properlyStefan Agner-1/+8
2015-08-26gpio: max732x: Fix error handling in probe()Nicholas Krause-3/+8
2015-08-26gpio: omap: fix clk_prepare/unprepare usageGrygorii Strashko-9/+18
2015-08-26gpio: omap: protect regs access in omap_gpio_irq_handlerGrygorii Strashko-0/+8
2015-08-26gpio: omap: fix omap2_set_gpio_debounceGrygorii Strashko-9/+10
2015-08-26gpio: omap: switch to use platform_get_irqGrygorii Strashko-5/+8
2015-08-26gpio: omap: remove wrong irq_domain_remove usage in probeGrygorii Strashko-1/+0
2015-08-25gpio: extraxfs: fix returnvar.cocci warningsJulia Lawall-2/+1
2015-08-17gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko-13/+14
2015-08-17gpio/grgpio: fix deadlock in grgpio_irq_unmap()Alexandre Courbot-5/+10
2015-08-13gpio: mxc: fix section mismatch warningDirk Behme-1/+1
2015-08-13gpio/mxc: mask gpio interrupts in suspendUlises Brindis-0/+1
2015-08-13gpio: omap: Fix missing raw locks conversionAxel Lin-1/+1
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij-6/+23
2015-08-13gpio: brcmstb: support wakeup from S5 cold bootGregory Fong-6/+50
2015-08-13gpio: brcmstb: Add interrupt and wakeup source supportGregory Fong-6/+257
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada-1/+1
2015-08-03gpio: etraxfs: add interrupt supportRabin Vincent-7/+253
2015-08-03gpio: don't override irq_*_resources() callbacksRabin Vincent-2/+10
2015-07-28gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlockAlexander Stein-24/+24
2015-07-28gpio: defer probe if pinctrl cannot be foundTomeu Vizoso-10/+22
2015-07-28gpio: kill off set_irq_flags usageRob Herring-57/+10
2015-07-27gpio: etraxfs: add support for ARTPEC-3Rabin Vincent-6/+60
2015-07-27gpio: generic: support input-only chipsRabin Vincent-3/+20
2015-07-27gpio: etraxfs: fix set register flagRabin Vincent-1/+1
2015-07-27gpio: rcar: Add r8a7795 (R-Car H3) supportUlrich Hecht-0/+4
2015-07-27gpio: omap: use raw locks for lockingSebastian Andrzej Siewior-40/+40
2015-07-27gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada-1/+1
2015-07-27gpio: mpc8xxx: add support for MPC5125Uwe Kleine-König-0/+15
2015-07-27gpio: mpc8xxx: handle differences between incarnations at a single placeUwe Kleine-König-11/+38
2015-07-27gpio: mpc8xxx: constify of_device_idUwe Kleine-König-1/+1
2015-07-21gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar-0/+13