summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: bd70528: Use correct unit for debounce timesThierry Reding2019-11-291-3/+3
* gpio: max77620: Fixup debounce delaysThierry Reding2019-11-291-3/+3
* gpio: max77620: Use correct unit for debounce timesThierry Reding2019-11-061-3/+3
* gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski2019-10-171-8/+19
* gpio: fix getting nonexclusive gpiods from DTMarco Felsch2019-10-171-1/+1
* gpio: eic: sprd: Fix the incorrect EIC offset when togglingBruce Chen2019-10-171-3/+4
* gpio: madera: Add support for Cirrus Logic CS47L92Charles Keepax2019-10-051-0/+5
* gpio: madera: Add support for Cirrus Logic CS47L15Richard Fitzgerald2019-10-051-0/+3
* gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede2019-09-111-4/+38
* gpiolib: of: fix fallback quirks handlingDmitry Torokhov2019-09-101-18/+9
* gpio: fix line flag validation in lineevent_createKent Gibson2019-09-091-5/+3
* gpio: fix line flag validation in linehandle_createKent Gibson2019-09-091-0/+8
* gpio: mockup: add missing single_release()Wei Yongjun2019-09-091-0/+1
* gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readDavid Jander2019-08-281-6/+3
* gpio: pca953x: correct type of reg_directionDavid Jander2019-08-281-3/+3
* gpio: Fix irqchip initialization orderLinus Walleij2019-08-231-15/+15
* gpio: of: fix Freescale SPI CS quirk handlingAndreas Kemnade2019-08-171-1/+1
* gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski2019-08-141-2/+4
* gpiolib: Preserve desc->flags when setting stateChris Packham2019-07-291-6/+11
* gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu2019-07-221-2/+4
* Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-173-28/+20
|\
| * Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-07-163-20/+19
| |\
| | * gpio: em: remove the gpiochip before removing the irq domainBartosz Golaszewski2019-07-151-18/+15
| | * gpiolib: of: fix a memory leak in of_gpio_flags_quirks()Nishka Dasgupta2019-07-151-0/+1
| | * gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy2019-07-151-2/+3
| * | Revert "gpio/spi: Fix spi-gpio regression on active high CS"Linus Walleij2019-07-161-8/+1
* | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-162-2/+2
|\ \ \ | |/ / |/| |
| * | docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| * | docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
| |/
* | Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-151-0/+1
|\ \
| * | i2c: iop: Use GPIO descriptorsLinus Walleij2019-06-121-0/+1
* | | Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-07-153-0/+244
|\ \ \ | |_|/ |/| |
| * | gpio: Initial support for ROHM bd70528 GPIO blockMatti Vaittinen2019-06-273-0/+244
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\ \ \
| * | | docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* | | | Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-07-091-5/+1
|\ \ \ \
| * \ \ \ Merge branch 'regulator-5.3' into regulator-nextMark Brown2019-07-041-5/+1
| |\ \ \ \
| | * | | | gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg2019-06-251-5/+1
* | | | | | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-0933-902/+693
|\ \ \ \ \ \
| * | | | | | Revert "gpio: tegra: Clean-up debugfs initialisation"Linus Walleij2019-07-061-3/+15
| * | | | | | gpiolib: Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-061-1/+1
| * | | | | | gpio: stp-xway: allow compile-testingMartin Blumenstingl2019-07-041-1/+2
| * | | | | | gpio: stp-xway: get rid of the #include <lantiq_soc.h> dependencyMartin Blumenstingl2019-07-041-4/+1
| * | | | | | gpio: stp-xway: improve module clock error handlingMartin Blumenstingl2019-07-041-3/+8
| * | | | | | gpio: stp-xway: simplify error handling in xway_stp_probe()Martin Blumenstingl2019-07-041-10/+9
| * | | | | | gpiolib: Clarify use of non-sleeping functionsGeert Uytterhoeven2019-07-041-8/+8
| * | | | | | gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven2019-07-041-3/+4
| * | | | | | gpio: pl061: drop duplicate printing of device nameEnrico Weigelt2019-07-031-1/+1
| * | | | | | gpio: altera: Pass irqchip when adding gpiochipLinus Walleij2019-07-031-27/+21
| * | | | | | gpio: siox: Use devm_ managed gpiochipLinus Walleij2019-07-031-10/+1