| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-12 | gpio: ath79: use the generic GPIO chip lock for IRQ handling | Bartosz Golaszewski | 1 | -32/+19 |
| 2025-09-12 | gpio: ath79: use new generic GPIO chip API | Bartosz Golaszewski | 1 | -15/+24 |
| 2024-09-02 | gpio: ath79: remove support for platform data | Bartosz Golaszewski | 1 | -16/+6 |
| 2024-09-02 | gpio: ath79: use generic device property getters | Bartosz Golaszewski | 1 | -4/+4 |
| 2024-09-02 | gpio: ath79: add missing header | Bartosz Golaszewski | 1 | -0/+1 |
| 2024-09-02 | gpio: ath79: order headers alphabetically | Bartosz Golaszewski | 1 | -4/+4 |
| 2024-06-26 | gpio: ath79: convert to dynamic GPIO base allocation | Shiji Yang | 1 | -2/+0 |
| 2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+2 |
| 2023-03-10 | gpio: ath79: Convert to immutable irq_chip | Linus Walleij | 1 | -2/+6 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -5/+2 |
| 2021-05-25 | gpio: ath79: remove platform_set_drvdata() + cleanup probe | Alexandru Ardelean | 1 | -8/+1 |
| 2020-12-01 | gpio: ath79: Fix fall-through warning for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-10-09 | gpio: ath79: use devm_platform_ioremap_resource() | Bartosz Golaszewski | 1 | -7/+3 |
| 2019-07-09 | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -39/+27 |
| 2019-06-27 | gpio: ath79: Pass irqchip when adding gpiochip | Linus Walleij | 1 | -39/+27 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2018-07-29 | gpio: fix meaningless return expression | zhong jiang | 1 | -1/+1 |
| 2018-03-27 | gpio: ath79: Fix potential NULL dereference in ath79_gpio_probe() | Wei Yongjun | 1 | -0/+2 |
| 2017-12-02 | gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE | Jesse Chan | 1 | -0/+3 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-10-19 | gpio: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
| 2017-03-16 | gpio: ath79: make use of raw_spinlock variants | Julia Cartwright | 1 | -14/+14 |
| 2016-10-24 | gpio: ath79: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
| 2016-09-15 | gpio: ath79: fix implicit assumption module.h is present | Paul Gortmaker | 1 | -0/+1 |
| 2016-02-25 | gpio: ath79: Check valid gpio count for both DT and non-DT cases | Axel Lin | 1 | -4/+5 |
| 2016-02-10 | gpio: ath79: Update the copyright notice | Alban Bedel | 1 | -2/+1 |
| 2016-02-10 | gpio: ath79: Add support for the interrupt controller | Alban Bedel | 1 | -0/+205 |
| 2016-02-10 | gpio: ath79: Make the driver removable | Alban Bedel | 1 | -0/+10 |
| 2016-02-10 | gpio: ath79: Allow building in compile tests | Alban Bedel | 1 | -1/+4 |
| 2016-02-10 | gpio: ath79: Move to the generic GPIO driver | Alban Bedel | 1 | -112/+14 |
| 2016-01-05 | gpio: ath79: use gpiochip data pointer | Linus Walleij | 1 | -9/+7 |
| 2015-12-21 | Merge tag 'v4.4-rc6' into devel | Linus Walleij | 1 | -1/+1 |
| 2015-12-11 | gpio: ath79: Fix the logic to clear offset bit of AR71XX_GPIO_REG_OE register | Axel Lin | 1 | -1/+1 |
| 2015-11-30 | gpio: use dev_get_platdata() | Nizam Haider | 1 | -1/+1 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-10-02 | gpio: ath79: Convert to the state container design pattern | Alban Bedel | 1 | -59/+60 |
| 2015-09-03 | MIPS: Remove all the uses of custom gpio.h | Alban Bedel | 1 | -32/+0 |
| 2015-09-03 | MIPS: ath79: Move the GPIO driver to drivers/gpio | Alban Bedel | 1 | -0/+236 |