summaryrefslogtreecommitdiff
path: root/include/linux/gpio
AgeCommit message (Expand)Author
2025-11-28gpio: regmap: fix kernel-doc notationRandy Dunlap
2025-11-17Merge tag 'gpio/shared-gpios-for-v6.19-rc1' of git://git.kernel.org/pub/scm/l...Bartosz Golaszewski
2025-11-17gpio: provide gpiod_is_shared()Bartosz Golaszewski
2025-10-21gpio: export gpiod_hwgpio()Bartosz Golaszewski
2025-10-16gpiolib: of: Get rid of <linux/gpio/legacy-of-mm-gpiochip.h>Christophe Leroy
2025-10-16gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei
2025-09-24gpio: generic: move GPIO_GENERIC_ flags to the correct headerBartosz Golaszewski
2025-09-24gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_Bartosz Golaszewski
2025-09-18Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Bartosz Golaszewski
2025-09-17gpio: nomadik: fix the debugfs helper stubBartosz Golaszewski
2025-09-16gpio: regmap: Allow to provide init_valid_mask callbackMathieu Dubois-Briand
2025-09-16gpio: regmap: Allow to allocate regmap-irq deviceMathieu Dubois-Briand
2025-09-12gpio: move gpio-mmio-specific fields out of struct gpio_chipBartosz Golaszewski
2025-09-03gpio: nomadik: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski
2025-08-25gpio: generic: provide helpers for reading and writing registersBartosz Golaszewski
2025-08-25gpio: generic: provide to_gpio_generic_chip()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-11gpiolib: add support to register sparse pin rangeThomas Richard
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-07-07gpio: generic: add new generic GPIO chip APIBartosz Golaszewski
2025-07-07Merge tag 'gpio-mmio-remove-bgpio-pdata-for-v6.17-rc1' into gpio/for-nextBartosz Golaszewski
2025-07-07gpio: mmio: remove struct bgpio_pdataBartosz Golaszewski
2025-06-30gpio: constify arguments of gpiod_is_equal()Bartosz Golaszewski
2025-06-19gpio: mmio: add BGPIOF_NO_INPUT flag for GPO gpiochipClément Le Goffic
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-21Merge tag 'intel-gpio-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski
2025-05-16gpio: Switch to irq_domain_create_*()Jiri Slaby (SUSE)
2025-04-09gpio: provide gpiod_is_equal()Bartosz Golaszewski
2025-04-08gpio: deprecate the GPIOD_FLAGS_BIT_NONEXCLUSIVE flagBartosz Golaszewski
2025-04-07gpiolib: acpi: Reduce memory footprint for struct acpi_gpio_paramsAndy Shevchenko
2025-03-06gpiolib: fix kerneldocBartosz Golaszewski
2025-03-05gpio: Hide valid_mask from direct assignmentsMatti Vaittinen
2025-03-05gpio: Add a valid_mask getterMatti Vaittinen
2025-03-04gpiolib: of: Handle threecell GPIO chipsLinus Walleij
2025-03-03gpiolib: deprecate gpio_chip::set and gpio_chip::set_multipleBartosz Golaszewski
2025-02-26gpiolib: introduce gpio_chip setters that return valuesBartosz Golaszewski
2025-02-26gpiolib: make value setters have return valuesBartosz Golaszewski
2025-02-26gpiolib: use the required minimum set of headersBartosz Golaszewski
2025-02-24gpio: mmio: Add flag for calling pinctrl back-endLinus Walleij
2025-02-24gpiolib: sanitize the return value of gpio_chip::set_config()Bartosz Golaszewski
2025-02-24gpiolib: sanitize the return value of gpio_chip::request()Bartosz Golaszewski
2025-02-21gpio: regmap: Allow ngpio to be read from the propertyAndy Shevchenko
2025-02-21gpio: regmap: Group optional assignments together for better understandingAndy Shevchenko
2025-02-18gpiolib: don't build HTE code with CONFIG_HTE disabledBartosz Golaszewski
2025-02-18gpiolib: move all includes to the top of gpio/consumer.hBartosz Golaszewski
2025-02-17gpiolib: Switch to use for_each_if() helperAndy Shevchenko