| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-10 | gpiolib: Remove unused devm_gpio_request() | Andy Shevchenko | 1 | -38/+0 |
| 2024-11-09 | gpio: Get rid of GPIOF_ACTIVE_LOW | Andy Shevchenko | 1 | -3/+0 |
| 2024-09-02 | gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIs | Andy Shevchenko | 1 | -0/+86 |
| 2024-09-02 | gpiolib: Update the kernel documentation - add Return sections | Andy Shevchenko | 1 | -0/+3 |
| 2024-09-02 | gpiolib: legacy: Kill GPIOF_DIR_* definitions | Andy Shevchenko | 1 | -1/+1 |
| 2024-09-02 | gpiolib: legacy: Kill GPIOF_INIT_* definitions | Andy Shevchenko | 1 | -2/+1 |
| 2024-04-17 | gpiolib: Get rid of never false gpio_is_valid() calls | Andy Shevchenko | 1 | -5/+5 |
| 2024-04-03 | gpiolib: legacy: Remove unused gpio_request_array() and gpio_free_array() | Andy Shevchenko | 1 | -39/+0 |
| 2024-01-22 | gpio: legacy: mark old interfaces as deprecated in kernel docs | Bartosz Golaszewski | 1 | -0/+12 |
| 2023-06-01 | gpiolib: Kill unused GPIOF_OPEN_* | Andy Shevchenko | 1 | -6/+0 |
| 2023-06-01 | gpiolib: Kill unused GPIOF_EXPORT and Co | Andy Shevchenko | 1 | -6/+0 |
| 2018-09-25 | gpio: Use SPDX header for core library | Linus Walleij | 1 | -0/+1 |
| 2016-07-04 | Revert "gpiolib: Split GPIO flags parsing and GPIO configuration" | Johan Hovold | 1 | -4/+4 |
| 2015-10-16 | gpiolib: Split GPIO flags parsing and GPIO configuration | Laurent Pinchart | 1 | -4/+4 |
| 2014-12-02 | gpio: fix deferred probe detection for legacy API | Alexandre Courbot | 1 | -1/+11 |
| 2014-07-24 | gpio: remove gpio_ensure_requested() | Alexandre Courbot | 1 | -106/+0 |
| 2014-07-23 | gpio: move gpio_ensure_requested() into legacy C file | Alexandre Courbot | 1 | -0/+106 |
| 2014-07-23 | gpio: remove gpiod_lock/unlock_as_irq() | Alexandre Courbot | 1 | -12/+0 |
| 2014-07-23 | gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one functions | Guenter Roeck | 1 | -0/+3 |
| 2014-07-09 | gpio: move integer GPIO support to its own file | Alexandre Courbot | 1 | -0/+111 |