summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
10 daysgpio: ml-ioh: share the register lock across channelsJunjie Cao1-32/+37
10 daysgpio: ml-ioh: use raw_spinlock_t for the register lockJunjie Cao1-18/+18
10 daysgpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbindCengiz Can1-1/+1
2026-08-09gpio: pch: use raw_spinlock_t for the register lockJunjie Cao1-14/+14
2026-08-09gpio: pca953x: fix cache_only and IRQ state on restore_context() failurebui duc phuc1-2/+13
2026-08-09gpio: sloppy-logic-analyzer: Fix memory leak in gpio_la_poll_probe()Abdun Nihaal1-0/+10
2026-07-24gpios: palmas: add .get_direction() opAndreas Kemnade1-0/+19
2026-07-24gpio: mt7621: avoid corruption of shared interrupt trigger stateSergio Paracuellos1-0/+2
2026-07-24gpio-f7188x: Add support for NCT6126D version BPaul Louvel1-2/+4
2026-07-24gpio: mt7621: be sure IRQ domain is created before exposing GPIO chipsSergio Paracuellos1-6/+6
2026-07-24gpio: tegra: do not call pinctrl for GPIO directionRunyu Xiao1-16/+2
2026-07-24gpio: mt7621: more robust management of IRQ domain teardownSergio Paracuellos1-8/+7
2026-07-24gpio: mvebu: free generic chips on unbindRosen Penev1-0/+1
2026-07-24gpio: dwapb: Defer clock gating until noirqJia Wang1-12/+67
2026-07-24gpio: dwapb: reduce allocation to single kzallocRosen Penev1-14/+5
2026-07-24gpio: dwapb: Use modern PM macrosJisheng Zhang1-14/+4
2026-07-24gpio: timberdale: Return -ENOMEM on dynamic memory allocation in probeVladimir Zapolskiy1-1/+1
2026-07-24gpio: htc-egpio: use managed gpiochip registrationPengpeng Hou1-1/+5
2026-07-24gpio: mvebu: fail probe if gpiochip registration failsPengpeng Hou1-1/+4
2026-07-24gpio: davinci: fix IRQ domain leak on devm_kzalloc failureQingshuang Fu1-1/+3
2026-07-24gpiolib: initialize return value in gpiochip_set_multiple()Ruoyu Wang1-1/+1
2026-07-24gpio: mlxbf3: fail probe if gpiochip registration failsPengpeng Hou1-1/+2
2026-07-24gpiolib: acpi: Only trigger ActiveBoth interrupts on bootMario Limonciello1-4/+15
2026-07-24gpio: mt7621: fix interrupt banks mapping on gpio chipsSergio Paracuellos1-66/+216
2026-07-18gpio: sch: use raw_spinlock_t in the irq startup pathRunyu Xiao1-16/+16
2026-07-18gpio: eic-sprd: use raw_spinlock_t in the irq startup pathRunyu Xiao1-4/+4
2026-06-19gpio: rockchip: fix generic IRQ chip leak on removeMarco Scardovi1-1/+3
2026-06-19gpio: zynq: fix runtime PM leak on removeRuoyu Wang1-0/+1
2026-06-19gpio: mvebu: fix NULL pointer dereference in suspend/resumeYun Zhou1-2/+2
2026-06-09gpio: rockchip: teardown bugs and resource leaksMarco Scardovi1-1/+16
2026-06-09gpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi1-5/+1
2026-06-09gpio: virtuser: Fix uninitialized data bug in gpio_virtuser_direction_do_write()Dan Carpenter1-2/+2
2026-06-09gpio: adnp: fix flow control regression caused by scoped_guard()Bartosz Golaszewski1-1/+3
2026-06-09gpio: mxc: fix irq_high handlingAlexander Stein1-1/+1
2026-06-01gpio: aggregator: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
2026-06-01gpio: aggregator: remove the software node when deactivating the aggregatorBartosz Golaszewski1-0/+4
2026-06-01gpio: aggregator: stop using dev-sync-probeBartosz Golaszewski2-18/+21
2026-06-01gpio: aggregator: fix a potential use-after-freeBartosz Golaszewski1-1/+1
2026-06-01gpio: cdev: check if uAPI v2 config attributes are correctly zeroedBartosz Golaszewski1-0/+13
2026-05-14gpio: of: clear OF_POPULATED on hog nodes in remove pathBartosz Golaszewski1-1/+8
2026-04-22gpio: tegra: fix irq_release_resources calling enable instead of disableSamasth Norway Ananda1-1/+1
2026-04-11gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()Tzung-Bi Shih1-53/+48
2026-04-11gpio: mxc: map Both Edge pad wakeup to Rising EdgeShenwei Wang1-1/+9
2026-04-11gpiolib: clear requested flag if line is invalidBarnabás Pőcze1-2/+4
2026-04-11gpio: rename gpio_chip_hwgpio() to gpiod_hwgpio()Bartosz Golaszewski5-40/+40
2026-03-19gpiolib: normalize the return value of gc->get() on behalf of buggy driversBartosz Golaszewski1-2/+6
2026-03-04gpio: sysfs: fix chip removal with GPIOs exported over sysfsBartosz Golaszewski1-51/+55
2026-03-04gpio: nomadik: Add missing IS_ERR() checkEthan Tidmore1-0/+3
2026-03-04gpio: aspeed-sgpio: Change the macro to support deferred probeBilly Tsai1-2/+3
2026-03-04gpio: pca953x: Add support for TCAL6408 TCAL6416Jan Remmet2-2/+8