summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
5 daysgpiolib: handle gpio-hogs only onceDaniel Drake2-5/+8
5 daysgpio: fix cleanup path on hog failureBartosz Golaszewski1-1/+1
6 daysgpio: rockchip: fix generic IRQ chip leak on removeMarco Scardovi1-1/+3
6 daysgpio: mockup: reject invalid gpio_mockup_ranges widthsSamuel Moelius1-2/+14
6 daysgpio: zynq: fix runtime PM leak on removeRuoyu Wang1-0/+1
7 daysgpio: mvebu: fix NULL pointer dereference in suspend/resumeYun Zhou1-2/+2
2026-05-28gpio: rockchip: teardown bugs and resource leaksMarco Scardovi1-1/+16
2026-05-28gpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi1-5/+1
2026-05-28gpio: virtuser: Fix uninitialized data bug in gpio_virtuser_direction_do_write()Dan Carpenter1-2/+2
2026-05-28gpio: shared: fix lockdep false positive by removing unneeded lockBartosz Golaszewski1-2/+0
2026-05-28gpio: shared: fix deadlock on shared proxy's parent removalBartosz Golaszewski1-4/+3
2026-05-28gpio: adnp: fix flow control regression caused by scoped_guard()Bartosz Golaszewski1-1/+3
2026-05-28gpio: shared: undo the vote of the proxy on GPIO freeBartosz Golaszewski1-0/+9
2026-05-26gpio: mxc: fix irq_high handlingAlexander Stein1-1/+1
2026-05-21gpio: virtuser: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
2026-05-21gpio: aggregator: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
2026-05-21gpio: sim: lock device when calling device_is_bound()Bartosz Golaszewski1-4/+7
2026-05-21gpio: aggregator: remove the software node when deactivating the aggregatorBartosz Golaszewski1-0/+4
2026-05-21gpio: aggregator: fix a potential use-after-freeBartosz Golaszewski1-1/+1
2026-05-21gpio: cdev: check if uAPI v2 config attributes are correctly zeroedBartosz Golaszewski1-0/+13
2026-05-21gpio: pca953x: propagate regulator_enable() error from resumeStepan Ionichev1-1/+1
2026-04-24Merge tag 'gpio-fixes-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2026-04-20gpio: aspeed: fix AST2700 debounce selector bit definitionsBilly Tsai1-2/+2
2026-04-20gpio: rockchip: Fix GPIO regression after conversion to dynamic base allocationJonas Karlman1-1/+1
2026-04-19Merge tag 'pinctrl-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-1/+2
2026-04-17Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+120
2026-04-15Merge tag 'media/v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+20
2026-04-14Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds41-981/+1364
2026-04-10gpio: tegra: return -ENOMEM on allocation failure in probeSamasth Norway Ananda1-1/+1
2026-04-09gpio: swnode: defer probe on references to unregistered software nodesBartosz Golaszewski1-0/+8
2026-04-09gpio: tegra: fix irq_release_resources calling enable instead of disableSamasth Norway Ananda1-1/+1
2026-04-08gpio: bd72720: handle missing regmapMatti Vaittinen1-0/+2
2026-04-07gpio: gpio-by-pinctrl: s/used to do/is used to do/Geert Uytterhoeven1-1/+1
2026-04-07gpio: aspeed: fix unsigned long int declarationChen Jung Ku1-1/+1
2026-04-07gpio: rockchip: convert to dynamic GPIO base allocationShawn Lin1-1/+1
2026-04-07gpio: remove dev-sync-probeBartosz Golaszewski4-128/+0
2026-04-07gpio: virtuser: stop using dev-sync-probeBartosz Golaszewski2-11/+20
2026-04-07gpio: aggregator: stop using dev-sync-probeBartosz Golaszewski2-18/+21
2026-04-07gpio: sim: stop using dev-sync-probeBartosz Golaszewski2-21/+29
2026-04-07gpio: Add Intel Nova Lake ACPI GPIO events driverAlan Borzeszkowski3-0/+350
2026-04-03gpiolib: Make deferral warnings debug messagesJon Hunter1-4/+4
2026-03-31gpio: mpfs: Add interrupt supportConor Dooley2-3/+120
2026-03-30gpiolib: fix hogs with multiple linesBartosz Golaszewski1-38/+54
2026-03-30gpio: shared: shorten the critical section in gpiochip_setup_shared()Bartosz Golaszewski1-28/+28
2026-03-26gpio: mxc: map Both Edge pad wakeup to Rising EdgeShenwei Wang1-1/+9
2026-03-26gpio: fix up CONFIG_OF dependenciesArnd Bergmann1-0/+6
2026-03-25gpio: tps68470: Add i2c daisy chain supportAntti Laakso1-1/+20
2026-03-25Merge branch 'ib-scmi-pinctrl-gpio' of git://git.kernel.org/pub/scm/linux/ker...Bartosz Golaszewski3-0/+115
2026-03-24Merge branch 'ib-scmi-pinctrl-gpio' into develLinus Walleij3-0/+115
2026-03-24gpio: gpio-by-pinctrl: add pinctrl based generic GPIO driverAKASHI Takahiro3-0/+115