index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-25
gpio: amdpt: use new generic GPIO chip API
Bartosz Golaszewski
1
-21
/
+23
2025-08-25
gpio: dwapb: use new generic GPIO chip API
Bartosz Golaszewski
1
-75
/
+87
2025-08-25
gpio: loongson-64bit: use new generic GPIO chip API
Bartosz Golaszewski
1
-18
/
+24
2025-08-25
gpio: ts4800: use new generic GPIO chip API
Bartosz Golaszewski
1
-8
/
+17
2025-08-25
gpio: ts4800: use dev_err_probe()
Bartosz Golaszewski
1
-4
/
+2
2025-08-25
gpio: ts4800: use generic device properties
Bartosz Golaszewski
1
-7
/
+3
2025-08-25
gpio: ts4800: remove the unnecessary call to platform_set_drvdata()
Bartosz Golaszewski
1
-2
/
+0
2025-08-25
gpio: hisi: use the BGPIOF_UNREADABLE_REG_DIR flag
Bartosz Golaszewski
1
-2
/
+1
2025-08-21
gpiolib: acpi: Program debounce when finding GPIO
Mario Limonciello (AMD)
1
-0
/
+7
2025-08-19
gpiolib: acpi: Add quirk for ASUS ProArt PX13
Mario Limonciello (AMD)
1
-0
/
+14
2025-08-14
gpio: remove unneeded 'fast_io' parameter in regmap_config
Wolfram Sang
2
-2
/
+0
2025-08-13
gpio: aggregator: Fix off by one in gpiochip_fwd_desc_add()
Dan Carpenter
1
-1
/
+1
2025-08-12
gpio: mlxbf3: use platform_get_irq_optional()
David Thompson
1
-1
/
+1
2025-08-12
Revert "gpio: mlxbf3: only get IRQ for device instance 0"
David Thompson
1
-35
/
+19
2025-08-11
Merge tag 'gpio-aggregator-refactoring-for-v6.18-rc1' of git://git.kernel.org...
Bartosz Golaszewski
2
-55
/
+362
2025-08-11
gpio: aggregator: add possibility to attach data to the forwarder
Thomas Richard
1
-2
/
+18
2025-08-11
gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
Thomas Richard
1
-6
/
+57
2025-08-11
gpio: aggregator: export symbols of the GPIO forwarder library
Thomas Richard
1
-6
/
+196
2025-08-11
gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
Thomas Richard
1
-9
/
+6
2025-08-11
gpio: aggregator: refactor the forwarder registration part
Thomas Richard
1
-6
/
+13
2025-08-11
gpio: aggregator: refactor the code to add GPIO desc in the forwarder
Thomas Richard
1
-19
/
+40
2025-08-11
gpio: aggregator: move GPIO forwarder allocation in a dedicated function
Thomas Richard
1
-18
/
+32
2025-08-11
gpiolib: add support to register sparse pin range
Thomas Richard
1
-9
/
+20
2025-08-11
gpio: TODO: remove the task for converting to the new line setters
Geert Uytterhoeven
1
-12
/
+0
2025-08-11
gpio: twl4030: Remove error print for devm_add_action_or_reset()
Waqar Hameed
1
-3
/
+1
2025-08-11
gpio: aggregator: fix macros coding style error
Li Jun
1
-2
/
+2
2025-08-11
gpio: stmpe: Allow to compile as a module
Alexander Stein
2
-3
/
+19
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
135
-177
/
+177
2025-08-07
gpio: remove legacy GPIO line value setter callbacks
Bartosz Golaszewski
1
-21
/
+6
2025-08-03
gpio: mlxbf2: use platform_get_irq_optional()
David Thompson
1
-1
/
+1
2025-08-03
Revert "gpio: pxa: Make irq_chip immutable"
Bartosz Golaszewski
1
-7
/
+1
2025-07-28
Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
103
-1061
/
+2293
2025-07-27
gpiolib: enable CONFIG_GPIOLIB_LEGACY even for !GPIOLIB
Arnd Bergmann
1
-2
/
+2
2025-07-25
gpio: virtio: Fix config space reading.
Harald Mommer
1
-4
/
+5
2025-07-24
gpiolib: make legacy interfaces optional
Arnd Bergmann
2
-1
/
+4
2025-07-24
Merge tag 'ib-mfd-gpio-power-soc-v6.17' of git://git.kernel.org/pub/scm/linux...
Bartosz Golaszewski
3
-0
/
+303
2025-07-24
gpiolib: of: add forward declaration for struct device_node
Andrei Lalaev
1
-1
/
+1
2025-07-24
gpio: Add new gpio-macsmc driver for Apple Macs
Hector Martin
3
-0
/
+303
2025-07-23
gpio: cadence: Remove duplicated include in gpio-cadence.c
Yang Li
1
-1
/
+0
2025-07-23
gpio: tps65219: Add support for TI TPS65214 PMIC
Shree Ramamoorthy
1
-6
/
+86
2025-07-23
gpio: tps65219: Update _IDX & _OFFSET macro prefix
Shree Ramamoorthy
1
-10
/
+17
2025-07-19
gpio: sysfs: Fix an end of loop test in gpiod_unexport()
Dan Carpenter
1
-3
/
+6
2025-07-18
gpio: xilinx: convert set_multiple() to the new API as well
Bartosz Golaszewski
1
-3
/
+5
2025-07-17
gpiolib: devres: release GPIOs in devm_gpiod_put_array()
André Draszik
1
-1
/
+1
2025-07-16
gpio: loongson-64bit: Extend GPIO irq support
Binbin Zhou
1
-0
/
+6
2025-07-16
gpio: viperboard: Unlock on error in vprbrd_gpiob_direction_output()
Dan Carpenter
1
-3
/
+1
2025-07-16
gpio: TODO: remove the task for the sysfs rework
Bartosz Golaszewski
1
-9
/
+5
2025-07-16
gpio: sysfs: allow disabling the legacy parts of the GPIO sysfs interface
Bartosz Golaszewski
2
-0
/
+50
2025-07-16
gpio: sysfs: export the GPIO directory locally in the gpiochip<id> directory
Bartosz Golaszewski
1
-1
/
+50
2025-07-16
gpio: sysfs: don't look up exported lines as class devices
Bartosz Golaszewski
1
-16
/
+44
[prev]
[next]