Age | Commit message (Expand) | Author | Files | Lines |
2024-07-15 | Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -704/+3 |
2024-07-10 | pwm: Add GPIO PWM driver | Vincent Whitchurch | 1 | -1/+6 |
2024-06-11 | gpiolib: Remove data-less gpiochip_add() function | Andrew Davis | 1 | -3/+2 |
2024-05-27 | gpio: Remove legacy API documentation | Andy Shevchenko | 5 | -701/+1 |
2024-04-12 | Documentation: gpio: Replace leading TABs by spaces in code blocks | Andy Shevchenko | 1 | -14/+14 |
2024-04-03 | gpiolib: legacy: Remove unused gpio_request_array() and gpio_free_array() | Andy Shevchenko | 1 | -16/+0 |
2024-02-14 | Documentation: gpio: consistently use logical line value terminology | Kent Gibson | 1 | -5/+5 |
2023-10-04 | gpio: Further document optional GPIOLIB | Linus Walleij | 1 | -0/+4 |
2023-06-13 | gpiolib: remove unused gpio_cansleep() | Andy Shevchenko | 1 | -11/+1 |
2023-06-01 | gpiolib: Kill unused GPIOF_OPEN_* | Andy Shevchenko | 1 | -16/+0 |
2023-06-01 | gpiolib: Kill unused GPIOF_EXPORT and Co | Andy Shevchenko | 1 | -3/+0 |
2023-03-15 | Documentation: gpio: Input mode is not true Hi-Z | Andy Shevchenko | 1 | -4/+4 |
2023-03-06 | gpiolib: remove legacy gpio_export() | Arnd Bergmann | 1 | -21/+0 |
2023-03-06 | gpiolib: remove gpio_set_debounce() | Arnd Bergmann | 1 | -2/+0 |
2023-01-30 | gpio: Remove unused and obsoleted irq_to_gpio() | Andy Shevchenko | 1 | -8/+0 |
2023-01-30 | gpio: Remove unused and obsoleted gpio_export_link() | Andy Shevchenko | 1 | -9/+0 |
2022-10-17 | Documentation: gpio: Remove text about ARCH_NR_GPIOS | Christophe Leroy | 1 | -5/+0 |
2022-08-02 | Merge tag 'docs-6.0' of git://git.lwn.net/linux | Linus Torvalds | 3 | -5/+5 |
2022-06-24 | docs: driver-api: gpio: Fix some typos | Tom Schwindl | 3 | -5/+5 |
2022-06-13 | docs: driver-api: gpio: Fix filename mismatch | Tom Schwindl | 3 | -7/+7 |
2022-05-16 | Documentation: gpio: Advertise irqd_to_hwirq() helper in the examples | Andy Shevchenko | 1 | -6/+12 |
2022-05-16 | Documentation: gpio: Fix IRQ mask and unmask examples | Andy Shevchenko | 1 | -6/+6 |
2022-04-19 | Documentation: Update the recommended pattern for GPIO irqchips | Marc Zyngier | 1 | -33/+142 |
2022-03-08 | ACPI: docs: gpio-properties: Unify ASL style for GPIO examples | Andy Shevchenko | 1 | -12/+9 |
2021-07-21 | docs: gpio: explain GPIOD_OUT_* values and toggling active low | Hannu Hartikainen | 1 | -1/+9 |
2021-07-21 | Documentation: gpio: driver.rst: Remove gpiochip_irqchip_add mention | Vincent Pelletier | 1 | -7/+4 |
2021-06-17 | docs: driver-api: gpio: using-gpio.rst: avoid using ReST :doc:`foo` markup | Mauro Carvalho Chehab | 1 | -2/+2 |
2021-05-05 | Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -1/+7 |
2021-04-30 | Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2021-03-26 | gpio: Mention GPIO MUX in docs | Linus Walleij | 1 | -0/+6 |
2021-03-26 | docs: driver-api: gpio: consumer: Mark another line of code as such | Jonathan Neuschäfer | 1 | -1/+1 |
2021-03-25 | Documentation: gpio: chip should be plural | Bryan Brattlof | 1 | -1/+1 |
2021-03-10 | Documentation: rename pinctl to pin-control | Drew Fustini | 1 | -1/+1 |
2021-02-22 | Merge tag 'docs-5.12' of git://git.lwn.net/linux | Linus Torvalds | 1 | -2/+2 |
2021-02-15 | docs: gpio: intro: Improve HTML formatting | Jonathan Neuschäfer | 1 | -4/+4 |
2021-02-15 | docs: gpio: Fix formatting in description of gpiod_*_array_* functions | Jonathan Neuschäfer | 1 | -2/+3 |
2021-01-11 | Documentation: Replace lkml.org links with lore | Joe Perches | 1 | -2/+2 |
2020-12-05 | Documentation: gpio: fix typo and unclear legacy API section | Alexandre Courbot | 1 | -8/+10 |
2020-10-28 | gpio: stmpe: Fix forgotten refactoring | Linus Walleij | 1 | -2/+2 |
2020-10-28 | gpio: Retire the explicit gpio irqchip code | Linus Walleij | 1 | -21/+42 |
2020-10-12 | gpiolib: Update indentation in driver.rst for code excerpts | Andy Shevchenko | 1 | -6/+6 |
2020-07-07 | gpio: Add gpio-charger to the documentation | Linus Walleij | 1 | -0/+7 |
2020-05-18 | gpiolib: Add support for GPIO lookup by line name | Geert Uytterhoeven | 1 | -5/+10 |
2020-03-25 | docs: gpio: driver.rst: don't mark literal blocks twice | Mauro Carvalho Chehab | 1 | -2/+2 |
2020-01-29 | Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -5/+0 |
2020-01-23 | gpio: Drop the chained IRQ handler assign function | Linus Walleij | 1 | -5/+0 |
2020-01-15 | gpio: Add use guidance documentation | Linus Walleij | 3 | -4/+55 |
2019-12-02 | Merge tag 'docs-5.5a' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2019-11-22 | Documentation: gpio: driver.rst: Fix warnings | Daniel W. S. Almeida | 1 | -9/+12 |
2019-10-23 | Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/sc... | Linus Walleij | 1 | -0/+4 |