aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2026-01-12Merge tag 'v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextBartosz Golaszewski7-138/+300
2026-01-12gpiolib: remove redundant callback checkBartosz Golaszewski1-3/+0
2026-01-12gpio: davinci: implement .get_direction()Bartosz Golaszewski1-0/+18
2026-01-09gpio: line-mux: remove bits already handled by GPIO coreBartosz Golaszewski1-10/+0
2026-01-09gpio: shared: fix a false-positive sharing detection with reset-gpiosBartosz Golaszewski1-2/+32
2026-01-08gpiolib: fix lookup table matchingBartosz Golaszewski1-2/+2
2026-01-07gpio: shared: don't allocate the lookup table until we really need itBartosz Golaszewski1-6/+6
2026-01-07gpio: shared: fix a race conditionBartosz Golaszewski1-11/+9
2026-01-07gpio: shared: assign the correct firmware node for reset-gpio use-caseBartosz Golaszewski1-1/+1
2026-01-07gpio: rockchip: mark the GPIO controller as sleepingBartosz Golaszewski1-0/+1
2026-01-06gpio: spacemit: Add GPIO support for K3 SoCYixun Lan1-46/+117
2026-01-05gpio: swnode: restore the name of the undefined software nodeBartosz Golaszewski1-1/+3
2026-01-02gpio: max77759: drop use of irqd_get_trigger_typeAndré Draszik1-8/+2
2026-01-02gpio: add gpio-line-mux driverJonas Jelonek3-0/+136
2026-01-02gpio: mpsse: fix reference leak in gpio_mpsse_probe() error pathsAbdun Nihaal1-1/+11
2026-01-02gpio: pca953x: handle short interrupt pulses on PCAL devicesErnest Van Hoecke1-1/+24
2026-01-02gpiolib: fix race condition for gdev->srcuPaweł Narewski1-20/+20
2026-01-02gpio: shared: allow sharing a reset-gpios pin between reset-gpio and gpiolibBartosz Golaszewski1-53/+129
2026-01-02gpio: shared: verify con_id when adding proxy lookupBartosz Golaszewski3-3/+11
2026-01-02gpiolib: allow multiple lookup tables per consumerBartosz Golaszewski1-35/+56
2025-12-22gpio: zynq: Simplify with device_get_match_data()Krzysztof Kozlowski1-7/+5
2025-12-22gpio: creg-snps: Simplify with device_get_match_data()Krzysztof Kozlowski1-3/+1
2025-12-22gpio: aspeed: Simplify with device_get_match_data()Krzysztof Kozlowski1-5/+2
2025-12-18gpio: realtek-otto: use larger type for dev_flagsRosen Penev1-3/+2
2025-12-18gpio: swnode: compare the "undefined" swnode by its address, not nameBartosz Golaszewski1-7/+4
2025-12-18gpio: it87: balance superio enter/exit calls in error pathBartosz Golaszewski1-8/+3
2025-12-18gpio: pca953x: Add support for TCAL6408 TCAL6416Jan Remmet2-2/+8
2025-12-17gpio: realtek-otto: add COMPILE_TESTRosen Penev1-1/+1
2025-12-17gpio: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET3-16/+16
2025-12-17gpiolib: of: Only compile in MT2701 quirk when it is needed.Daniel Palmer1-0/+4
2025-12-17gpio: stub: Drop empty probe functionUwe Kleine-König1-18/+12
2025-12-13Merge tag 'gpio-fixes-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds5-27/+63
2025-12-09gpio: shared: make locking more fine-grainedBartosz Golaszewski1-14/+20
2025-12-09gpio: shared: fix auxiliary device cleanup orderBartosz Golaszewski1-1/+1
2025-12-09gpio: shared: check if a reference is populated before cleaning its resourcesBartosz Golaszewski1-4/+7
2025-12-09gpio: shared: fix NULL-pointer dereference in teardown pathBartosz Golaszewski1-1/+2
2025-12-09gpio: shared: ignore disabled nodes when traversing the device-treeBartosz Golaszewski1-0/+4
2025-12-08gpiolib: acpi: Add quirk for Dell Precision 7780Askar Safin1-0/+22
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-4/+1
2025-12-06gpio: tb10x: fix OF_GPIO dependencyArnd Bergmann1-1/+0
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-12/+24
2025-12-05gpio: qixis: select CONFIG_REGMAP_MMIOArnd Bergmann1-0/+1
2025-12-05gpio: regmap: Fix memleak in error path in gpio_regmap_register()Wentao Guan1-1/+1
2025-12-04Merge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds44-753/+1074
2025-12-04Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds7-9/+1044
2025-12-03gpio: mmio: fix bad guard conversionJohan Hovold1-5/+5
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-45/+21
2025-11-28gpio: loongson: Switch 2K2000/3000 GPIO to BYTE_CTRL_MODEXi Ruoyao1-5/+5
2025-11-28gpio: convert linehandle_create() to FD_PREPARE()Christian Brauner1-45/+21
2025-11-28gpio: shared: fix a deadlockBartosz Golaszewski1-35/+28