summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handlerSteven Lee2022-01-031-1/+1
* gpio: virtio: remove timeoutVincent Whitchurch2021-12-211-5/+1
* gpio: dln2: Fix interrupts when replugging the deviceNoralf Trønnes2021-12-191-10/+9
* gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errorsRandy Dunlap2021-11-161-0/+1
* gpio: virtio: remove unneeded semicolonYang Li2021-11-151-1/+1
* Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-0816-111/+802
|\
| * gpio: virtio: Add IRQ supportViresh Kumar2021-11-042-4/+299
| * gpio: realtek-otto: fix GPIO line IRQ offsetSander Vanheule2021-10-301-1/+1
| * gpio: clean up Kconfig fileRandy Dunlap2021-10-301-58/+58
| * gpio: mlxbf2: Introduce IRQ supportAsmaa Mnebhi2021-10-291-2/+140
| * gpio: mc33880: Drop if with an always false conditionUwe Kleine-König2021-10-131-2/+0
| * gpio: max730x: Make __max730x_remove() return voidUwe Kleine-König2021-10-133-7/+7
| * gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]Geert Uytterhoeven2021-10-131-14/+11
| * gpio: modepin: Add driver support for modepin GPIO controllerPiyush Mehta2021-09-233-0/+175
| * gpio: tps65218: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-221-1/+0
| * gpio: max77620: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-221-1/+0
| * gpio: xilinx: simplify getting .driver_dataWolfram Sang2021-09-221-4/+2
| * gpio: tegra186: Support multiple interrupts per bankThierry Reding2021-09-221-7/+41
| * gpio: tegra186: Force one interrupt per bankThierry Reding2021-09-221-6/+62
| * gpio: uniphier: Use helper functions to get private data from IRQ dataKunihiko Hayashi2021-09-221-3/+3
| * gpio: uniphier: Use helper function to get IRQ hardware numberKunihiko Hayashi2021-09-221-5/+7
* | Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-051-2/+7
|\ \
| * | gpio: Allow per-parent interrupt dataMarc Zyngier2021-10-271-2/+7
| |/
* | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-041-4/+1
|\ \
| * | gpiolib: acpi: Replace custom code with device_match_acpi_handle()Andy Shevchenko2021-10-201-4/+1
* | | Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-11-021-3/+1
|\ \ \
| * | | gpio-amdpt: ACPI: Use the ACPI_COMPANION() macro directlyRafael J. Wysocki2021-10-261-3/+1
| |/ /
* | | gpio: mlxbf2.c: Add check for bgpio_init failureAsmaa Mnebhi2021-10-251-0/+5
* | | gpio: xgs-iproc: fix parsing of ngpios propertyJonas Gorski2021-10-251-1/+1
|/ /
* | gpio: mockup: Convert to use software nodesAndy Shevchenko2021-10-061-3/+18
* | gpio: pca953x: Improve bias settingAndy Shevchenko2021-10-061-7/+9
* | gpio: 74x164: Add SPI device ID tableMark Brown2021-10-061-0/+8
* | Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-301-9/+2
|\ \
| * | gpio: pca953x: do not ignore i2c errorsAndrey Gusakov2021-09-291-9/+2
* | | Merge tag 'pinctrl-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-281-0/+22
|\ \ \ | |/ / |/| |
| * | gpio/rockchip: fetch deferred output settings on probeHeiko Stuebner2021-09-181-0/+22
| |/
* | gpio/rockchip: fix get_direction value handlingHeiko Stuebner2021-09-221-1/+1
* | gpio/rockchip: extended debounce support is only available on v2Heiko Stuebner2021-09-221-1/+1
* | gpio: gpio-aspeed-sgpio: Fix wrong hwirq in irq handler.Steven Lee2021-09-221-1/+1
* | gpio: uniphier: Fix void functions to remove return valueKunihiko Hayashi2021-09-221-2/+2
* | gpiolib: acpi: Make set-debounce-timeout failures non fatalHans de Goede2021-09-221-2/+4
|/
* Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-0717-362/+624
|\
| * gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid ...Christophe JAILLET2021-08-311-3/+1
| * gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()'Christophe JAILLET2021-08-311-7/+4
| * gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_pr...Christophe JAILLET2021-08-311-0/+2
| * gpio: viperboard: remove platform_set_drvdata() call in probeAlexandru Ardelean2021-08-311-11/+3
| * gpio: virtio: Fix sparse warningsViresh Kumar2021-08-311-21/+20
| * Merge branch 'ib-rockchip' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Bartosz Golaszewski2021-08-233-0/+780
| |\
| * | gpio: remove the obsolete MX35 3DS BOARD MC9S08DZ60 GPIO functionsLukas Bulwahn2021-08-233-119/+0
| * | gpio: Add virtio-gpio driverViresh Kumar2021-08-233-0/+385