summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | gpio: dwapb: Get rid of legacy platform dataAndy Shevchenko2021-08-111-10/+18
| | * | gpio: dwapb: Read GPIO base from gpio-base propertyAndy Shevchenko2021-08-111-0/+4
| | * | gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()Andy Shevchenko2021-08-111-12/+12
| | * | gpio: ml-ioh: Convert to dev_pm_opsVaibhav Gupta2021-07-131-38/+11
| * | | gpio: tegra186: Add ACPI supportAkhil R2021-08-051-6/+24
| * | | gpiolib: of: constify few local device_node variablesKrzysztof Kozlowski2021-08-051-4/+4
| * | | gpiolib: constify passed device_node pointerKrzysztof Kozlowski2021-08-052-5/+5
| * | | gpio: gpio-aspeed-sgpio: Return error if ngpios is not multiple of 8.Steven Lee2021-08-051-0/+4
| * | | gpio: gpio-aspeed-sgpio: Use generic device property APIsSteven Lee2021-08-051-2/+2
| * | | gpio: gpio-aspeed-sgpio: Move irq_chip to aspeed-sgpio structSteven Lee2021-08-051-9/+8
| * | | gpio: gpio-aspeed-sgpio: Add set_config functionSteven Lee2021-08-051-4/+50
| * | | gpio: gpio-aspeed-sgpio: Add AST2600 sgpio supportSteven Lee2021-08-051-54/+47
| * | | gpio: brcmstb: remove custom 'brcmstb_gpio_set_names'Sergio Paracuellos2021-07-291-44/+1
| * | | gpio: mt7621: support gpio-line-names propertySergio Paracuellos2021-07-291-0/+1
| * | | gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip ba...Sergio Paracuellos2021-07-291-5/+27
| * | | gpio: rcar: Always use local variable dev in gpio_rcar_probe()Geert Uytterhoeven2021-07-161-2/+2
| |/ /
* | | Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-08-2946-142/+871
|\ \ \
| * \ \ Merge remote-tracking branch 'linusw/ib-rockchip' into irq/generic_handle_dom...Marc Zyngier2021-08-183-0/+780
| |\ \ \ | | | |/ | | |/|
| | * | gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set typeJianqun Xu2021-08-171-2/+0
| | * | gpio/rockchip: support next version gpio controllerJianqun Xu2021-08-171-72/+211
| | * | gpio/rockchip: use struct rockchip_gpio_regs for gpio controllerJianqun Xu2021-08-171-39/+47
| | * | gpio/rockchip: add driver for rockchip gpioJianqun Xu2021-08-173-0/+635
| | |/