summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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/+1
| | * | 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/+3
| * | | 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
| | |/ /
| * | | gpio: etraxfs: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-171-2/+2
| * | | gpiolib: remove unneeded assignationLaurent Navet2015-07-161-1/+1
| * | | gpio: 74xx: Fix build warning about void to integer castNicholas Krause2015-07-161-1/+1
| * | | gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko2015-07-161-0/+3
| * | | gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko2015-07-161-0/+5
| * | | gpio: pcf857x: get rid of slock spinlockGrygorii Strashko2015-07-161-9/+5
| * | | gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven2015-07-161-4/+16
| * | | gpio: em: Remove obsolete platform data supportGeert Uytterhoeven2015-07-161-26/+8
| * | | gpio: zx: Add ZTE zx296702 GPIO supportJun Nie2015-07-163-0/+331
| * | | gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada2015-07-161-4/+1
| * | | gpio: mvebu: kill bogus dependency on GPIO_GENERICMasahiro Yamada2015-07-161-1/+0
| * | | gpio: altera: use of_mm_gpiochip_remove() to fix memory leakMasahiro Yamada2015-07-161-1/+1
| * | | gpio: altera: fix return value of altera_gpio_remove()Masahiro Yamada2015-07-161-1/+1
| * | | gpio: altera: kill bogus dependency on GPIO_GENERICMasahiro Yamada2015-07-161-1/+0
| * | | gpio: zynq: add missing module_exit functionMasahiro Yamada2015-07-161-0/+6
| * | | gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso2015-07-161-1/+1
| * | | gpio: generic: add get_direction supportPhilipp Zabel2015-07-161-0/+18
| |/ /
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-042-0/+205
|\ \ \
| * | | MIPS: Remove all the uses of custom gpio.hAlban Bedel2015-09-031-32/+0
| * | | MIPS: ath79: Move the GPIO driver to drivers/gpioAlban Bedel2015-09-032-0/+237
| | |/ | |/|
* / | treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-4/+2
|\ \
| * | gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner2015-07-131-4/+2
| |/
* | 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
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-023-6/+6
|\
| * gpio/msic: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+1
| * gpio/dwapb: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+2
| * gpio/bcm-kona: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+3
* | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-011-2/+2
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-261-2/+2
| |\ \ \ \
| | | * | | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-241-2/+2
| | |/ / /
* | | | | Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-06-256-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gpio: Constify irq_domain_opsKrzysztof Kozlowski2015-05-066-6/+6
| | |/ / | |/| |
* | | | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-2334-557/+1796
|\ \ \ \ | |_|_|/ |/| | |