summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2019-09-11gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede
2019-09-10gpiolib: of: fix fallback quirks handlingDmitry Torokhov
2019-09-09gpio: fix line flag validation in lineevent_createKent Gibson
2019-09-09gpio: fix line flag validation in linehandle_createKent Gibson
2019-09-09gpio: mockup: add missing single_release()Wei Yongjun
2019-08-28gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readDavid Jander
2019-08-28gpio: pca953x: correct type of reg_directionDavid Jander
2019-08-23gpio: Fix irqchip initialization orderLinus Walleij
2019-08-17gpio: of: fix Freescale SPI CS quirk handlingAndreas Kemnade
2019-08-14gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski
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