aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 17-362/+624
2021-08-31gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid ...Gravatar Christophe JAILLET 1-3/+1
2021-08-31gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()'Gravatar Christophe JAILLET 1-7/+4
2021-08-31gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_pr...Gravatar Christophe JAILLET 1-0/+2
2021-08-31gpio: viperboard: remove platform_set_drvdata() call in probeGravatar Alexandru Ardelean 1-11/+3
2021-08-31gpio: virtio: Fix sparse warningsGravatar Viresh Kumar 1-21/+20
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Gravatar Thomas Gleixner 46-142/+871
2021-08-23Merge branch 'ib-rockchip' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Bartosz Golaszewski 3-0/+780
2021-08-23gpio: remove the obsolete MX35 3DS BOARD MC9S08DZ60 GPIO functionsGravatar Lukas Bulwahn 3-119/+0
2021-08-23gpio: Add virtio-gpio driverGravatar Viresh Kumar 3-0/+385
2021-08-18Merge remote-tracking branch 'linusw/ib-rockchip' into irq/generic_handle_dom...Gravatar Marc Zyngier 3-0/+780
2021-08-17gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set typeGravatar Jianqun Xu 1-2/+0
2021-08-17gpio/rockchip: support next version gpio controllerGravatar Jianqun Xu 1-72/+211
2021-08-17gpio/rockchip: use struct rockchip_gpio_regs for gpio controllerGravatar Jianqun Xu 1-39/+47
2021-08-17gpio/rockchip: add driver for rockchip gpioGravatar Jianqun Xu 3-0/+635
2021-08-16gpio: mlxbf2: Use DEFINE_RES_MEM_NAMED() helper macroGravatar Andy Shevchenko 1-5/+2
2021-08-16gpio: mlxbf2: Use devm_platform_ioremap_resource()Gravatar Andy Shevchenko 1-8/+3
2021-08-16gpio: mlxbf2: Drop wrong use of ACPI_PTR()Gravatar Andy Shevchenko 1-2/+2
2021-08-16gpio: mlxbf2: Convert to device PM opsGravatar Andy Shevchenko 1-15/+6
2021-08-13Merge tag 'intel-gpio-v5.15-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Gravatar Bartosz Golaszewski 2-60/+45
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 43-142/+91
2021-08-11gpio: dwapb: Get rid of legacy platform dataGravatar Andy Shevchenko 1-10/+18
2021-08-11gpio: dwapb: Read GPIO base from gpio-base propertyGravatar Andy Shevchenko 1-0/+4
2021-08-11gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()Gravatar Andy Shevchenko 1-12/+12
2021-08-05gpio: tegra186: Add ACPI supportGravatar Akhil R 1-6/+24
2021-08-05gpiolib: of: constify few local device_node variablesGravatar Krzysztof Kozlowski 1-4/+4
2021-08-05gpiolib: constify passed device_node pointerGravatar Krzysztof Kozlowski 2-5/+5
2021-08-05gpio: gpio-aspeed-sgpio: Return error if ngpios is not multiple of 8.Gravatar Steven Lee 1-0/+4
2021-08-05gpio: gpio-aspeed-sgpio: Use generic device property APIsGravatar Steven Lee 1-2/+2
2021-08-05gpio: gpio-aspeed-sgpio: Move irq_chip to aspeed-sgpio structGravatar Steven Lee 1-9/+8
2021-08-05gpio: gpio-aspeed-sgpio: Add set_config functionGravatar Steven Lee 1-4/+50
2021-08-05gpio: gpio-aspeed-sgpio: Add AST2600 sgpio supportGravatar Steven Lee 1-54/+47
2021-08-02gpio: tqmx86: really make IRQ optionalGravatar Matthias Schiffer 1-3/+3
2021-07-29gpio: brcmstb: remove custom 'brcmstb_gpio_set_names'Gravatar Sergio Paracuellos 1-44/+1
2021-07-29gpio: mt7621: support gpio-line-names propertyGravatar Sergio Paracuellos 1-0/+1
2021-07-29gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip ba...Gravatar Sergio Paracuellos 1-5/+27
2021-07-18Revert "gpio: mpc8xxx: change the gpio interrupt flags."Gravatar Rasmus Villemoes 1-1/+1
2021-07-16gpio: rcar: Always use local variable dev in gpio_rcar_probe()Gravatar Geert Uytterhoeven 1-2/+2
2021-07-13gpio: ml-ioh: Convert to dev_pm_opsGravatar Vaibhav Gupta 1-38/+11
2021-07-05Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-3/+3
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 36-549/+562
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-30/+72
2021-06-29Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-5/+5
2021-06-29Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables'Gravatar Rafael J. Wysocki 1-5/+5
2021-06-25gpio: mxs: Prefer unsigned int to bare use of unsignedGravatar Jinchao Wang 1-2/+2
2021-06-25gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAPGravatar Johannes Berg 1-0/+2
2021-06-22gpiolib: cdev: zero padding during conversion to gpioline_info_changedGravatar Gabriel Knezek 1-0/+1
2021-06-21gpio: mxc: Fix disabled interrupt wake-up supportGravatar Loic Poulain 1-1/+1
2021-06-17mfd: tps68470: Remove tps68470 MFD driverGravatar Daniel Scally 1-1/+1
2021-06-16gpio: pca953x: Add support for the On Semi pca9655Gravatar Peter Robinson 1-0/+1