aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-19gpio: dln2: Fix interrupts when replugging the deviceNoralf Trønnes1-10/+9
2021-12-19gpio: sim: fix uninitialized ret variableTom Rix1-1/+2
2021-12-17gpio: Propagate firmware node from a parent deviceAndy Shevchenko5-15/+11
2021-12-17gpio: Setup parent device and get rid of unnecessary of_node assignmentAndy Shevchenko4-8/+6
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko25-36/+2
2021-12-17Merge tag 'intel-gpio-v5.17-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-nextBartosz Golaszewski5-82/+75
2021-12-17gpiolib: allow line names from device props to override driver namesPeter Rosin1-5/+15
2021-12-17gpio: amdpt: add new device ID and 24-pin supportHsu Yuchang1-3/+5
2021-12-17gpio: tegra186: Add support for Tegra234Prathamesh Shete1-0/+76
2021-12-17gpio: sta2x11: fix typo in a commentJason Wang1-1/+1
2021-12-17gpio: sim: new testing moduleBartosz Golaszewski3-0/+1598
2021-12-17gpiolib: of: make fwnode take precedence in struct gpio_chipBartosz Golaszewski1-0/+3
2021-12-17gpiolib: allow to specify the firmware node in struct gpio_chipBartosz Golaszewski1-1/+6
2021-12-17gpiolib: provide gpiod_remove_hogs()Bartosz Golaszewski1-0/+11
2021-12-13gpio: sch: fix typo in a commentJason Wang1-1/+1
2021-12-10gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlockIwona Winiarska1-16/+16
2021-12-10gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlockIwona Winiarska1-26/+26
2021-12-06gpiolib: check the 'ngpios' property in core gpiolib codeBartosz Golaszewski1-0/+21
2021-12-06gpiolib: improve coding style for local variablesBartosz Golaszewski1-4/+4
2021-12-03gpio: xlp: Fix build errors from Netlogic XLP removalRob Herring1-3/+2
2021-12-03gpio: rockchip: lock GPIOs used as interruptsJohn Keeping1-0/+18
2021-12-03gpio: aggregator: Add interrupt supportGeert Uytterhoeven1-1/+10
2021-12-03gpiolib: Let gpiod_add_lookup_table() call gpiod_add_lookup_tables()Geert Uytterhoeven1-5/+1
2021-12-01gpio: dwapb: clarify usage of the register file versionAndy Shevchenko1-4/+6
2021-12-01gpio: ml-ioh: Change whitespace to match gpio-pch.cBjorn Helgaas1-4/+4
2021-12-01gpio: ml-ioh: Use BIT() to match gpio-pch.cBjorn Helgaas1-13/+13
2021-12-01gpio: ml-ioh: Cache &pdev->dev to reduce repetitionBjorn Helgaas1-11/+11
2021-12-01gpio: pch: Cache &pdev->dev to reduce repetitionBjorn Helgaas1-10/+11
2021-12-01gpio: pch: Use .driver_data instead of checking Device IDs againBjorn Helgaas1-12/+9
2021-11-29gpio: bd70528 Drop BD70528 supportMatti Vaittinen3-242/+0
2021-11-25gpiolib: acpi: Unify debug and other messages formatAndy Shevchenko1-6/+4
2021-11-25gpiolib: acpi: Do not set the IRQ type if the IRQ is already in useHans de Goede1-4/+11
2021-11-16gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errorsRandy Dunlap1-0/+1