summaryrefslogtreecommitdiff
path: root/include/linux/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-10-22gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei1-0/+5
2025-09-24gpio: generic: move GPIO_GENERIC_ flags to the correct headerBartosz Golaszewski2-10/+10
2025-09-24gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_Bartosz Golaszewski1-9/+9
2025-09-18Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Bartosz Golaszewski1-0/+18
2025-09-17gpio: nomadik: fix the debugfs helper stubBartosz Golaszewski1-2/+1
2025-09-16gpio: regmap: Allow to provide init_valid_mask callbackMathieu Dubois-Briand1-0/+7
2025-09-16gpio: regmap: Allow to allocate regmap-irq deviceMathieu Dubois-Briand1-0/+11
2025-09-12gpio: move gpio-mmio-specific fields out of struct gpio_chipBartosz Golaszewski2-66/+45
2025-09-03gpio: nomadik: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-2/+1
2025-08-25gpio: generic: provide helpers for reading and writing registersBartosz Golaszewski1-0/+31
2025-08-25gpio: generic: provide to_gpio_generic_chip()Bartosz Golaszewski1-0/+6
2025-08-11gpio: aggregator: add possibility to attach data to the forwarderThomas Richard1-1/+3
2025-08-11gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwdThomas Richard1-0/+2
2025-08-11gpio: aggregator: export symbols of the GPIO forwarder libraryThomas Richard1-0/+37
2025-08-11gpiolib: add support to register sparse pin rangeThomas Richard1-3/+48
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2-12/+11
2025-08-07gpio: remove legacy GPIO line value setter callbacksBartosz Golaszewski1-7/+0
2025-07-07gpio: generic: add new generic GPIO chip APIBartosz Golaszewski1-0/+120
2025-07-07Merge tag 'gpio-mmio-remove-bgpio-pdata-for-v6.17-rc1' into gpio/for-nextBartosz Golaszewski1-6/+0
2025-07-07gpio: mmio: remove struct bgpio_pdataBartosz Golaszewski1-6/+0
2025-06-30gpio: constify arguments of gpiod_is_equal()Bartosz Golaszewski1-2/+3
2025-06-19gpio: mmio: add BGPIOF_NO_INPUT flag for GPO gpiochipClément Le Goffic1-0/+1
2025-05-28Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+10
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2025-05-21Merge tag 'intel-gpio-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-1/+1
2025-05-16gpio: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-2/+3
2025-04-09gpio: provide gpiod_is_equal()Bartosz Golaszewski1-0/+9
2025-04-08gpio: deprecate the GPIOD_FLAGS_BIT_NONEXCLUSIVE flagBartosz Golaszewski1-0/+1
2025-04-07gpiolib: acpi: Reduce memory footprint for struct acpi_gpio_paramsAndy Shevchenko1-1/+1
2025-03-06gpiolib: fix kerneldocBartosz Golaszewski1-1/+1
2025-03-05gpio: Hide valid_mask from direct assignmentsMatti Vaittinen1-8/+0
2025-03-05gpio: Add a valid_mask getterMatti Vaittinen1-0/+1
2025-03-04gpiolib: of: Handle threecell GPIO chipsLinus Walleij1-1/+23
2025-03-03gpiolib: deprecate gpio_chip::set and gpio_chip::set_multipleBartosz Golaszewski1-2/+2
2025-02-26gpiolib: introduce gpio_chip setters that return valuesBartosz Golaszewski1-0/+10
2025-02-26gpiolib: make value setters have return valuesBartosz Golaszewski1-9/+13
2025-02-26gpiolib: use the required minimum set of headersBartosz Golaszewski1-3/+6
2025-02-24gpio: mmio: Add flag for calling pinctrl back-endLinus Walleij1-0/+3
2025-02-24gpiolib: sanitize the return value of gpio_chip::set_config()Bartosz Golaszewski1-1/+2
2025-02-24gpiolib: sanitize the return value of gpio_chip::request()Bartosz Golaszewski1-1/+2
2025-02-21gpio: regmap: Allow ngpio to be read from the propertyAndy Shevchenko1-1/+1
2025-02-21gpio: regmap: Group optional assignments together for better understandingAndy Shevchenko1-1/+1
2025-02-18gpiolib: don't build HTE code with CONFIG_HTE disabledBartosz Golaszewski1-14/+22
2025-02-18gpiolib: move all includes to the top of gpio/consumer.hBartosz Golaszewski1-9/+3
2025-02-17gpiolib: Switch to use for_each_if() helperAndy Shevchenko1-3/+4
2025-02-12gpiolib: Simplify implementation of for_each_hwgpio_in_range()Andy Shevchenko1-5/+3
2025-02-12gpiolib: Deduplicate some code in for_each_requested_gpio_in_range()Andy Shevchenko1-14/+21
2025-02-12gpiolib: add gpiod_multi_set_value_cansleep()David Lechner1-0/+11
2024-07-02gpiolib: unexport gpiochip_get_desc()Bartosz Golaszewski1-1/+0
2024-06-11gpiolib: Remove data-less gpiochip_add() functionAndrew Davis1-4/+0