| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-13 | gpio: altera: Drop .mapped_irq from driver data | Uwe Kleine-König | 1 | -5/+4 |
| 2024-11-21 | gpio: altera: Add missed base and label initialisations | Andy Shevchenko | 1 | -0/+5 |
| 2024-11-04 | gpio: altera: Drop legacy-of-mm-gpiochip.h header | Andy Shevchenko | 1 | -100/+78 |
| 2024-10-17 | gpio: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-10-02 | gpio: altera: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-15 | gpio: altera: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-10 | gpio: altera: Convert to immutable irq_chip | Linus Walleij | 1 | -10/+15 |
| 2023-03-06 | gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h | Arnd Bergmann | 1 | -1/+1 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -6/+5 |
| 2020-07-08 | gpio: gpio-altera: Add missing kerneldoc entry and demote comment | Lee Jones | 1 | -1/+2 |
| 2020-01-09 | gpio: altera: change to platform_get_irq_optional to avoid false-positive error | Ooi, Joyce | 1 | -1/+1 |
| 2019-07-03 | gpio: altera: Pass irqchip when adding gpiochip | Linus Walleij | 1 | -27/+21 |
| 2019-06-10 | gpio: altera: Allocate irq_chip dynamically | Phil Reid | 1 | -12/+11 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -13/+1 |
| 2019-01-28 | gpio: altera: Fixup block comment style | Phil Reid | 1 | -2/+2 |
| 2018-01-14 | gpio: altera: Include GPIO driver header | Linus Walleij | 1 | -1/+2 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -2/+2 |
| 2017-08-14 | gpio: Convert to using %pOF instead of full_name | Rob Herring | 1 | -2/+2 |
| 2017-05-04 | Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -12/+12 |
| 2017-03-16 | gpio: altera: make use of raw_spinlock variants | Julia Cartwright | 1 | -12/+12 |
| 2017-03-06 | gpio: altera: Use handle_level_irq when configured as a level_high | Phil Reid | 1 | -15/+11 |
| 2016-09-15 | gpio: altera: fix implicit assumption module.h is present | Paul Gortmaker | 1 | -0/+1 |
| 2016-01-27 | gpio: gpio-altera: Remove gpiochip on probe failure. | Phil Reid | 1 | -2/+3 |
| 2016-01-05 | gpio: altera: use gpiochip data pointer | Linus Walleij | 1 | -14/+9 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-10-02 | gpio: altera: use container_of() to get state container | Linus Walleij | 1 | -5/+10 |
| 2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -4/+2 |
| 2015-07-16 | gpio: altera: use of_mm_gpiochip_remove() to fix memory leak | Masahiro Yamada | 1 | -1/+1 |
| 2015-07-16 | gpio: altera: fix return value of altera_gpio_remove() | Masahiro Yamada | 1 | -1/+1 |
| 2015-06-16 | gpio: Fix checkpatch.pl issues | Daniel Lockyer | 1 | -1/+2 |
| 2015-03-27 | altera_gpio_probe() can be static | kbuild test robot | 1 | -1/+1 |
| 2015-03-07 | drivers/gpio: Altera soft IP GPIO driver | Tien Hock Loh | 1 | -0/+374 |