summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"Bartosz Golaszewski2022-04-081-0/+10
* gpio: Revert regression in sysfs-gpio (gpiolib.c)Marcelo Roberto Jimenez2022-04-081-10/+0
* gpio: Return EPROBE_DEFER if gc->to_irq is NULLShreeya Patel2022-03-161-0/+10
* gpio: ts4900: Do not set DAT and OE togetherMark Featherston2022-03-161-5/+19
* gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko2022-03-162-2/+14
* gpio: tegra186: Fix chip_data type confusionMarc Zyngier2022-03-021-4/+10
* gpio: rockchip: Reset int_bothedge when changing triggerSamuel Holland2022-03-021-27/+29
* gpio: sifive: use the correct register to read output valuesNiklas Cassel2022-02-161-1/+1
* gpiolib: Never return internal error codes to user spaceAndy Shevchenko2022-02-163-8/+17
* gpio: aggregator: Fix calling into sleeping GPIO controllersGeert Uytterhoeven2022-02-161-4/+14
* gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li2022-02-081-1/+1
* gpio: idt3243x: Fix an ignored error return from platform_get_irq()Yang Li2022-02-081-1/+1
* gpio: idt3243x: Fix IRQ check in idt_gpio_probeMiaoqian Lin2022-01-271-2/+2
* gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probeMiaoqian Lin2022-01-271-2/+2
* gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlockIwona Winiarska2022-01-271-16/+16
* gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlockIwona Winiarska2022-01-271-26/+26
* gpiolib: acpi: Do not set the IRQ type if the IRQ is already in useHans de Goede2022-01-271-4/+11
* gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handlerSteven Lee2022-01-111-1/+1
* gpio: dln2: Fix interrupts when replugging the deviceNoralf Trønnes2021-12-291-10/+9
* gpio: virtio: remove timeoutVincent Whitchurch2021-12-291-5/+1
* gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errorsRandy Dunlap2021-11-251-0/+1
* gpio: realtek-otto: fix GPIO line IRQ offsetSander Vanheule2021-11-181-1/+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
| * | gpio: mlxbf2: Use DEFINE_RES_MEM_NAMED() helper macroAndy Shevchenko2021-08-161-5/+2
| * | gpio: mlxbf2: Use devm_platform_ioremap_resource()Andy Shevchenko2021-08-161-8/+3
| * | gpio: mlxbf2: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-08-161-2/+2
| * | gpio: mlxbf2: Convert to device PM opsAndy Shevchenko2021-08-161-15/+6
| * | Merge tag 'intel-gpio-v5.15-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2021-08-132-60/+45
| |\ \