summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
9 daysgpio: davinci: fix IRQ domain leak on devm_kzalloc failureQingshuang Fu1-1/+3
9 daysgpio: tegra: do not call pinctrl for GPIO directionRunyu Xiao1-16/+2
10 daysgpio: tb10x: fix struct tb10x_gpio kernel-docIgor Putko1-0/+1
10 daysgpiolib: initialize return value in gpiochip_set_multiple()Ruoyu Wang1-1/+1
13 daysMerge commit '6beaec3aee9852438b89e4d7891caf5e84d45851' of git://git.kernel.o...Bartosz Golaszewski4-1/+290
14 daysgpio: eic-sprd: use raw_spinlock_t in the irq startup pathRunyu Xiao1-4/+4
14 daysgpio: sch: use raw_spinlock_t in the irq startup pathRunyu Xiao1-16/+16
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+56
2026-06-17gpiolib: acpi: Prevent out-of-bounds pin access in OperationRegion handlerMarco Scardovi1-4/+11
2026-06-17gpiolib: acpi: Add robust bounds-checking for GPIO pin resourcesMarco Scardovi1-4/+19
2026-06-16Merge tag 'intel-gpio-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski1-4/+15
2026-06-16gpio: mlxbf3: fail probe if gpiochip registration failsPengpeng Hou1-1/+2
2026-06-16gpio: pisosr: Read "ngpios" as u32Rob Herring (Arm)1-1/+3
2026-06-16Merge tag 'hwmon-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds3-0/+234
2026-06-16Merge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds52-809/+1213
2026-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-11/+29
2026-06-10gpiolib: handle gpio-hogs only onceDaniel Drake2-5/+8
2026-06-10gpio: fix cleanup path on hog failureBartosz Golaszewski1-1/+1
2026-06-09gpio: gpio-ltc4283: Add support for the LTC4283 Swap ControllerNuno Sá3-0/+234
2026-06-09gpio: mt7621: fix interrupt banks mapping on gpio chipsSergio Paracuellos1-66/+216
2026-06-09gpio: rockchip: fix generic IRQ chip leak on removeMarco Scardovi1-1/+3
2026-06-09gpio: mockup: reject invalid gpio_mockup_ranges widthsSamuel Moelius1-2/+14
2026-06-09gpio: zynq: fix runtime PM leak on removeRuoyu Wang1-0/+1
2026-06-08gpio: mvebu: fix NULL pointer dereference in suspend/resumeYun Zhou1-2/+2
2026-06-08gpiolib: Replace strcpy() with memcpy()David Laight1-2/+4
2026-06-04gpio: remove obsolete UAF FIXMEs from lookup pathsMarco Scardovi (scardracs)2-8/+0
2026-06-04gpio: core: fix const-correctness of gpio_chip_guardMarco Scardovi (scardracs)2-21/+9
2026-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-28/+73
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-28gpio: mxc: use BIT() macroAlexander Stein1-2/+2
2026-05-28gpio: realtek-otto: fix kernel-doc warningsRosen Penev1-2/+4
2026-05-28gpio: max77620: Unify usage of space and comma in platform_device_id arrayUwe Kleine-König (The Capable Hub)1-1/+1
2026-05-28gpio: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)11-23/+23
2026-05-28gpio: cros-ec: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-27gpio: gpiolib: use seq_puts() for plain stringsChen Jung Ku1-2/+2
2026-05-27gpio: ts5500: remove obsolete driverArnd Bergmann3-456/+0
2026-05-26gpio: add kunit test cases for the GPIO subsystemBartosz Golaszewski3-0/+367
2026-05-26gpiolib: Mark gpio_devt, gpiolib_initialized and gpio_stub_drv as __ro_after_...Len Bao1-3/+3
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