summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij18-65/+55
2015-07-17gpio/davinci: add interrupt support for GPIOs 16-31Vitaly Andrianov1-1/+1
2015-07-17Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij12-96/+65
2015-07-17gpio: etraxfs: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski1-2/+2
2015-07-16gpiolib: remove unneeded assignationLaurent Navet1-1/+1
2015-07-16gpio: 74xx: Fix build warning about void to integer castNicholas Krause1-1/+1
2015-07-16gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko1-0/+3
2015-07-16gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko1-0/+5
2015-07-16gpio: pcf857x: get rid of slock spinlockGrygorii Strashko1-9/+5
2015-07-16gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven1-4/+16
2015-07-16gpio: em: Remove obsolete platform data supportGeert Uytterhoeven1-26/+8
2015-07-16gpio: zx: Add ZTE zx296702 GPIO supportJun Nie3-0/+331
2015-07-16gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada1-4/+1
2015-07-16gpio: mvebu: kill bogus dependency on GPIO_GENERICMasahiro Yamada1-1/+0
2015-07-16gpio: altera: use of_mm_gpiochip_remove() to fix memory leakMasahiro Yamada1-1/+1
2015-07-16gpio: altera: fix return value of altera_gpio_remove()Masahiro Yamada1-1/+1
2015-07-16gpio: altera: kill bogus dependency on GPIO_GENERICMasahiro Yamada1-1/+0
2015-07-16gpio: zynq: add missing module_exit functionMasahiro Yamada1-0/+6
2015-07-16gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso1-1/+1
2015-07-16gpio: generic: add get_direction supportPhilipp Zabel1-0/+18
2015-07-14gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner1-4/+2
2015-07-14gpio/davinci: Avoid redundant lookup of irq_dataThomas Gleixner1-4/+4
2015-07-14gpio/msm-v2: Avoid redundant lookup of irq_dataThomas Gleixner1-13/+5
2015-07-14gpio/sa1100: Prepare sa1100_gpio_handler for irq argument removalThomas Gleixner1-2/+2
2015-07-14gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalThomas Gleixner1-1/+1
2015-07-14gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removalThomas Gleixner1-1/+3
2015-07-14gpio/davinci: Prepare gpio_irq_handler for irq argument removalThomas Gleixner1-1/+2
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu10-15/+14
2015-07-14gpio/davinci: Use accessor function irq_data_get_irq_handler_data()Jiang Liu1-1/+1
2015-07-14gpio/gpio-tegra: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-07-14gpio/pch: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-07-14gpio/omap: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-07-14gpio/msm-v2: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-07-14gpio/ep93xx: Use irq_set_handler_locked()Thomas Gleixner1-1/+1
2015-07-14gpio/zynq: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-2/+2
2015-07-14gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+2
2015-07-14gpio/tz1090: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+2
2015-07-14gpio/timberdale: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+1
2015-07-14gpio/mvebu: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+2