aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds24-35/+30
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner24-33/+28
2015-09-16gpio: vf610: Use irq_set_handler_lockedThomas Gleixner1-2/+2
2015-09-14gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren1-1/+3
2015-09-14gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren1-1/+4
2015-09-14gpio: sx150x: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-09-14gpio: Propagate errors from chip->get()Bjorn Andersson1-7/+14
2015-09-14gpio: rcar: GPIO_RCAR doesn't relate to ARMKuninori Morimoto1-1/+1
2015-09-14gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan1-2/+11
2015-09-14gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan1-2/+10
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+13
2015-09-04Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds39-353/+1363
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-0/+205
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-32/+0
2015-09-03MIPS: ath79: Move the GPIO driver to drivers/gpioAlban Bedel2-0/+237
2015-08-31Revert "gpio: extraxfs: fix returnvar.cocci warnings"Linus Walleij1-1/+2
2015-08-27gpio: tc3589x: use static container helperLinus Walleij1-5/+5
2015-08-26gpio: xlp: fix error return codeJulia Lawall1-1/+1
2015-08-26gpio: vf610: handle level IRQ's properlyStefan Agner1-1/+8
2015-08-26gpio: max732x: Fix error handling in probe()Nicholas Krause1-3/+8
2015-08-26gpio: omap: fix clk_prepare/unprepare usageGrygorii Strashko1-9/+18
2015-08-26gpio: omap: protect regs access in omap_gpio_irq_handlerGrygorii Strashko1-0/+8
2015-08-26gpio: omap: fix omap2_set_gpio_debounceGrygorii Strashko1-9/+10
2015-08-26gpio: omap: switch to use platform_get_irqGrygorii Strashko1-5/+8
2015-08-26gpio: omap: remove wrong irq_domain_remove usage in probeGrygorii Strashko1-1/+0
2015-08-25gpio: extraxfs: fix returnvar.cocci warningsJulia Lawall1-2/+1
2015-08-17gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko1-13/+14
2015-08-17gpio/grgpio: fix deadlock in grgpio_irq_unmap()Alexandre Courbot1-5/+10
2015-08-13gpio: mxc: fix section mismatch warningDirk Behme1-1/+1
2015-08-13gpio/mxc: mask gpio interrupts in suspendUlises Brindis1-0/+1
2015-08-13gpio: omap: Fix missing raw locks conversionAxel Lin1-1/+1
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij6-6/+23
2015-08-13gpio: brcmstb: support wakeup from S5 cold bootGregory Fong1-6/+50
2015-08-13gpio: brcmstb: Add interrupt and wakeup source supportGregory Fong2-6/+257
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-1/+1
2015-08-03gpio: etraxfs: add interrupt supportRabin Vincent2-7/+253
2015-08-03gpio: don't override irq_*_resources() callbacksRabin Vincent1-2/+10
2015-07-28gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlockAlexander Stein1-24/+24
2015-07-28gpio: defer probe if pinctrl cannot be foundTomeu Vizoso2-10/+22
2015-07-28gpio: kill off set_irq_flags usageRob Herring14-57/+10
2015-07-27gpio: etraxfs: add support for ARTPEC-3Rabin Vincent1-6/+60
2015-07-27gpio: generic: support input-only chipsRabin Vincent1-3/+20
2015-07-27gpio: etraxfs: fix set register flagRabin Vincent1-1/+1
2015-07-27gpio: rcar: Add r8a7795 (R-Car H3) supportUlrich Hecht1-0/+4
2015-07-27gpio: omap: use raw locks for lockingSebastian Andrzej Siewior1-40/+40
2015-07-27gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada1-1/+1
2015-07-27gpio: mpc8xxx: add support for MPC5125Uwe Kleine-König1-0/+15
2015-07-27gpio: mpc8xxx: handle differences between incarnations at a single placeUwe Kleine-König1-11/+38
2015-07-27gpio: mpc8xxx: constify of_device_idUwe Kleine-König1-1/+1
2015-07-21gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar1-0/+13