summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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-27Merge tag 'v5.16-rc2' into develLinus Walleij2-1/+2
2021-11-26gpiolib: acpi: Unify debug and other messages formatAndy Shevchenko1-6/+4
2021-11-26gpiolib: acpi: Do not set the IRQ type if the IRQ is already in useHans de Goede1-4/+11
2021-11-19gpio: mockup: Switch to use kasprintf_strarray()Andy Shevchenko1-22/+1
2021-11-16gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errorsRandy Dunlap1-0/+1
2021-11-15gpio: virtio: remove unneeded semicolonYang Li1-1/+1
2021-11-15gpiolib: acpi: shrink devm_acpi_dev_add_driver_gpios()Andy Shevchenko1-13/+7
2021-11-15gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios()Andy Shevchenko1-6/+0
2021-11-15gpio: xlp: Remove Netlogic XLP variantsRob Herring2-139/+13
2021-11-08Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-111/+802
2021-11-05Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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...Linus Torvalds1-4/+1
2021-11-03Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus 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/ke...Linus Torvalds1-9/+2
2021-09-29gpio: pca953x: do not ignore i2c errorsAndrey Gusakov1-9/+2
2021-09-29Merge tag 'pinctrl-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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