aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-1/+10
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2025-05-21Merge tag 'intel-gpio-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-nextBartosz 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-14Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-3/+1
2024-05-14Merge tag 'spi-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus 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/linusw/linux-pinctrlLinus 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
2024-02-13gpiolib: add gpio_device_get_base() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-12gpio: constify opaque pointer in gpio_device_find() match functionKrzysztof Kozlowski1-1/+2
2024-01-29gpio: improve the API contract for setting directionBartosz Golaszewski1-4/+6
2024-01-29gpio: unexport GPIO irq domain functions only used internallyBartosz Golaszewski1-12/+0
2024-01-15gpiolib: Fix scope-based gpio_device refcountingLukas Wunner1-1/+1
2023-12-18gpiolib: remove duplicate inclusionsWang Jinchao1-3/+0