summaryrefslogtreecommitdiff
path: root/include/linux/gpio
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-15Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2024-05-15Merge tag 'spi-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+4
2024-05-07gpiolib: Discourage to use formatting strings in line namesAndy Shevchenko1-3/+1
2024-04-17gpiolib: swnode: Remove wrong header inclusionAndy Shevchenko1-1/+0
2024-04-16gpio: swnode: Add ability to specify native chip selects for SPICharles Keepax1-0/+4
2024-03-26gpiolib: Add stubs for GPIO lookup functionsMark Brown1-2/+15
2024-03-14Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+294
2024-03-12drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to headerMax Kellermann1-0/+15
2024-03-05Merge tag 'v6.8-rc7' into gpio/for-nextBartosz Golaszewski1-0/+18
2024-03-03gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko1-1/+3
2024-02-29gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun1-0/+1
2024-02-29gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun1-0/+276
2024-02-26gpio: provide for_each_hwgpio()Bartosz Golaszewski1-0/+15
2024-02-17gpio: constify opaque pointer "data" in gpio_device_find()Krzysztof Kozlowski1-1/+1
2024-02-13gpiolib: add gpio_device_get_label() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6