aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-altera.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03gpio: altera: Pass irqchip when adding gpiochipLinus Walleij1-27/+21
2019-06-10gpio: altera: Allocate irq_chip dynamicallyPhil Reid1-12/+11
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-01-28gpio: altera: Fixup block comment stylePhil Reid1-2/+2
2018-01-13gpio: altera: Include GPIO driver headerLinus Walleij1-1/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-2/+2
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-12/+12
2017-03-16gpio: altera: make use of raw_spinlock variantsJulia Cartwright1-12/+12
2017-03-06gpio: altera: Use handle_level_irq when configured as a level_highPhil Reid1-15/+11
2016-09-15gpio: altera: fix implicit assumption module.h is presentPaul Gortmaker1-0/+1
2016-01-27gpio: gpio-altera: Remove gpiochip on probe failure.Phil Reid1-2/+3
2016-01-05gpio: altera: use gpiochip data pointerLinus Walleij1-14/+9
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-02gpio: altera: use container_of() to get state containerLinus Walleij1-5/+10
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-4/+2
2015-07-16gpio: altera: use of_mm_gpiochip_remove() to fix memory leakMasahiro Yamada1-1/+1
2015-07-16gpio: altera: fix return value of altera_gpio_remove()Masahiro Yamada1-1/+1
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer1-1/+2
2015-03-27altera_gpio_probe() can be statickbuild test robot1-1/+1
2015-03-07drivers/gpio: Altera soft IP GPIO driverTien Hock Loh1-0/+374