aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-altera.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02gpio: altera: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-15gpio: altera: drop of_match_ptr for ID tableGravatar Krzysztof Kozlowski 1-1/+1
2023-03-10gpio: altera: Convert to immutable irq_chipGravatar Linus Walleij 1-10/+15
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hGravatar Arnd Bergmann 1-1/+1
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 1-6/+5
2020-07-08gpio: gpio-altera: Add missing kerneldoc entry and demote commentGravatar Lee Jones 1-1/+2
2020-01-09gpio: altera: change to platform_get_irq_optional to avoid false-positive errorGravatar Ooi, Joyce 1-1/+1
2019-07-03gpio: altera: Pass irqchip when adding gpiochipGravatar Linus Walleij 1-27/+21
2019-06-10gpio: altera: Allocate irq_chip dynamicallyGravatar Phil Reid 1-12/+11
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-01-28gpio: altera: Fixup block comment styleGravatar Phil Reid 1-2/+2
2018-01-13gpio: altera: Include GPIO driver headerGravatar Linus Walleij 1-1/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-2/+2
2017-08-14gpio: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-12/+12
2017-03-16gpio: altera: make use of raw_spinlock variantsGravatar Julia Cartwright 1-12/+12
2017-03-06gpio: altera: Use handle_level_irq when configured as a level_highGravatar Phil Reid 1-15/+11
2016-09-15gpio: altera: fix implicit assumption module.h is presentGravatar Paul Gortmaker 1-0/+1
2016-01-27gpio: gpio-altera: Remove gpiochip on probe failure.Gravatar Phil Reid 1-2/+3
2016-01-05gpio: altera: use gpiochip data pointerGravatar Linus Walleij 1-14/+9
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-1/+1
2015-10-02gpio: altera: use container_of() to get state containerGravatar Linus Walleij 1-5/+10
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-4/+2
2015-07-16gpio: altera: use of_mm_gpiochip_remove() to fix memory leakGravatar Masahiro Yamada 1-1/+1
2015-07-16gpio: altera: fix return value of altera_gpio_remove()Gravatar Masahiro Yamada 1-1/+1
2015-06-16gpio: Fix checkpatch.pl issuesGravatar Daniel Lockyer 1-1/+2
2015-03-27altera_gpio_probe() can be staticGravatar kbuild test robot 1-1/+1
2015-03-07drivers/gpio: Altera soft IP GPIO driverGravatar Tien Hock Loh 1-0/+374