summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-08-20gpio: tps65912: check the return value of regmap_update_bits()Bartosz Golaszewski1-2/+5
2025-08-20gpio: wcd934x: check the return value of regmap_update_bits()Bartosz Golaszewski1-2/+5
2025-08-20gpio: loongson-64bit: Extend GPIO irq supportBinbin Zhou1-0/+6
2025-08-20gpio: mlxbf3: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-20Revert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson1-35/+19
2025-08-20Revert "gpio: pxa: Make irq_chip immutable"Bartosz Golaszewski1-7/+1
2025-08-20gpio: mlxbf2: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-20gpio: virtio: Fix config space reading.Harald Mommer1-4/+5
2025-07-17gpiolib: devres: release GPIOs in devm_gpiod_put_array()André Draszik1-1/+1
2025-07-15Merge tag 'intel-gpio-v6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-0/+13
2025-07-09gpio: of: initialize local variable passed to the .of_xlate() callbackAlexander Stein1-1/+1
2025-07-04gpiolib: fix performance regression when using gpio_chip_get_multiple()Hugo Villeneuve1-2/+3
2025-06-18gpio: mlxbf3: only get IRQ for device instance 0David Thompson1-19/+35
2025-06-17gpio: pca953x: fix wrong error probe return valueSascha Hauer1-1/+1
2025-06-16gpio: spacemit: Add missing MODULE_DEVICE_TABLEVivian Wang1-0/+1
2025-06-11gpio: loongson-64bit: Correct Loongson-7A2000 ACPI GPIO access modeBinbin Zhou1-1/+1
2025-06-09gpiolib: acpi: Add a quirk for Acer Nitro V15Mario Limonciello1-0/+13
2025-05-28Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds57-946/+3050
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-27/+24
2025-05-27Merge tag 'irq-drivers-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+5
2025-05-22Merge tag 'pinctrl-v6.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2025-05-22gpio: timberdale: select GPIOLIB_IRQCHIPPeng Fan1-0/+1
2025-05-22gpio: lpc18xx: select GPIOLIB_IRQCHIPPeng Fan1-0/+1
2025-05-22gpio: grgpio: select GPIOLIB_IRQCHIPPeng Fan1-1/+1
2025-05-22gpio: bcm-kona: select GPIOLIB_IRQCHIPPeng Fan1-0/+1
2025-05-21gpio: davinci: select GPIOLIB_IRQCHIPPeng Fan1-0/+1
2025-05-21Merge tag 'intel-gpio-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski4-420/+481
2025-05-21gpiolib: acpi: Move quirks to a separate fileAndy Shevchenko3-346/+364
2025-05-21gpiolib: acpi: Add acpi_gpio_need_run_edge_events_on_boot() getterAndy Shevchenko2-1/+8
2025-05-21gpiolib: acpi: Handle deferred list via new APIAndy Shevchenko2-20/+37
2025-05-21gpiolib: acpi: Switch to use enum in acpi_gpio_in_ignore_list()Andy Shevchenko2-5/+24
2025-05-21gpiolib: acpi: Make sure we fill struct acpi_gpio_infoAndy Shevchenko1-5/+6
2025-05-21gpiolib: acpi: Use temporary variable for struct acpi_gpio_infoAndy Shevchenko1-14/+17
2025-05-21gpiolib: don't crash on enabling GPIO HOG pinsDmitry Baryshkov1-0/+6
2025-05-20gpiolib: remove unneeded #ifdefBartosz Golaszewski1-2/+0
2025-05-20gpio: mpc8xxx: select GPIOLIB_IRQCHIPBartosz Golaszewski1-1/+1
2025-05-20gpio: pxa: select GPIOLIB_IRQCHIPBartosz Golaszewski1-0/+1
2025-05-16gpio: idt3243x: Switch to irq_find_mapping()Jiri Slaby (SUSE)1-1/+1
2025-05-16gpio: Switch to irq_domain_create_*()Jiri Slaby (SUSE)14-26/+23
2025-05-15gpio: pxa: Make irq_chip immutablePeng Fan1-1/+7
2025-05-15gpio: timberdale: Make irq_chip immutablePeng Fan1-1/+9
2025-05-15gpio: xgene-sb: Make irq_chip immutablePeng Fan1-3/+23
2025-05-15gpio: davinci: Make irq_chip immutablePeng Fan1-2/+7
2025-05-15gpio: davinci: Update irq chip dataPeng Fan1-13/+7
2025-05-15gpio: mpc8xxx: Make irq_chip immutablePeng Fan1-0/+8
2025-05-15gpio: lpc18xx: Make irq_chip immutablePeng Fan1-2/+11
2025-05-15gpio: grgpio: Make irq_chip immutablePeng Fan1-1/+6
2025-05-15gpio: bcm-kona: make irq_chip immutablePeng Fan1-0/+1
2025-05-15gpio: TODO: add item about GPIO drivers reading struct gpio_chip::baseAhmad Fatoum1-0/+7
2025-05-15gpio: mxc: configure dynamic GPIO base for CONFIG_GPIO_SYSFS=nAhmad Fatoum1-1/+8