summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2025-01-22Merge tag 'gpio-updates-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-14gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson
2025-01-13gpio: regmap: Use generic request/free opsSander Vanheule
2025-01-13gpio: altera: Drop .mapped_irq from driver dataUwe Kleine-König
2025-01-13gpio: mpc8xxx: Add MPC8314 supportJ. Neuschäfer
2025-01-08gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offsetBinbin Zhou
2025-01-03gpio: sim: lock up configfs that an instantiated device depends onKoichiro Den
2025-01-03gpio: virtuser: lock up configfs that an instantiated device depends onKoichiro Den
2025-01-03gpio: virtuser: fix handling of multiple conn_ids in lookup tableKoichiro Den
2025-01-03gpio: virtuser: fix missing lookup table cleanupsKoichiro Den
2024-12-20gpio: tps65219: Use existing kernel gpio macrosShree Ramamoorthy
2024-12-20gpio: pca953x: log an error when failing to get the reset GPIOLuca Ceresoli
2024-12-16gpio: tqmx86: add support for changing GPIO directionsMatthias Schiffer
2024-12-16gpio: tqmx86: introduce tqmx86_gpio_clrsetbits() helperMatthias Schiffer
2024-12-16gpio: tqmx86: use cleanup guards for spinlockMatthias Schiffer
2024-12-16gpio: tqmx86: consistently refer to IRQs by hwirq numbersMatthias Schiffer
2024-12-16gpio: tqmx86: add macros for interrupt configurationMatthias Schiffer
2024-12-12gpio: omap: allow building the module with COMPILE_TEST=yBartosz Golaszewski
2024-12-10gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespaceUwe Kleine-König
2024-12-10Merge tag 'v6.13-rc2' into gpio/for-currentBartosz Golaszewski
2024-12-10gpio: graniterapids: Fix GPIO Ack functionalityAlan Borzeszkowski
2024-12-10gpio: graniterapids: Check if GPIO line can be used for IRQsAlan Borzeszkowski
2024-12-10gpio: graniterapids: Determine if GPIO pad can be used by driverAlan Borzeszkowski
2024-12-10gpio: graniterapids: Fix invalid RXEVCFG register bitmaskShankar Bandal
2024-12-10gpio: graniterapids: Fix invalid GPI_IS register offsetShankar Bandal
2024-12-10gpio: graniterapids: Fix incorrect BAR assignmentAlan Borzeszkowski
2024-12-10gpio: graniterapids: Fix vGPIO driver crashAlan Borzeszkowski
2024-12-06gpio: ljca: Initialize num before accessing item in ljca_gpio_configHaoyu Li
2024-12-05gpio: twl4030: use gpiochip_get_dataRosen Penev
2024-12-04gpio: GPIO_MVEBU should not default to y when compile-testingGeert Uytterhoeven
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-27Merge tag 'gpio-fixes-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang
2024-11-22gpio: mpsse: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-11-21gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti
2024-11-21gpio: altera: Add missed base and label initialisationsAndy Shevchenko
2024-11-21gpio: zevio: Add missed label initialisationAndy Shevchenko
2024-11-18gpio: tegra186: Allow to enable driver on Tegra234Lars-Peter Clausen
2024-11-18gpio: grgpio: Add NULL check in grgpio_probeCharles Han
2024-11-13gpio: mpfs: add CoreGPIO supportConor Dooley
2024-11-12gpio: rockchip: support new version GPIOYe Zhang
2024-11-12gpio: rockchip: change the GPIO version judgment logicYe Zhang
2024-11-12gpio: rockchip: explan the format of the GPIO version IDYe Zhang
2024-11-12gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko
2024-11-09gpio: Get rid of GPIOF_ACTIVE_LOWAndy Shevchenko
2024-11-07gpio: Replace deprecated PCI functionsPhilipp Stanner
2024-11-07Merge tag 'intel-gpio-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski