aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2022-05-01Merge tag 'v5.18-rc5' into develLinus Walleij3-12/+33
2022-04-25gpio: pcf857x: Make teardown callback return voidUwe Kleine-König1-11/+3
2022-04-25irq/gpio: ixp4xx: Drop boardfile probe pathLinus Walleij2-29/+13
2022-04-25gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi14-103/+103
2022-04-22gpio: Request interrupts after IRQ is initializedMario Limonciello1-2/+2
2022-04-22gpio/rockchip: handle deferring input-enable pinconfsCaleb Connolly1-0/+5
2022-04-22pinctrl/rockchip: support deferring other gpio paramsCaleb Connolly1-8/+16
2022-04-21gpiolib: of: Introduce hook for missing gpio-rangesStefan Wahren1-0/+5
2022-04-19Merge branch irq/gpio-immutable into irq/irqchip-nextMarc Zyngier4-21/+75
2022-04-19gpio: Update TODO to mention immutable irq_chip structuresMarc Zyngier1-0/+19
2022-04-19gpio: pl061: Make the irqchip immutableMarc Zyngier1-9/+23
2022-04-19gpio: tegra186: Make the irqchip immutableMarc Zyngier1-9/+23
2022-04-19gpio: Expose the gpiochip_irq_re[ql]res helpersMarc Zyngier1-2/+4
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier1-1/+6
2022-04-18gpio: ixp4xx: Detect special machines by compatibleLinus Walleij2-4/+2
2022-04-16Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski1-10/+12
2022-04-14gpio: sim: fix setting and getting multiple linesBartosz Golaszewski1-2/+2
2022-04-11gpio: realtek-otto: Add RTL931x supportSander Vanheule1-0/+3
2022-04-11gpio: realtek-otto: Add RTL930x supportSander Vanheule1-0/+4
2022-04-11gpio: realtek-otto: Support per-cpu interruptsSander Vanheule1-1/+74
2022-04-11gpio: realtek-otto: Support reversed port layoutsSander Vanheule1-4/+51
2022-04-09gpiolib: Extract gpio_chip_get_value() wrapperAndy Shevchenko1-4/+7
2022-04-09gpiolib: Refactor gpiolib_dbg_show() with help of for_each_gpio_desc()Andy Shevchenko1-20/+18
2022-04-09gpiolib: Split out for_each_gpio_desc() macroAndy Shevchenko2-9/+7
2022-04-09gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag()Andy Shevchenko4-10/+7
2022-04-09gpiolib: Move error message out of a spinlockAndy Shevchenko1-1/+1
2022-04-08gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko1-8/+10
2022-04-08gpiolib: acpi: use correct format charactersLinus Torvalds1-2/+2
2022-04-05gpio: rcar: Add R-Car Gen4 supportGeert Uytterhoeven1-2/+5
2022-04-05gpiolib: Get rid of redundant 'else'Andy Shevchenko2-38/+40
2022-04-04gpio: Restrict usage of GPIO chip irq members before initializationShreeya Patel1-0/+19
2022-04-01Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+9
2022-03-31gpio: ts5500: Fix Links to Technologic Systems web resourcesKris Bahnsen1-2/+2
2022-03-31gpio: ts4900: Fix comment formatting and grammarKris Bahnsen1-5/+7
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+113
2022-03-25Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-106/+271
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds5-15/+5
2022-03-21Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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...Thomas Gleixner4-6/+7
2022-03-10gpio: ts4900: Use SPDX headerKris Bahnsen1-9/+1
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-08gpiolib: Use list_first_entry()/list_last_entry()Andy Shevchenko1-3/+3
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-03-01Merge tag 'intel-gpio-v5.18-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski6-9/+18