aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-17gpio/rockchip: add driver for rockchip gpioJianqun Xu3-0/+635
2021-08-16gpio: mlxbf2: Use DEFINE_RES_MEM_NAMED() helper macroAndy Shevchenko1-5/+2
2021-08-16gpio: mlxbf2: Use devm_platform_ioremap_resource()Andy Shevchenko1-8/+3
2021-08-16gpio: mlxbf2: Drop wrong use of ACPI_PTR()Andy Shevchenko1-2/+2
2021-08-16gpio: mlxbf2: Convert to device PM opsAndy Shevchenko1-15/+6
2021-08-13Merge tag 'intel-gpio-v5.15-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-nextBartosz Golaszewski2-60/+45
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier43-142/+91
2021-08-11gpio: dwapb: Get rid of legacy platform dataAndy Shevchenko1-10/+18
2021-08-11gpio: dwapb: Read GPIO base from gpio-base propertyAndy Shevchenko1-0/+4
2021-08-11gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()Andy Shevchenko1-12/+12
2021-08-05gpio: tegra186: Add ACPI supportAkhil R1-6/+24
2021-08-05gpiolib: of: constify few local device_node variablesKrzysztof Kozlowski1-4/+4
2021-08-05gpiolib: constify passed device_node pointerKrzysztof Kozlowski2-5/+5
2021-08-05gpio: gpio-aspeed-sgpio: Return error if ngpios is not multiple of 8.Steven Lee1-0/+4
2021-08-05gpio: gpio-aspeed-sgpio: Use generic device property APIsSteven Lee1-2/+2
2021-08-05gpio: gpio-aspeed-sgpio: Move irq_chip to aspeed-sgpio structSteven Lee1-9/+8
2021-08-05gpio: gpio-aspeed-sgpio: Add set_config functionSteven Lee1-4/+50
2021-08-05gpio: gpio-aspeed-sgpio: Add AST2600 sgpio supportSteven Lee1-54/+47
2021-08-02gpio: tqmx86: really make IRQ optionalMatthias Schiffer1-3/+3
2021-07-29gpio: brcmstb: remove custom 'brcmstb_gpio_set_names'Sergio Paracuellos1-44/+1
2021-07-29gpio: mt7621: support gpio-line-names propertySergio Paracuellos1-0/+1
2021-07-29gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip banks per deviceSergio Paracuellos1-5/+27
2021-07-18Revert "gpio: mpc8xxx: change the gpio interrupt flags."Rasmus Villemoes1-1/+1
2021-07-16gpio: rcar: Always use local variable dev in gpio_rcar_probe()Geert Uytterhoeven1-2/+2
2021-07-13gpio: ml-ioh: Convert to dev_pm_opsVaibhav Gupta1-38/+11
2021-07-05Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-3/+3
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds36-549/+562
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds4-30/+72
2021-06-29Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+5
2021-06-29Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki1-5/+5
2021-06-25gpio: mxs: Prefer unsigned int to bare use of unsignedJinchao Wang1-2/+2
2021-06-25gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAPJohannes Berg1-0/+2
2021-06-22gpiolib: cdev: zero padding during conversion to gpioline_info_changedGabriel Knezek1-0/+1
2021-06-21gpio: mxc: Fix disabled interrupt wake-up supportLoic Poulain1-1/+1
2021-06-17mfd: tps68470: Remove tps68470 MFD driverDaniel Scally1-1/+1
2021-06-16gpio: pca953x: Add support for the On Semi pca9655Peter Robinson1-0/+1
2021-06-16Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede1-5/+5
2021-06-16Merge tag 'intel-gpio-v5.14-1' into review-hansHans de Goede3-29/+71
2021-06-14gpio: gpio-xilinx: update on suspend and resume callsSrinivas Neeli1-4/+4
2021-06-14gpio: zynq: Check return value of irq_get_irq_dataSrinivas Neeli1-0/+10
2021-06-14gpio: zynq: Check return value of pm_runtime_get_syncSrinivas Neeli1-1/+4
2021-06-14gpio: zynq: use module_platform_driver to simplify the codeSrinivas Neeli1-16/+1
2021-06-11gpio: idt3243x: Fix return value check in idt_gpio_probe()Wei Yongjun1-4/+4
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally1-5/+5
2021-06-07gpio: Add support for IDT 79RC3243x GPIO controllerThomas Bogendoerfer3-0/+219
2021-06-07gpio: regmap: move drvdata to config dataMichael Walle1-6/+1
2021-06-07gpio-dwapb: Drop unused headers and sort the restAndy Shevchenko1-5/+3
2021-06-04gpio: gpio-regmap: Use devm_add_action_or_reset()Matti Vaittinen1-14/+11
2021-06-04gpiolib: acpi: Add acpi_gpio_get_io_resource()Daniel Scally1-0/+23
2021-06-04gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helperDaniel Scally1-0/+28