summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2025-08-25gpio: ts4800: use generic device propertiesBartosz Golaszewski
2025-08-25gpio: ts4800: remove the unnecessary call to platform_set_drvdata()Bartosz Golaszewski
2025-08-25gpio: hisi: use the BGPIOF_UNREADABLE_REG_DIR flagBartosz Golaszewski
2025-08-21gpiolib: acpi: Program debounce when finding GPIOMario Limonciello (AMD)
2025-08-19gpiolib: acpi: Add quirk for ASUS ProArt PX13Mario Limonciello (AMD)
2025-08-14gpio: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang
2025-08-13gpio: aggregator: Fix off by one in gpiochip_fwd_desc_add()Dan Carpenter
2025-08-12gpio: mlxbf3: use platform_get_irq_optional()David Thompson
2025-08-12Revert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson
2025-08-11Merge tag 'gpio-aggregator-refactoring-for-v6.18-rc1' of git://git.kernel.org...Bartosz Golaszewski
2025-08-11gpio: aggregator: add possibility to attach data to the forwarderThomas Richard
2025-08-11gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwdThomas Richard
2025-08-11gpio: aggregator: export symbols of the GPIO forwarder libraryThomas Richard
2025-08-11gpio: aggregator: update gpiochip_fwd_setup_delay_line() parametersThomas Richard
2025-08-11gpio: aggregator: refactor the forwarder registration partThomas Richard
2025-08-11gpio: aggregator: refactor the code to add GPIO desc in the forwarderThomas Richard
2025-08-11gpio: aggregator: move GPIO forwarder allocation in a dedicated functionThomas Richard
2025-08-11gpiolib: add support to register sparse pin rangeThomas Richard
2025-08-11gpio: TODO: remove the task for converting to the new line settersGeert Uytterhoeven
2025-08-11gpio: twl4030: Remove error print for devm_add_action_or_reset()Waqar Hameed
2025-08-11gpio: aggregator: fix macros coding style errorLi Jun
2025-08-11gpio: stmpe: Allow to compile as a moduleAlexander Stein
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-08-07gpio: remove legacy GPIO line value setter callbacksBartosz Golaszewski
2025-08-03gpio: mlxbf2: use platform_get_irq_optional()David Thompson
2025-08-03Revert "gpio: pxa: Make irq_chip immutable"Bartosz Golaszewski
2025-07-28Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-27gpiolib: enable CONFIG_GPIOLIB_LEGACY even for !GPIOLIBArnd Bergmann
2025-07-25gpio: virtio: Fix config space reading.Harald Mommer
2025-07-24gpiolib: make legacy interfaces optionalArnd Bergmann
2025-07-24Merge tag 'ib-mfd-gpio-power-soc-v6.17' of git://git.kernel.org/pub/scm/linux...Bartosz Golaszewski
2025-07-24gpiolib: of: add forward declaration for struct device_nodeAndrei Lalaev
2025-07-24gpio: Add new gpio-macsmc driver for Apple MacsHector Martin
2025-07-23gpio: cadence: Remove duplicated include in gpio-cadence.cYang Li
2025-07-23gpio: tps65219: Add support for TI TPS65214 PMICShree Ramamoorthy
2025-07-23gpio: tps65219: Update _IDX & _OFFSET macro prefixShree Ramamoorthy
2025-07-19gpio: sysfs: Fix an end of loop test in gpiod_unexport()Dan Carpenter
2025-07-18gpio: xilinx: convert set_multiple() to the new API as wellBartosz Golaszewski
2025-07-17gpiolib: devres: release GPIOs in devm_gpiod_put_array()André Draszik
2025-07-16gpio: loongson-64bit: Extend GPIO irq supportBinbin Zhou
2025-07-16gpio: viperboard: Unlock on error in vprbrd_gpiob_direction_output()Dan Carpenter
2025-07-16gpio: TODO: remove the task for the sysfs reworkBartosz Golaszewski
2025-07-16gpio: sysfs: allow disabling the legacy parts of the GPIO sysfs interfaceBartosz Golaszewski
2025-07-16gpio: sysfs: export the GPIO directory locally in the gpiochip<id> directoryBartosz Golaszewski
2025-07-16gpio: sysfs: don't look up exported lines as class devicesBartosz Golaszewski
2025-07-16gpio: sysfs: don't use driver data in sysfs callbacks for line attributesBartosz Golaszewski
2025-07-16gpio: sysfs: rename the data variable in gpiod_(un)export()Bartosz Golaszewski
2025-07-16gpio: sysfs: pass gpiod_data directly to internal GPIO sysfs functionsBartosz Golaszewski
2025-07-16gpio: sysfs: only get the dirent reference for the value attr onceBartosz Golaszewski
2025-07-16gpio: sysfs: add a parallel class device for each GPIO chip using device IDsBartosz Golaszewski