aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds5-15/+5
2022-03-21Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+7
2022-03-15Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"Bartosz Golaszewski1-0/+10
2022-03-14Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar6-50/+86
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner4-6/+7
2022-03-10gpio: sim: fix a typoBartosz Golaszewski1-1/+1
2022-03-10gpio: ts4900: Do not set DAT and OE togetherMark Featherston1-5/+19
2022-03-08gpio: sim: Declare gpio_sim_hog_config_item_ops staticAndy Shevchenko1-1/+1
2022-03-07gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko2-2/+14
2022-03-07gpio: Revert regression in sysfs-gpio (gpiolib.c)Marcelo Roberto Jimenez1-10/+0
2022-03-07gpio: tegra186: Add IRQ per bank for Tegra241Akhil R1-0/+2
2022-02-27Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-4/+10
2022-02-23gpio: Return EPROBE_DEFER if gc->to_irq is NULLShreeya Patel1-0/+10
2022-02-19gpio: tegra186: Fix chip_data type confusionMarc Zyngier1-4/+10
2022-02-16gpio: rockchip: Reset int_bothedge when changing triggerSamuel Holland1-27/+29
2022-02-09gpio: tpmx86: Move PM device over to irq domainMarc Zyngier1-1/+2
2022-02-09gpio: rcar: Move PM device over to irq domainMarc Zyngier1-1/+1
2022-02-09gpio: omap: Move PM device over to irq domainMarc Zyngier1-3/+4
2022-02-09gpio: mt7621: Kill parent_device usageMarc Zyngier1-1/+0
2022-02-09spi: make remove callback a void functionUwe Kleine-König5-15/+5
2022-02-09gpio: sim: fix hogs with custom chip labelsBartosz Golaszewski1-4/+15
2022-02-08gpio: sifive: use the correct register to read output valuesNiklas Cassel1-1/+1
2022-02-08gpiolib: Never return internal error codes to user spaceAndy Shevchenko3-8/+17
2022-02-02gpio: aggregator: Fix calling into sleeping GPIO controllersGeert Uytterhoeven1-4/+14
2022-01-24gpio: sim: check the label length when setting up device propertiesBartosz Golaszewski1-1/+1
2022-01-20Merge tag 'gpio-fixes-for-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-6/+6
2022-01-20gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li1-1/+1
2022-01-20gpio: idt3243x: Fix an ignored error return from platform_get_irq()Yang Li1-1/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-17gpio: idt3243x: Fix IRQ check in idt_gpio_probeMiaoqian Lin1-2/+2
2022-01-17gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probeMiaoqian Lin1-2/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2022-01-12Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-22/+1
2022-01-11Merge tag 'gpio-updates-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds54-382/+2256
2022-01-11Merge tag 'mfd-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-242/+0
2022-01-05gpio: rcar: Propagate errors from devm_request_irq()Lad Prabhakar1-3/+3
2022-01-05gpio: rcar: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+4
2022-01-05gpio: ts5500: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+4
2022-01-03gpio: dwapb: Switch to use fwnode instead of of_nodeAndy Shevchenko1-4/+1
2022-01-03gpiolib: acpi: make fwnode take precedence in struct gpio_chipAndy Shevchenko1-0/+3
2022-01-03gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handlerSteven Lee1-1/+1
2022-01-03gpio: max3191x: Use bitmap_free() to free bitmapChristophe JAILLET1-1/+1
2021-12-23gpio: regmap: Switch to use fwnode instead of of_nodeAndy Shevchenko1-5/+1
2021-12-23gpio: tegra186: Add support for Tegra241Akhil R1-0/+52
2021-12-23gpio: brcmstb: Use local variable to access OF nodeAndy Shevchenko1-1/+1
2021-12-22gpio: Remove unused local OF node pointersAndy Shevchenko3-5/+2
2021-12-21gpio: virtio: remove timeoutVincent Whitchurch1-5/+1
2021-12-21gpio: sim: add missing fwnode_handle_put() in gpio_sim_probe()Yang Yingliang1-1/+3
2021-12-20gpio: msc313: Add support for SSD201 and SSD202DDaniel Palmer1-0/+261
2021-12-20gpio: msc313: Code clean upsDaniel Palmer1-4/+1