index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-aspeed.c
Age
Commit message (
Expand
)
Author
2018-07-13
gpio: aspeed: fix compile testing warning
Arnd Bergmann
2018-07-02
gpio: aspeed: Add interfaces for co-processor to grab GPIOs
Benjamin Herrenschmidt
2018-07-02
gpio: aspeed: Add command source registers
Benjamin Herrenschmidt
2018-07-02
gpio: aspeed: Add "Read Data" register to read the write latch
Benjamin Herrenschmidt
2018-07-02
gpio: aspeed: Rework register type accessors
Benjamin Herrenschmidt
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-08
Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-05-23
gpio: aspeed: Use a cache of output data registers
Benjamin Herrenschmidt
2018-05-23
gpio: aspeed: Set output latch before changing direction
Benjamin Herrenschmidt
2018-04-26
gpio: fix aspeed_gpio unmask irq
Govert Overgaauw
2017-12-28
gpio: fix aspeed_gpio_banks array size check
Vasyl Gomonovych
2017-12-02
gpio: aspeed: Add support for reset tolerance
Andrew Jeffery
2017-11-09
Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel
Linus Walleij
2017-11-08
gpio: Move irq_valid_mask into struct gpio_irq_chip
Thierry Reding
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
2017-10-19
gpio: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-09-22
pinctrl/gpio: Unify namespace for cross-calls
Linus Walleij
2017-08-15
gpio: aspeed: Remove reference to clock name in debounce warning message
Andrew Jeffery
2017-05-22
gpio: aspeed: Don't attempt to debounce if disabled
Joel Stanley
2017-04-24
gpio: aspeed: Add open-source and open-drain support
Andrew Jeffery
2017-04-24
gpio: aspeed: Add debounce support
Andrew Jeffery
2017-02-04
gpio: aspeed: Remove dependence on GPIOF_* macros
Andrew Jeffery
2017-01-26
gpio: aspeed: Add banks Y, Z, AA, AB and AC
Andrew Jeffery
2017-01-26
gpio: aspeed: Make bank names strings
Joel Stanley
2016-09-23
gpio: aspeed: remove redundant return value check
Wei Yongjun
2016-09-15
gpio: aspeed: fix return value check in aspeed_gpio_probe()
Wei Yongjun
2016-09-13
gpio: aspeed: add MODULE_LICENSE()
Linus Walleij
2016-09-07
gpio: Add Aspeed driver
Joel Stanley