summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2026-06-19gpio: rockchip: fix generic IRQ chip leak on removeMarco Scardovi
2026-06-19gpio: zynq: fix runtime PM leak on removeRuoyu Wang
2026-06-19gpio: mvebu: fix NULL pointer dereference in suspend/resumeYun Zhou
2026-06-09gpio: shared: fix lockdep false positive by removing unneeded lockBartosz Golaszewski
2026-06-09gpio: shared: fix deadlock on shared proxy's parent removalBartosz Golaszewski
2026-06-09gpio: shared: undo the vote of the proxy on GPIO freeBartosz Golaszewski
2026-06-09gpio: rockchip: teardown bugs and resource leaksMarco Scardovi
2026-06-09gpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi
2026-06-09gpio: virtuser: Fix uninitialized data bug in gpio_virtuser_direction_do_write()Dan Carpenter
2026-06-09gpio: adnp: fix flow control regression caused by scoped_guard()Bartosz Golaszewski
2026-06-09gpio: mxc: fix irq_high handlingAlexander Stein
2026-06-01gpio: aggregator: lock device when calling device_is_bound()Bartosz Golaszewski
2026-06-01gpio: aggregator: remove the software node when deactivating the aggregatorBartosz Golaszewski
2026-06-01gpio: aggregator: stop using dev-sync-probeBartosz Golaszewski
2026-06-01gpio: aggregator: fix a potential use-after-freeBartosz Golaszewski
2026-06-01gpio: cdev: check if uAPI v2 config attributes are correctly zeroedBartosz Golaszewski
2026-05-14gpio: of: clear OF_POPULATED on hog nodes in remove pathBartosz Golaszewski
2026-04-10gpio: tegra: return -ENOMEM on allocation failure in probeSamasth Norway Ananda
2026-04-09gpio: tegra: fix irq_release_resources calling enable instead of disableSamasth Norway Ananda
2026-04-08gpio: bd72720: handle missing regmapMatti Vaittinen
2026-03-30gpio: shared: shorten the critical section in gpiochip_setup_shared()Bartosz Golaszewski
2026-03-26gpio: mxc: map Both Edge pad wakeup to Rising EdgeShenwei Wang
2026-03-23gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio()Felix Gu
2026-03-23gpio: shared: handle pins shared by child nodes of devicesBartosz Golaszewski
2026-03-23gpio: shared: call gpio_chip::of_xlate() if setBartosz Golaszewski
2026-03-16Merge branch 'gpio/dev-init-rework' into gpio/for-currentBartosz Golaszewski
2026-03-11gpiolib: clear requested flag if line is invalidBarnabás Pőcze
2026-02-27gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()Tzung-Bi Shih
2026-02-23gpiolib: normalize the return value of gc->get() on behalf of buggy driversBartosz Golaszewski
2026-02-23gpio: shared: fix memory leaksDaniel J Blueman
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'gpio-fixes-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-18gpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()Dmitry Torokhov
2026-02-18gpio: sysfs: fix chip removal with GPIOs exported over sysfsBartosz Golaszewski
2026-02-18gpio: swnode: restore the swnode-name-against-chip-label matchingBartosz Golaszewski
2026-02-16gpio: cdev: Avoid NULL dereference in linehandle_create()Douglas Anderson
2026-02-16gpio: nomadik: Add missing IS_ERR() checkEthan Tidmore
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-11Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-05gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()Chen Ni
2026-02-04gpiolib: acpi: Fix gpio count with string referencesAlban Bedel
2026-01-29gpio: tegra186: Add support for Tegra264Prathamesh Shete
2026-01-28gpio: virtio: reorder fields to reduce struct paddingMichael S. Tsirkin
2026-01-28gpio: virtio: fix DMA alignmentMichael S. Tsirkin
2026-01-28gpiolib: acpi: Fix potential out-of-boundary left shiftAndy Shevchenko
2026-01-28gpio: spacemit-k1: Use PDR for pin direction, not SDR/CDRVivian Wang