aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds16-111/+802
2021-11-05Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-2/+7
2021-11-04gpio: virtio: Add IRQ supportViresh Kumar2-4/+299
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2021-11-02Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+1
2021-10-30gpio: realtek-otto: fix GPIO line IRQ offsetSander Vanheule1-1/+1
2021-10-30gpio: clean up Kconfig fileRandy Dunlap1-58/+58
2021-10-29gpio: mlxbf2: Introduce IRQ supportAsmaa Mnebhi1-2/+140
2021-10-27gpio: Allow per-parent interrupt dataMarc Zyngier1-2/+7
2021-10-26gpio-amdpt: ACPI: Use the ACPI_COMPANION() macro directlyRafael J. Wysocki1-3/+1
2021-10-25gpio: mlxbf2.c: Add check for bgpio_init failureAsmaa Mnebhi1-0/+5
2021-10-25gpio: xgs-iproc: fix parsing of ngpios propertyJonas Gorski1-1/+1
2021-10-20gpiolib: acpi: Replace custom code with device_match_acpi_handle()Andy Shevchenko1-4/+1
2021-10-13gpio: mc33880: Drop if with an always false conditionUwe Kleine-König1-2/+0
2021-10-13gpio: max730x: Make __max730x_remove() return voidUwe Kleine-König3-7/+7
2021-10-13gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]Geert Uytterhoeven1-14/+11
2021-10-06gpio: mockup: Convert to use software nodesAndy Shevchenko1-3/+18
2021-10-06gpio: pca953x: Improve bias settingAndy Shevchenko1-7/+9
2021-10-06gpio: 74x164: Add SPI device ID tableMark Brown1-0/+8
2021-09-30Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-9/+2
2021-09-29gpio: pca953x: do not ignore i2c errorsAndrey Gusakov1-9/+2
2021-09-28Merge tag 'pinctrl-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+22
2021-09-23gpio: modepin: Add driver support for modepin GPIO controllerPiyush Mehta3-0/+175
2021-09-22gpio: tps65218: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-09-22gpio: max77620: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-09-22gpio: xilinx: simplify getting .driver_dataWolfram Sang1-4/+2
2021-09-22gpio/rockchip: fix get_direction value handlingHeiko Stuebner1-1/+1
2021-09-22gpio/rockchip: extended debounce support is only available on v2Heiko Stuebner1-1/+1
2021-09-22gpio: tegra186: Support multiple interrupts per bankThierry Reding1-7/+41
2021-09-22gpio: tegra186: Force one interrupt per bankThierry Reding1-6/+62
2021-09-22gpio: gpio-aspeed-sgpio: Fix wrong hwirq in irq handler.Steven Lee1-1/+1
2021-09-22gpio: uniphier: Use helper functions to get private data from IRQ dataKunihiko Hayashi1-3/+3
2021-09-22gpio: uniphier: Use helper function to get IRQ hardware numberKunihiko Hayashi1-5/+7
2021-09-22gpio: uniphier: Fix void functions to remove return valueKunihiko Hayashi1-2/+2
2021-09-22gpiolib: acpi: Make set-debounce-timeout failures non fatalHans de Goede1-2/+4
2021-09-18gpio/rockchip: fetch deferred output settings on probeHeiko Stuebner1-0/+22
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds17-362/+624
2021-08-31gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid a leakChristophe JAILLET1-3/+1
2021-08-31gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()'Christophe JAILLET1-7/+4
2021-08-31gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_probe()'Christophe JAILLET1-0/+2
2021-08-31gpio: viperboard: remove platform_set_drvdata() call in probeAlexandru Ardelean1-11/+3
2021-08-31gpio: virtio: Fix sparse warningsViresh Kumar1-21/+20
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner46-142/+871
2021-08-23Merge branch 'ib-rockchip' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into gpio/for-nextBartosz Golaszewski3-0/+780
2021-08-23gpio: remove the obsolete MX35 3DS BOARD MC9S08DZ60 GPIO functionsLukas Bulwahn3-119/+0
2021-08-23gpio: Add virtio-gpio driverViresh Kumar3-0/+385
2021-08-18Merge remote-tracking branch 'linusw/ib-rockchip' into irq/generic_handle_domain_irqMarc Zyngier3-0/+780
2021-08-17gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set typeJianqun Xu1-2/+0
2021-08-17gpio/rockchip: support next version gpio controllerJianqun Xu1-72/+211
2021-08-17gpio/rockchip: use struct rockchip_gpio_regs for gpio controllerJianqun Xu1-39/+47