| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-06-16 | gpio: Use dev_fwnode() where applicable across drivers | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2025-05-27 | Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+17 |
| 2025-05-16 | gpio: Switch to irq_domain_create_*() | Jiri Slaby (SUSE) | 1 | -5/+3 |
| 2025-05-15 | gpio: lpc18xx: Make irq_chip immutable | Peng Fan | 1 | -2/+11 |
| 2025-05-13 | gpio: lpc18xx: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -2/+6 |
| 2024-10-17 | gpio: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-05 | gpio: lpc18xx: Use helper function devm_clk_get_enabled() | Zhang Zekun | 1 | -17/+6 |
| 2023-10-02 | gpio: lpc18xx: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-06-19 | gpio: lpc18xx: Remove unused of_gpio.h inclusion | Andy Shevchenko | 1 | -1/+0 |
| 2019-04-05 | drivers: gpio: lpc18xx: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -4/+1 |
| 2018-12-10 | gpio: lpc18xx: fix GPIO controller driver build as a module | Vladimir Zapolskiy | 1 | -2/+0 |
| 2018-12-07 | gpio: lpc18xx: add GPIO pin interrupt controller support | Vladimir Zapolskiy | 1 | -4/+263 |
| 2018-12-07 | gpio: lpc18xx: use resource managed interface to register GPIO controller | Vladimir Zapolskiy | 1 | -2/+1 |
| 2018-12-07 | gpio: lpc18xx: add struct device local variable | Vladimir Zapolskiy | 1 | -7/+8 |
| 2018-12-07 | gpio: lpc18xx: use SPDX license identifier | Vladimir Zapolskiy | 1 | -4/+1 |
| 2016-09-13 | gpio: constify gpio_chip structures | Julia Lawall | 1 | -1/+1 |
| 2016-01-05 | gpio: lpc18xx: use gpiochip data pointer | Linus Walleij | 1 | -9/+4 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-10-16 | gpio: replace trivial implementations of request/free with generic one | Jonas Gorski | 1 | -12/+2 |
| 2015-05-05 | gpio: add lpc18xx gpio driver | Joachim Eastwood | 1 | -0/+180 |