summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-03-22gpio: cdev: use raw notifier for line state eventsBartosz Golaszewski3-10/+18
2025-03-13gpio: rcar: Fix missing of_node_put() callFabrizio Castro1-1/+6
2025-03-13gpio: aggregator: protect driver attr handlers against module unloadKoichiro Den1-3/+17
2025-03-13gpio: rcar: Use raw_spinlock to protect register accessNiklas Söderlund1-12/+12
2025-02-27gpio: vf610: add locking to gpio direction functionsJohan Korsnes1-0/+4
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: GPIO_GRGPIO should depend on OFGeert Uytterhoeven1-0/+1
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-01-14gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2025-01-08gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offsetBinbin Zhou1-3/+3
2025-01-03gpio: sim: lock up configfs that an instantiated device depends onKoichiro Den1-7/+41
2025-01-03gpio: virtuser: lock up configfs that an instantiated device depends onKoichiro Den1-7/+40
2025-01-03gpio: virtuser: fix handling of multiple conn_ids in lookup tableKoichiro Den1-4/+4
2025-01-03gpio: virtuser: fix missing lookup table cleanupsKoichiro Den1-11/+25
2024-12-10gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespaceUwe Kleine-König1-2/+3
2024-12-10Merge tag 'v6.13-rc2' into gpio/for-currentBartosz Golaszewski12-13/+13
2024-12-10gpio: graniterapids: Fix GPIO Ack functionalityAlan Borzeszkowski1-1/+1
2024-12-10gpio: graniterapids: Check if GPIO line can be used for IRQsAlan Borzeszkowski1-3/+12
2024-12-10gpio: graniterapids: Determine if GPIO pad can be used by driverAlan Borzeszkowski1-0/+16
2024-12-10gpio: graniterapids: Fix invalid RXEVCFG register bitmaskShankar Bandal1-1/+1
2024-12-10gpio: graniterapids: Fix invalid GPI_IS register offsetShankar Bandal1-1/+1
2024-12-10gpio: graniterapids: Fix incorrect BAR assignmentAlan Borzeszkowski1-4/+9
2024-12-10gpio: graniterapids: Fix vGPIO driver crashAlan Borzeszkowski1-1/+1
2024-12-06gpio: ljca: Initialize num before accessing item in ljca_gpio_configHaoyu Li1-1/+1
2024-12-04gpio: GPIO_MVEBU should not default to y when compile-testingGeert Uytterhoeven1-1/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra11-12/+12
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-13/+13
2024-11-27Merge tag 'gpio-fixes-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+19
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+8
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang13-13/+13
2024-11-22gpio: mpsse: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2024-11-21gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti1-4/+6
2024-11-21gpio: altera: Add missed base and label initialisationsAndy Shevchenko1-0/+5
2024-11-21gpio: zevio: Add missed label initialisationAndy Shevchenko1-0/+6
2024-11-18gpio: tegra186: Allow to enable driver on Tegra234Lars-Peter Clausen1-3/+3
2024-11-18gpio: grgpio: Add NULL check in grgpio_probeCharles Han1-0/+3
2024-11-13gpio: mpfs: add CoreGPIO supportConor Dooley1-5/+33
2024-11-12gpio: rockchip: support new version GPIOYe Zhang1-0/+2
2024-11-12gpio: rockchip: change the GPIO version judgment logicYe Zhang1-3/+9
2024-11-12gpio: rockchip: explan the format of the GPIO version IDYe Zhang1-2/+8