summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8 days8-105/+138
|\
| * gpio: regmap: Use generic request/free opsSander Vanheule2025-01-131-0/+2
| * gpio: altera: Drop .mapped_irq from driver dataUwe Kleine-König2025-01-131-5/+4
| * gpio: mpc8xxx: Add MPC8314 supportJ. Neuschäfer2025-01-131-0/+1
| * gpio: tps65219: Use existing kernel gpio macrosShree Ramamoorthy2024-12-201-7/+5
| * gpio: pca953x: log an error when failing to get the reset GPIOLuca Ceresoli2024-12-201-1/+2
| * gpio: tqmx86: add support for changing GPIO directionsMatthias Schiffer2024-12-161-14/+30
| * gpio: tqmx86: introduce tqmx86_gpio_clrsetbits() helperMatthias Schiffer2024-12-161-5/+17
| * gpio: tqmx86: use cleanup guards for spinlockMatthias Schiffer2024-12-161-42/+42
| * gpio: tqmx86: consistently refer to IRQs by hwirq numbersMatthias Schiffer2024-12-161-20/+20
| * gpio: tqmx86: add macros for interrupt configurationMatthias Schiffer2024-12-161-20/+24
| * gpio: omap: allow building the module with COMPILE_TEST=yBartosz Golaszewski2024-12-121-2/+2
| * gpio: twl4030: use gpiochip_get_dataRosen Penev2024-12-051-3/+3
* | gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson2025-01-141-16/+16
* | gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offsetBinbin Zhou2025-01-081-3/+3
* | gpio: sim: lock up configfs that an instantiated device depends onKoichiro Den2025-01-031-7/+41
* | gpio: virtuser: lock up configfs that an instantiated device depends onKoichiro Den2025-01-031-7/+40
* | gpio: virtuser: fix handling of multiple conn_ids in lookup tableKoichiro Den2025-01-031-4/+4
* | gpio: virtuser: fix missing lookup table cleanupsKoichiro Den2025-01-031-11/+25
* | gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespaceUwe Kleine-König2024-12-101-2/+3
* | Merge tag 'v6.13-rc2' into gpio/for-currentBartosz Golaszewski2024-12-1012-13/+13
|\ \
| * | module: Convert default symbol namespace to string literalMasahiro Yamada2024-12-031-1/+1
| * | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-0211-12/+12
| |/
* | gpio: graniterapids: Fix GPIO Ack functionalityAlan Borzeszkowski2024-12-101-1/+1
* | gpio: graniterapids: Check if GPIO line can be used for IRQsAlan Borzeszkowski2024-12-101-3/+12
* | gpio: graniterapids: Determine if GPIO pad can be used by driverAlan Borzeszkowski2024-12-101-0/+16
* | gpio: graniterapids: Fix invalid RXEVCFG register bitmaskShankar Bandal2024-12-101-1/+1
* | gpio: graniterapids: Fix invalid GPI_IS register offsetShankar Bandal2024-12-101-1/+1
* | gpio: graniterapids: Fix incorrect BAR assignmentAlan Borzeszkowski2024-12-101-4/+9
* | gpio: graniterapids: Fix vGPIO driver crashAlan Borzeszkowski2024-12-101-1/+1
* | gpio: ljca: Initialize num before accessing item in ljca_gpio_configHaoyu Li2024-12-061-1/+1
* | gpio: GPIO_MVEBU should not default to y when compile-testingGeert Uytterhoeven2024-12-041-1/+2
|/
* Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-2913-13/+13
|\
| * Fix a potential abuse of seq_printf() format string in driversDavid Wang2024-11-2213-13/+13
* | Merge tag 'gpio-fixes-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-274-6/+19
|\ \
| * | gpio: mpsse: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-11-221-2/+2
| * | gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti2024-11-211-4/+6
| * | gpio: altera: Add missed base and label initialisationsAndy Shevchenko2024-11-211-0/+5
| * | gpio: zevio: Add missed label initialisationAndy Shevchenko2024-11-211-0/+6
* | | Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-271-7/+8
|\ \ \ | |/ / |/| |
| * | gpio: Replace deprecated PCI functionsPhilipp Stanner2024-11-071-7/+8
* | | gpio: tegra186: Allow to enable driver on Tegra234Lars-Peter Clausen2024-11-181-3/+3
* | | gpio: grgpio: Add NULL check in grgpio_probeCharles Han2024-11-181-0/+3
* | | gpio: mpfs: add CoreGPIO supportConor Dooley2024-11-131-5/+33
* | | gpio: rockchip: support new version GPIOYe Zhang2024-11-121-0/+2
* | | gpio: rockchip: change the GPIO version judgment logicYe Zhang2024-11-121-3/+9
* | | gpio: rockchip: explan the format of the GPIO version IDYe Zhang2024-11-121-2/+8
* | | gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko2024-11-121-4/+4
* | | gpio: Get rid of GPIOF_ACTIVE_LOWAndy Shevchenko2024-11-091-3/+0
* | | Merge tag 'intel-gpio-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski2024-11-071-3/+1
|\ \ \