summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aspeed.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-06-081-4/+20
|\
| * gpio: aspeed: Use a cache of output data registersBenjamin Herrenschmidt2018-05-231-2/+19
| * gpio: aspeed: Set output latch before changing directionBenjamin Herrenschmidt2018-05-231-2/+1
* | gpio: fix aspeed_gpio unmask irqGovert Overgaauw2018-04-261-1/+1
|/
* gpio: fix aspeed_gpio_banks array size checkVasyl Gomonovych2017-12-281-1/+1
* gpio: aspeed: Add support for reset toleranceAndrew Jeffery2017-12-021-2/+37
* Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-3/+6
|\
| * gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-081-2/+2
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| * gpio: mark expected switch fall-throughsGustavo A. R. Silva2017-10-191-0/+3
* | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
|/
* gpio: aspeed: Remove reference to clock name in debounce warning messageAndrew Jeffery2017-08-151-1/+1
* gpio: aspeed: Don't attempt to debounce if disabledJoel Stanley2017-05-221-0/+3
* gpio: aspeed: Add open-source and open-drain supportAndrew Jeffery2017-04-241-0/+4
* gpio: aspeed: Add debounce supportAndrew Jeffery2017-04-241-5/+276
* gpio: aspeed: Remove dependence on GPIOF_* macrosAndrew Jeffery2017-02-041-3/+2
* gpio: aspeed: Add banks Y, Z, AA, AB and ACAndrew Jeffery2017-01-261-14/+160
* gpio: aspeed: Make bank names stringsJoel Stanley2017-01-261-7/+7
* gpio: aspeed: remove redundant return value checkWei Yongjun2016-09-231-3/+0
* gpio: aspeed: fix return value check in aspeed_gpio_probe()Wei Yongjun2016-09-151-2/+2
* gpio: aspeed: add MODULE_LICENSE()Linus Walleij2016-09-131-0/+1
* gpio: Add Aspeed driverJoel Stanley2016-09-071-0/+457
OpenPOWER on IntegriCloud