aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-25gpio: amdpt: use new generic GPIO chip APIBartosz Golaszewski1-21/+23
2025-08-25gpio: dwapb: use new generic GPIO chip APIBartosz Golaszewski1-75/+87
2025-08-25gpio: loongson-64bit: use new generic GPIO chip APIBartosz Golaszewski1-18/+24
2025-08-25gpio: ts4800: use new generic GPIO chip APIBartosz Golaszewski1-8/+17
2025-08-25gpio: ts4800: use dev_err_probe()Bartosz Golaszewski1-4/+2
2025-08-25gpio: ts4800: use generic device propertiesBartosz Golaszewski1-7/+3
2025-08-25gpio: ts4800: remove the unnecessary call to platform_set_drvdata()Bartosz Golaszewski1-2/+0
2025-08-25gpio: hisi: use the BGPIOF_UNREADABLE_REG_DIR flagBartosz Golaszewski1-2/+1
2025-08-21gpiolib: acpi: Program debounce when finding GPIOMario Limonciello (AMD)1-0/+7
2025-08-19gpiolib: acpi: Add quirk for ASUS ProArt PX13Mario Limonciello (AMD)1-0/+14
2025-08-14gpio: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang2-2/+0
2025-08-13gpio: aggregator: Fix off by one in gpiochip_fwd_desc_add()Dan Carpenter1-1/+1
2025-08-12gpio: mlxbf3: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-12Revert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson1-35/+19
2025-08-11Merge tag 'gpio-aggregator-refactoring-for-v6.18-rc1' of git://git.kernel.org...Bartosz Golaszewski2-55/+362
2025-08-11gpio: aggregator: add possibility to attach data to the forwarderThomas Richard1-2/+18
2025-08-11gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwdThomas Richard1-6/+57
2025-08-11gpio: aggregator: export symbols of the GPIO forwarder libraryThomas Richard1-6/+196
2025-08-11gpio: aggregator: update gpiochip_fwd_setup_delay_line() parametersThomas Richard1-9/+6
2025-08-11gpio: aggregator: refactor the forwarder registration partThomas Richard1-6/+13
2025-08-11gpio: aggregator: refactor the code to add GPIO desc in the forwarderThomas Richard1-19/+40
2025-08-11gpio: aggregator: move GPIO forwarder allocation in a dedicated functionThomas Richard1-18/+32
2025-08-11gpiolib: add support to register sparse pin rangeThomas Richard1-9/+20
2025-08-11gpio: TODO: remove the task for converting to the new line settersGeert Uytterhoeven1-12/+0
2025-08-11gpio: twl4030: Remove error print for devm_add_action_or_reset()Waqar Hameed1-3/+1
2025-08-11gpio: aggregator: fix macros coding style errorLi Jun1-2/+2
2025-08-11gpio: stmpe: Allow to compile as a moduleAlexander Stein2-3/+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-28Merge 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