| 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-07-15 | gpio: xgene: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -2/+4 |
| 2021-05-23 | gpio: xgene: simplify probe, return devm_gpiochip_add_data() directly | Alexandru Ardelean | 1 | -10/+1 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2019-10-09 | gpio: xgene: use devm_platform_ioremap_resource() | Bartosz Golaszewski | 1 | -9/+3 |
| 2019-10-09 | gpio: xgene: remove redundant error message | Bartosz Golaszewski | 1 | -16/+7 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 1 | -12/+1 |
| 2017-03-06 | gpio: xgene: mark PM functions as __maybe_unused | Arnd Bergmann | 1 | -10/+3 |
| 2016-05-17 | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -8/+22 |
| 2016-05-01 | gpio: xgene: implement .get_direction() | Linus Walleij | 1 | -0/+12 |
| 2016-05-01 | gpio: xgene: Enable ACPI support for X-Gene GFC GPIO driver | Duc Dang | 1 | -0/+9 |
| 2016-03-31 | gpio: xgene: make explicitly non-modular | Paul Gortmaker | 1 | -8/+1 |
| 2016-03-30 | gpio: xgene: Prevent NULL pointer dereference | Axel Lin | 1 | -0/+5 |
| 2016-02-23 | gpio: xgene: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -10/+1 |
| 2016-01-05 | gpio: xgene: use gpiochip data pointer | Linus Walleij | 1 | -11/+6 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-09-24 | gpio: xgene: Remove unneeded #ifdef CONFIG_OF guard | Axel Lin | 1 | -2/+0 |
| 2014-09-24 | gpio: xgene: Remove unneeded forward declation for struct xgene_gpio | Axel Lin | 1 | -2/+0 |
| 2014-09-24 | gpio: xgene: Fix missing spin_lock_init() | Axel Lin | 1 | -0/+1 |
| 2014-09-24 | gpio: Fix return value check in xgene_gpio_probe() | Wei Yongjun | 1 | -2/+2 |
| 2014-09-23 | gpio: remove remaining users of gpiochip_remove() retval | Linus Walleij | 1 | -5/+2 |
| 2014-08-28 | gpio: Add APM X-Gene SoC GPIO controller support | Feng Kan | 1 | -0/+250 |