summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-02-27gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/setBartosz Golaszewski2-17/+35
2025-02-21gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang1-3/+12
2025-02-21gpiolib: acpi: Add a quirk for Acer Nitro ANV14Mario Limonciello1-0/+14
2025-02-21gpiolib: Fix crash on error in gpiochip_get_ngpios()Andy Shevchenko1-3/+3
2025-02-21gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber1-1/+1
2025-02-21gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber1-12/+55
2025-02-21gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber1-2/+4
2025-02-17gpio: sim: lock hog configfs items if presentBartosz Golaszewski1-5/+8
2025-02-17gpio: pca953x: Improve interrupt supportMark Tomlinson1-19/+0
2025-02-08gpio: mxc: remove dead code after switch to DT-onlyAhmad Fatoum1-2/+1
2025-02-08gpio: pca953x: log an error when failing to get the reset GPIOLuca Ceresoli1-1/+2
2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2025-01-23gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2025-01-23gpio: sim: lock up configfs that an instantiated device depends onKoichiro Den1-7/+41
2025-01-23gpio: virtuser: lock up configfs that an instantiated device depends onKoichiro Den1-7/+40
2025-01-17gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offsetBinbin Zhou1-3/+3
2025-01-17gpio: virtuser: fix handling of multiple conn_ids in lookup tableKoichiro Den1-4/+4
2025-01-17gpio: virtuser: fix missing lookup table cleanupsKoichiro Den1-11/+25
2024-12-19gpio: graniterapids: Check if GPIO line can be used for IRQsAlan Borzeszkowski1-3/+12
2024-12-19gpio: graniterapids: Determine if GPIO pad can be used by driverAlan Borzeszkowski1-0/+16
2024-12-19gpio: graniterapids: Fix invalid RXEVCFG register bitmaskShankar Bandal1-1/+1
2024-12-19gpio: graniterapids: Fix invalid GPI_IS register offsetShankar Bandal1-1/+1
2024-12-19gpio: graniterapids: Fix incorrect BAR assignmentAlan Borzeszkowski1-4/+9
2024-12-19gpio: graniterapids: Fix vGPIO driver crashAlan Borzeszkowski1-1/+1
2024-12-19gpio: ljca: Initialize num before accessing item in ljca_gpio_configHaoyu Li1-1/+1
2024-12-19gpio: graniterapids: Fix GPIO Ack functionalityAlan Borzeszkowski1-1/+1
2024-12-14gpio: free irqs that are still requested when the chip is being removedBartosz Golaszewski1-0/+41
2024-12-14gpio: grgpio: Add NULL check in grgpio_probeCharles Han1-0/+3
2024-12-14gpio: grgpio: use a helper variable to store the address of ofdev->devBartosz Golaszewski1-11/+12
2024-12-05gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti1-4/+6
2024-12-05gpio: zevio: Add missed label initialisationAndy Shevchenko1-0/+6
2024-10-31gpiolib: fix debugfs dangling chip separatorJohan Hovold1-1/+1
2024-10-31gpiolib: fix debugfs newline separatorsJohan Hovold1-0/+2
2024-10-31gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() callAndy Shevchenko1-1/+3
2024-10-31gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane1-1/+1
2024-10-08gpio: aspeed: Use devm_clk api to manage clock sourceBilly Tsai1-1/+1
2024-10-08gpio: aspeed: Add the flush write to ensure the write complete.Billy Tsai1-0/+2
2024-10-03gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()Lad Prabhakar1-2/+2
2024-10-02gpio: davinci: Fix condition for irqchip registrationVignesh Raghavendra1-1/+1
2024-09-30gpio: davinci: fix lazy disableEmanuele Ghidoli1-4/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-3/+0
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-213/+132
2024-09-18Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds34-479/+558
2024-09-18Merge tag 'pwm/for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+237
2024-09-12gpio: ep93xx: add DT support for gpio-ep93xxNikita Shubin1-15/+23
2024-09-12gpio: ep93xx: split device in multipleNikita Shubin1-207/+118
2024-09-06gpio: mpc8xxx: switch to using DEFINE_RUNTIME_DEV_PM_OPS()Bartosz Golaszewski1-13/+12
2024-09-05gpio: xilinx: Use helper function devm_clk_get_optional_enabled()Zhang Zekun1-10/+1
2024-09-05gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled()Zhang Zekun1-14/+7
2024-09-05gpio: lpc18xx: Use helper function devm_clk_get_enabled()Zhang Zekun1-17/+6