summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.2-rc4' into develLinus Walleij2015-08-136-6/+23
|\
| * Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-4/+2Star
| |\
| | * gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner2015-07-131-4/+2Star
| * | gpio: pca953x: fix nested irqs reschedulingGrygorii Strashko2015-07-161-0/+4
| * | gpio: omap: prevent module from being unloaded while in useGrygorii Strashko2015-07-161-0/+1
| * | gpio: max732x: Add missing dev reference to gpiochipMarek Vasut2015-07-161-0/+1
| * | gpio/xilinx: Use correct address when setting initial values.Raphaël Teysseyre2015-07-161-2/+2
| * | gpio: zynq: Fix problem with unbalanced pm_runtime_enableMichal Simek2015-07-161-0/+1
| * | gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_typeGrygorii Strashko2015-07-161-1/+3
| * | gpio: brcmstb: fix null ptr dereference in driver removeGregory Fong2015-07-161-3/+11
| |/
* | gpio: brcmstb: support wakeup from S5 cold bootGregory Fong2015-08-131-6/+50
* | gpio: brcmstb: Add interrupt and wakeup source supportGregory Fong2015-08-132-6/+257
* | gpio: etraxfs: add interrupt supportRabin Vincent2015-08-032-7/+253
* | gpio: don't override irq_*_resources() callbacksRabin Vincent2015-08-031-2/+10
* | gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlockAlexander Stein2015-07-281-24/+24
* | gpio: defer probe if pinctrl cannot be foundTomeu Vizoso2015-07-282-10/+22
* | gpio: kill off set_irq_flags usageRob Herring2015-07-2814-57/+10Star
* | gpio: etraxfs: add support for ARTPEC-3Rabin Vincent2015-07-271-6/+60
* | gpio: generic: support input-only chipsRabin Vincent2015-07-271-3/+20
* | gpio: etraxfs: fix set register flagRabin Vincent2015-07-271-1/+1
* | gpio: rcar: Add r8a7795 (R-Car H3) supportUlrich Hecht2015-07-271-0/+4
* | gpio: omap: use raw locks for lockingSebastian Andrzej Siewior2015-07-271-40/+40
* | gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada2015-07-271-1/+1
* | gpio: mpc8xxx: add support for MPC5125Uwe Kleine-König2015-07-271-0/+15
* | gpio: mpc8xxx: handle differences between incarnations at a single placeUwe Kleine-König2015-07-271-11/+38
* | gpio: mpc8xxx: constify of_device_idUwe Kleine-König2015-07-271-1/+1
* | Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2015-07-1718-65/+55Star
|\ \
| * | gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner2015-07-141-4/+2Star
| * | gpio/davinci: Avoid redundant lookup of irq_dataThomas Gleixner2015-07-141-4/+4
| * | gpio/msm-v2: Avoid redundant lookup of irq_dataThomas Gleixner2015-07-141-13/+5Star
| * | gpio/sa1100: Prepare sa1100_gpio_handler for irq argument removalThomas Gleixner2015-07-141-2/+2
| * | gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalThomas Gleixner2015-07-141-1/+1
| * | gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removalThomas Gleixner2015-07-141-1/+3
| * | gpio/davinci: Prepare gpio_irq_handler for irq argument removalThomas Gleixner2015-07-141-1/+2
| * | gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-1410-15/+14Star
| * | gpio/davinci: Use accessor function irq_data_get_irq_handler_data()Jiang Liu2015-07-141-1/+1
| * | gpio/gpio-tegra: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
| * | gpio/pch: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
| * | gpio/omap: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
| * | gpio/msm-v2: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
| * | gpio/ep93xx: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-1/+1
| * | gpio/zynq: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-141-2/+2
| * | gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+2
| * | gpio/tz1090: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+2
| * | gpio/timberdale: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+1Star
| * | gpio/mvebu: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+2
| * | gpio/mpc8xxx: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-4/+3Star
| |/
* | gpio/davinci: add interrupt support for GPIOs 16-31Vitaly Andrianov2015-07-171-1/+1
* | Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij2015-07-172-17/+17
|\ \
| * | gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König2015-07-062-17/+17
| |/