aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aspeed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-26gpio: fix aspeed_gpio unmask irqGovert Overgaauw1-1/+1
2017-12-28gpio: fix aspeed_gpio_banks array size checkVasyl Gomonovych1-1/+1
2017-12-02gpio: aspeed: Add support for reset toleranceAndrew Jeffery1-2/+37
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij1-3/+6
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding1-2/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-10-19gpio: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2017-08-15gpio: aspeed: Remove reference to clock name in debounce warning messageAndrew Jeffery1-1/+1
2017-05-22gpio: aspeed: Don't attempt to debounce if disabledJoel Stanley1-0/+3
2017-04-24gpio: aspeed: Add open-source and open-drain supportAndrew Jeffery1-0/+4
2017-04-24gpio: aspeed: Add debounce supportAndrew Jeffery1-5/+276
2017-02-04gpio: aspeed: Remove dependence on GPIOF_* macrosAndrew Jeffery1-3/+2
2017-01-26gpio: aspeed: Add banks Y, Z, AA, AB and ACAndrew Jeffery1-14/+160
2017-01-26gpio: aspeed: Make bank names stringsJoel Stanley1-7/+7
2016-09-23gpio: aspeed: remove redundant return value checkWei Yongjun1-3/+0
2016-09-15gpio: aspeed: fix return value check in aspeed_gpio_probe()Wei Yongjun1-2/+2
2016-09-13gpio: aspeed: add MODULE_LICENSE()Linus Walleij1-0/+1
2016-09-07gpio: Add Aspeed driverJoel Stanley1-0/+457