summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
38 hoursgpios: palmas: add .get_direction() opAndreas Kemnade1-0/+19
38 hoursgpio: mt7621: avoid corruption of shared interrupt trigger stateSergio Paracuellos1-0/+2
38 hoursgpio-f7188x: Add support for NCT6126D version BPaul Louvel1-2/+4
38 hoursgpio: mt7621: be sure IRQ domain is created before exposing GPIO chipsSergio Paracuellos1-6/+6
38 hoursgpio: tegra: do not call pinctrl for GPIO directionRunyu Xiao1-16/+2
38 hoursgpio: mt7621: more robust management of IRQ domain teardownSergio Paracuellos1-8/+7
38 hoursgpio: mvebu: free generic chips on unbindRosen Penev1-0/+1
38 hoursgpio: dwapb: Defer clock gating until noirqJia Wang1-12/+67
38 hoursgpio: dwapb: reduce allocation to single kzallocRosen Penev1-14/+5
38 hoursgpio: dwapb: Use modern PM macrosJisheng Zhang1-14/+4
38 hoursgpio: timberdale: Return -ENOMEM on dynamic memory allocation in probeVladimir Zapolskiy1-1/+1
38 hoursgpio: htc-egpio: use managed gpiochip registrationPengpeng Hou1-1/+5
38 hoursgpio: mvebu: fail probe if gpiochip registration failsPengpeng Hou1-1/+4
38 hoursgpio: davinci: fix IRQ domain leak on devm_kzalloc failureQingshuang Fu1-1/+3
38 hoursgpiolib: initialize return value in gpiochip_set_multiple()Ruoyu Wang1-1/+1
38 hoursgpio: mlxbf3: fail probe if gpiochip registration failsPengpeng Hou1-1/+2
38 hoursgpiolib: acpi: Only trigger ActiveBoth interrupts on bootMario Limonciello1-4/+15
38 hoursgpio: mt7621: fix interrupt banks mapping on gpio chipsSergio Paracuellos1-66/+216
8 daysgpio: sch: use raw_spinlock_t in the irq startup pathRunyu Xiao1-16/+16
8 daysgpio: 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
2026-02-27gpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()Dmitry Torokhov1-3/+4
2026-02-19gpiolib: acpi: Fix gpio count with string referencesAlban Bedel1-0/+1
2026-02-19gpio: sprd: Change sprd_gpio lock to raw_spin_lockXuewen Yan1-4/+4
2026-02-16gpio: omap: do not register driver in probe()Danilo Krummrich1-4/+18
2026-02-11gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()Chen Ni1-1/+1
2026-02-06gpiolib: acpi: Fix potential out-of-boundary left shiftAndy Shevchenko1-4/+17