summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2019-07-29gpiolib: Preserve desc->flags when setting stateChris Packham
2019-07-22gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu
2019-07-17Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds
2019-07-16Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij
2019-07-16Revert "gpio/spi: Fix spi-gpio regression on active high CS"Linus Walleij
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab
2019-07-15gpio: em: remove the gpiochip before removing the irq domainBartosz Golaszewski
2019-07-15gpiolib: of: fix a memory leak in of_gpio_flags_quirks()Nishka Dasgupta
2019-07-15gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-09Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-06Revert "gpio: tegra: Clean-up debugfs initialisation"Linus Walleij
2019-07-06gpiolib: Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior
2019-07-04Merge branch 'regulator-5.3' into regulator-nextMark Brown
2019-07-04gpio: stp-xway: allow compile-testingMartin Blumenstingl
2019-07-04gpio: stp-xway: get rid of the #include <lantiq_soc.h> dependencyMartin Blumenstingl
2019-07-04gpio: stp-xway: improve module clock error handlingMartin Blumenstingl
2019-07-04gpio: stp-xway: simplify error handling in xway_stp_probe()Martin Blumenstingl
2019-07-04gpiolib: Clarify use of non-sleeping functionsGeert Uytterhoeven
2019-07-04gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven
2019-07-03gpio: pl061: drop duplicate printing of device nameEnrico Weigelt
2019-07-03gpio: altera: Pass irqchip when adding gpiochipLinus Walleij
2019-07-03gpio: siox: Use devm_ managed gpiochipLinus Walleij
2019-07-03gpio: siox: Add struct device *dev helper variableLinus Walleij
2019-07-03gpio: siox: Pass irqchip when adding gpiochipLinus Walleij
2019-07-03drivers: gpio: amd-fch: make resource struct constEnrico Weigelt
2019-07-02gpio/spi: Fix spi-gpio regression on active high CSLinus Walleij
2019-06-27gpio: ath79: Pass irqchip when adding gpiochipLinus Walleij
2019-06-27gpio: tegra: Clean-up debugfs initialisationJon Hunter
2019-06-27Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-06-27gpio: siox: Switch to IRQ_TYPE_NONELinus Walleij
2019-06-27gpio: siox: Do not call gpiochip_remove() on errorpathLinus Walleij
2019-06-27gpio: pl061: Pass irqchip when adding gpiochipLinus Walleij
2019-06-27gpio: tegra: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman
2019-06-27gpio: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman
2019-06-27gpio: Sort GPIO drivers in MakefileGeert Uytterhoeven
2019-06-27gpio: siox: Use module_siox_driver()Enrico Weigelt
2019-06-27gpio: eic-sprd: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-06-27gpio: vr41xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-06-27gpio: janz-ttl: Drop unneccessary temp variable devEnrico Weigelt, metux IT consult
2019-06-27gpio: grgpio: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-06-27gpio: ep93xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-06-27gpio: amdpt: Drop unneeded deref of &pdev->devEnrico Weigelt, metux IT consult
2019-06-27gpio: rcar: Pedantic formattingEnrico Weigelt, metux IT consult