summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-6/+6
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-23/+23
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-38/+36
5 daysMerge tag 'gpio-fixes-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-55/+82
7 daysgpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()Dmitry Torokhov1-3/+4
7 daysgpio: sysfs: fix chip removal with GPIOs exported over sysfsBartosz Golaszewski1-51/+55
7 daysgpio: swnode: restore the swnode-name-against-chip-label matchingBartosz Golaszewski1-0/+19
9 daysgpio: cdev: Avoid NULL dereference in linehandle_create()Douglas Anderson1-1/+1
9 daysgpio: nomadik: Add missing IS_ERR() checkEthan Tidmore1-0/+3
12 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+11
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
14 daysMerge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds25-286/+999
2026-02-05gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()Chen Ni1-1/+1
2026-02-04gpiolib: acpi: Fix gpio count with string referencesAlban Bedel1-0/+1
2026-01-29gpio: tegra186: Add support for Tegra264Prathamesh Shete1-2/+88
2026-01-28gpio: virtio: reorder fields to reduce struct paddingMichael S. Tsirkin1-1/+2
2026-01-28gpio: virtio: fix DMA alignmentMichael S. Tsirkin1-4/+10
2026-01-28gpiolib: acpi: Fix potential out-of-boundary left shiftAndy Shevchenko1-4/+17
2026-01-28gpio: spacemit-k1: Use PDR for pin direction, not SDR/CDRVivian Wang1-6/+3
2026-01-28gpio: brcmstb: correct hwirq to bank mapDoug Berger1-5/+3
2026-01-28gpio: max77620: Implement .get_direction() callbackDiogo Ivo1-0/+19
2026-01-28gpio: omap: do not register driver in probe()Danilo Krummrich1-4/+18
2026-01-27gpio: pca953x: mask interrupts in irq shutdownMartin Larsson1-0/+2
2026-01-27gpio: virtuser: fix UAF in configfs release pathYuhao Huang1-4/+4
2026-01-27gpiolib: acpi: use BIT_ULL() for u64 mask in address space handlerDenis Sergeev1-1/+1
2026-01-27gpio: sprd: Change sprd_gpio lock to raw_spin_lockXuewen Yan1-4/+4
2026-01-27gpio: aspeed-sgpio: Support G7 Aspeed sgpiom controllerBilly Tsai1-2/+108
2026-01-27gpio: aspeed-sgpio: Convert IRQ functions to use llops callbacksBilly Tsai1-12/+10
2026-01-27gpio: aspeed-sgpio: Create llops to handle hardware accessBilly Tsai1-118/+104
2026-01-27gpio: aspeed-sgpio: Remove unused bank name fieldBilly Tsai1-5/+0
2026-01-27gpio: aspeed-sgpio: Change the macro to support deferred probeBilly Tsai1-2/+3
2026-01-27gpio: rockchip: Stop calling pinctrl for set_directionRobin Murphy1-8/+0
2026-01-21gpio: shared: propagate configuration to pinctrlBartosz Golaszewski3-7/+15
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()Tzung-Bi Shih1-2/+7
2026-01-20gpio: cdev: Fix resource leaks on errors in lineinfo_changed_notify()Tzung-Bi Shih1-0/+1
2026-01-20gpio: cdev: Correct return code on memory allocation failureTzung-Bi Shih1-1/+1
2026-01-15gpio: mmio: Add compatible for opencores GPIOStafford Horne1-0/+1
2026-01-15Merge tag 'ib-mfd-clk-gpio-power-regulator-rtc-v6.20' of git://git.kernel.org...Bartosz Golaszewski3-0/+291
2026-01-13gpio: pca9570: use lock guardsAndy Shevchenko1-5/+4
2026-01-13gpio: pca9570: Don't use "proxy" headersAndy Shevchenko1-0/+4
2026-01-13gpio: pca9570: Use devm_mutex_init() for mutex initializationAndy Shevchenko1-1/+5
2026-01-13gpio: Support ROHM BD72720 gpiosMatti Vaittinen3-0/+291
2026-01-13gpio: shared: use device_is_compatible() for reset-gpioBartosz Golaszewski1-6/+1
2026-01-12gpio: cadence: Add support for edge-triggered interruptsTzu-Hao Wei1-4/+16
2026-01-12gpio: cadence: Add quirk for Axiado AX3000 platformSwark Yang1-11/+45
2026-01-12gpio: menz127: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin1-1/+0
2026-01-12Merge tag 'v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski7-138/+300
2026-01-12gpiolib: remove redundant callback checkBartosz Golaszewski1-3/+0