summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2025-01-14gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson-16/+16
2025-01-08gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offsetBinbin Zhou-3/+3
2025-01-03gpio: sim: lock up configfs that an instantiated device depends onKoichiro Den-7/+41
2025-01-03gpio: virtuser: lock up configfs that an instantiated device depends onKoichiro Den-7/+40
2025-01-03gpio: virtuser: fix handling of multiple conn_ids in lookup tableKoichiro Den-4/+4
2025-01-03gpio: virtuser: fix missing lookup table cleanupsKoichiro Den-11/+25
2024-12-10gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespaceUwe Kleine-König-2/+3
2024-12-10Merge tag 'v6.13-rc2' into gpio/for-currentBartosz Golaszewski-13/+13
2024-12-10gpio: graniterapids: Fix GPIO Ack functionalityAlan Borzeszkowski-1/+1
2024-12-10gpio: graniterapids: Check if GPIO line can be used for IRQsAlan Borzeszkowski-3/+12
2024-12-10gpio: graniterapids: Determine if GPIO pad can be used by driverAlan Borzeszkowski-0/+16
2024-12-10gpio: graniterapids: Fix invalid RXEVCFG register bitmaskShankar Bandal-1/+1
2024-12-10gpio: graniterapids: Fix invalid GPI_IS register offsetShankar Bandal-1/+1
2024-12-10gpio: graniterapids: Fix incorrect BAR assignmentAlan Borzeszkowski-4/+9
2024-12-10gpio: graniterapids: Fix vGPIO driver crashAlan Borzeszkowski-1/+1
2024-12-06gpio: ljca: Initialize num before accessing item in ljca_gpio_configHaoyu Li-1/+1
2024-12-04gpio: GPIO_MVEBU should not default to y when compile-testingGeert Uytterhoeven-1/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-12/+12
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-13/+13
2024-11-27Merge tag 'gpio-fixes-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+19
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+8
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang-13/+13
2024-11-22gpio: mpsse: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-2/+2
2024-11-21gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti-4/+6
2024-11-21gpio: altera: Add missed base and label initialisationsAndy Shevchenko-0/+5
2024-11-21gpio: zevio: Add missed label initialisationAndy Shevchenko-0/+6
2024-11-18gpio: tegra186: Allow to enable driver on Tegra234Lars-Peter Clausen-3/+3
2024-11-18gpio: grgpio: Add NULL check in grgpio_probeCharles Han-0/+3
2024-11-13gpio: mpfs: add CoreGPIO supportConor Dooley-5/+33
2024-11-12gpio: rockchip: support new version GPIOYe Zhang-0/+2
2024-11-12gpio: rockchip: change the GPIO version judgment logicYe Zhang-3/+9
2024-11-12gpio: rockchip: explan the format of the GPIO version IDYe Zhang-2/+8
2024-11-12gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko-4/+4
2024-11-09gpio: Get rid of GPIOF_ACTIVE_LOWAndy Shevchenko-3/+0
2024-11-07gpio: Replace deprecated PCI functionsPhilipp Stanner-7/+8
2024-11-07Merge tag 'intel-gpio-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski-3/+1
2024-11-06gpio: Use of_property_present() for non-boolean propertiesRob Herring (Arm)-2/+2
2024-11-06gpio: mpfs: add polarfire soc gpio supportLewis Hanly-0/+167
2024-11-04gpio: altera: Drop legacy-of-mm-gpiochip.h headerAndy Shevchenko-102/+78
2024-11-04gpio: pcie-idio-24: Replace deprecated PCI functionsWilliam Breathitt Gray-11/+8
2024-11-04gpio: pci-idio-16: Replace deprecated PCI functionsWilliam Breathitt Gray-12/+5
2024-11-04gpio: cdev: don't report GPIOs requested as interrupts as usedBartosz Golaszewski-1/+0
2024-11-04gpio: sysfs: emit chardev line-state events on edge storeBartosz Golaszewski-2/+12
2024-11-04gpio: sysfs: emit chardev line-state events on active-low changesBartosz Golaszewski-0/+2
2024-11-04gpio: sysfs: emit chardev line-state events on GPIO exportBartosz Golaszewski-2/+6
2024-11-04gpio: sysfs: use cleanup guards for the sysfs_lock mutexBartosz Golaszewski-33/+22
2024-11-04gpio: sysfs: use cleanup guards for gpiod_data::mutexBartosz Golaszewski-52/+30
2024-11-04gpiolib: clean up debugfs separator handlingJohan Hovold-6/+6
2024-11-04Merge tag 'v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski-3/+7