| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -2/+2 |
| 2025-07-13 | gpio: uniphier: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -6/+10 |
| 2024-10-17 | gpio: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-02 | gpio: uniphier: Replace of_node_to_fwnode() with more suitable API | Andy Shevchenko | 1 | -2/+3 |
| 2023-10-02 | gpio: uniphier: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
| 2021-11-08 | Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -8/+10 |
| 2021-09-22 | gpio: uniphier: Use helper functions to get private data from IRQ data | Kunihiko Hayashi | 1 | -3/+3 |
| 2021-09-22 | gpio: uniphier: Use helper function to get IRQ hardware number | Kunihiko Hayashi | 1 | -5/+7 |
| 2021-09-22 | gpio: uniphier: Fix void functions to remove return value | Kunihiko Hayashi | 1 | -2/+2 |
| 2020-03-02 | gpio: uniphier: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-12-04 | gpio: uniphier: utilize for_each_set_clump8 macro | William Breathitt Gray | 1 | -10/+3 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2019-04-05 | drivers: gpio: uniphier: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
| 2018-12-07 | gpio: uniphier: convert to SPDX License Identifier | Masahiro Yamada | 1 | -13/+4 |
| 2018-10-16 | gpio: uniphier: include <linux/bits.h> instead of <linux/bitops.h> | Masahiro Yamada | 1 | -1/+1 |
| 2018-08-15 | Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -2/+1 |
| 2018-08-06 | gpio: uniphier: Bail out on gpiochip_lock_as_irq() error | Andy Shevchenko | 1 | -2/+1 |
| 2018-07-23 | gpio: uniphier: set legitimate irq trigger type in .to_irq hook | Masahiro Yamada | 1 | -1/+5 |
| 2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 1 | -2/+1 |
| 2017-11-30 | gpio: uniphier: fix mismatch between license text and MODULE_LICENSE | Masahiro Yamada | 1 | -1/+1 |
| 2017-11-14 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+508 |
| 2017-10-23 | gpio: uniphier: add UniPhier GPIO controller driver | Masahiro Yamada | 1 | -0/+507 |