summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
10 daysgpio: mlxbf3: use platform_get_irq_optional()David Thompson1-1/+1
10 daysRevert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson1-35/+19
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski135-177/+177
2025-08-07gpio: remove legacy GPIO line value setter callbacksBartosz Golaszewski1-21/+6
2025-08-03gpio: mlxbf2: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-03Revert "gpio: pxa: Make irq_chip immutable"Bartosz Golaszewski1-7/+1
2025-07-29Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds103-1061/+2293
2025-07-27gpiolib: enable CONFIG_GPIOLIB_LEGACY even for !GPIOLIBArnd Bergmann1-2/+2
2025-07-25gpio: virtio: Fix config space reading.Harald Mommer1-4/+5
2025-07-24gpiolib: make legacy interfaces optionalArnd Bergmann2-1/+4
2025-07-24Merge tag 'ib-mfd-gpio-power-soc-v6.17' of git://git.kernel.org/pub/scm/linux...Bartosz Golaszewski3-0/+303
2025-07-24gpiolib: of: add forward declaration for struct device_nodeAndrei Lalaev1-1/+1
2025-07-24gpio: Add new gpio-macsmc driver for Apple MacsHector Martin3-0/+303
2025-07-23gpio: cadence: Remove duplicated include in gpio-cadence.cYang Li1-1/+0
2025-07-23gpio: tps65219: Add support for TI TPS65214 PMICShree Ramamoorthy1-6/+86
2025-07-23gpio: tps65219: Update _IDX & _OFFSET macro prefixShree Ramamoorthy1-10/+17
2025-07-19gpio: sysfs: Fix an end of loop test in gpiod_unexport()Dan Carpenter1-3/+6
2025-07-18gpio: xilinx: convert set_multiple() to the new API as wellBartosz Golaszewski1-3/+5
2025-07-17gpiolib: devres: release GPIOs in devm_gpiod_put_array()André Draszik1-1/+1
2025-07-16gpio: loongson-64bit: Extend GPIO irq supportBinbin Zhou1-0/+6
2025-07-16gpio: viperboard: Unlock on error in vprbrd_gpiob_direction_output()Dan Carpenter1-3/+1
2025-07-16gpio: TODO: remove the task for the sysfs reworkBartosz Golaszewski1-9/+5
2025-07-16gpio: sysfs: allow disabling the legacy parts of the GPIO sysfs interfaceBartosz Golaszewski2-0/+50
2025-07-16gpio: sysfs: export the GPIO directory locally in the gpiochip<id> directoryBartosz Golaszewski1-1/+50
2025-07-16gpio: sysfs: don't look up exported lines as class devicesBartosz Golaszewski1-16/+44
2025-07-16gpio: sysfs: don't use driver data in sysfs callbacks for line attributesBartosz Golaszewski1-40/+83
2025-07-16gpio: sysfs: rename the data variable in gpiod_(un)export()Bartosz Golaszewski1-18/+18
2025-07-16gpio: sysfs: pass gpiod_data directly to internal GPIO sysfs functionsBartosz Golaszewski1-12/+9
2025-07-16gpio: sysfs: only get the dirent reference for the value attr onceBartosz Golaszewski1-8/+11
2025-07-16gpio: sysfs: add a parallel class device for each GPIO chip using device IDsBartosz Golaszewski1-48/+144
2025-07-16gpio: sysfs: use gpiod_is_equal() to compare GPIO descriptorsBartosz Golaszewski1-1/+1
2025-07-16gpio: wcove: use new GPIO line value setter callbacksBartosz Golaszewski1-4/+4
2025-07-16gpio: wcove: use regmap_assign_bits() in .set()Bartosz Golaszewski1-4/+1
2025-07-15gpio: pca953x: use regmap_update_bits() to improve performanceHugo Villeneuve1-10/+10
2025-07-15Merge tag 'intel-gpio-v6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-0/+13
2025-07-15gpio: zynqmp-modepin: set line value in .direction_output()Bartosz Golaszewski1-1/+1
2025-07-15gpio: zynqmp-modepin: use new GPIO line value setter callbacksBartosz Golaszewski1-3/+5
2025-07-15gpio: zynq: use new GPIO line value setter callbacksBartosz Golaszewski1-3/+5
2025-07-15gpio: zevio: use new GPIO line value setter callbacksBartosz Golaszewski1-2/+4
2025-07-15gpio: xtensa: use new GPIO line value setter callbacksBartosz Golaszewski1-2/+4
2025-07-15gpio: xtensa: remove unneeded .set() callbackBartosz Golaszewski1-7/+0
2025-07-15gpio: xra1403: use new GPIO line value setter callbacksBartosz Golaszewski1-8/+5
2025-07-15gpio: xlp: use new GPIO line value setter callbacksBartosz Golaszewski1-2/+4
2025-07-15gpio: xlp: drop unneeded ngpio checksBartosz Golaszewski1-4/+0
2025-07-15gpio: xilinx: use new GPIO line value setter callbacksBartosz Golaszewski1-2/+4
2025-07-15gpio: xgene: use new GPIO line value setter callbacksBartosz Golaszewski1-2/+4
2025-07-15gpio: wm8994: use new GPIO line value setter callbacksBartosz Golaszewski1-3/+5
2025-07-15gpio: wm8350: use new GPIO line value setter callbacksBartosz Golaszewski1-8/+7
2025-07-15gpio: wm831x: use new GPIO line value setter callbacksBartosz Golaszewski1-7/+6
2025-07-15gpio: winbond: use new GPIO line value setter callbacksBartosz Golaszewski1-6/+10