| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-03-10 | gpio: aspeed: use new line value setter callbacks | Bartosz Golaszewski | 1 | -3/+4 |
| 2025-03-10 | gpio: aspeed: use lock guards | Bartosz Golaszewski | 1 | -63/+38 |
| 2024-11-29 | Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-22 | Fix a potential abuse of seq_printf() format string in drivers | David Wang | 1 | -1/+1 |
| 2024-10-14 | gpio: aspeed: Support G7 Aspeed gpio controller | Billy Tsai | 1 | -0/+147 |
| 2024-10-14 | gpio: aspeed: Create llops to handle hardware access | Billy Tsai | 1 | -214/+235 |
| 2024-10-14 | gpio: aspeed: Remove the name for bank array | Billy Tsai | 1 | -13/+4 |
| 2024-10-14 | gpio: aspeed: Change the macro to support deferred probe | Billy Tsai | 1 | -2/+3 |
| 2024-10-08 | gpio: aspeed: Use devm_clk api to manage clock source | Billy Tsai | 1 | -1/+1 |
| 2024-10-08 | gpio: aspeed: Add the flush write to ensure the write complete. | Billy Tsai | 1 | -0/+2 |
| 2023-11-04 | treewide: rename pinctrl_gpio_set_config_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_free_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_request_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | gpio: aspeed: use new pinctrl GPIO helpers | Bartosz Golaszewski | 1 | -3/+3 |
| 2023-10-05 | gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-03-10 | gpio: aspeed: Convert to immutable irq_chip | Linus Walleij | 1 | -7/+38 |
| 2023-03-10 | gpio: aspeed: Always register the irqchip | Joel Stanley | 1 | -26/+23 |
| 2022-10-19 | gpio: aspeed: Add missing header(s) | Andy Shevchenko | 1 | -2/+3 |
| 2021-12-10 | gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock | Iwona Winiarska | 1 | -26/+26 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -6/+3 |
| 2020-10-26 | gpio: aspeed: fix ast2600 bank properties | Billy Tsai | 1 | -0/+1 |
| 2020-10-02 | Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -2/+2 |
| 2020-09-24 | gpio: aspeed: fix ast2600 bank properties | Tao Ren | 1 | -2/+2 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
| 2020-01-23 | gpio: aspeed-sgpio: fixed typos | Sachin agarwal | 1 | -1/+1 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -4/+3 |
| 2019-09-11 | gpio: aspeed: Add in ast2600 details to Aspeed driver | Rashmica Gupta | 1 | -2/+20 |
| 2019-09-11 | gpio: aspeed: Use ngpio property from device tree if available | Rashmica Gupta | 1 | -7/+11 |
| 2019-09-11 | gpio: aspeed: Setup irqchip dynamically | Rashmica Gupta | 1 | -9/+7 |
| 2019-09-11 | gpio/aspeed: Fix incorrect number of banks | Rashmica Gupta | 1 | -1/+1 |
| 2019-09-11 | gpio: Initialize the irqchip valid_mask with a callback | Linus Walleij | 1 | -7/+6 |
| 2019-08-15 | gpio: aspeed: Pass irqchip when adding gpiochip | Linus Walleij | 1 | -31/+29 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-04-08 | Merge tag 'v5.1-rc3' into devel | Linus Walleij | 1 | -0/+2 |
| 2019-04-05 | drivers: gpio: aspeed: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
| 2019-03-25 | gpio: aspeed: fix a potential NULL pointer dereference | Kangjie Lu | 1 | -0/+2 |
| 2018-12-21 | gpio: aspeed: remove duplicated statement | Tao Ren | 1 | -1/+0 |
| 2018-07-13 | gpio: aspeed: fix compile testing warning | Arnd Bergmann | 1 | -1/+1 |
| 2018-07-02 | gpio: aspeed: Add interfaces for co-processor to grab GPIOs | Benjamin Herrenschmidt | 1 | -20/+231 |
| 2018-07-02 | gpio: aspeed: Add command source registers | Benjamin Herrenschmidt | 1 | -0/+54 |
| 2018-07-02 | gpio: aspeed: Add "Read Data" register to read the write latch | Benjamin Herrenschmidt | 1 | -2/+27 |
| 2018-07-02 | gpio: aspeed: Rework register type accessors | Benjamin Herrenschmidt | 1 | -49/+69 |
| 2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+2 |
| 2018-06-08 | Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -4/+20 |
| 2018-05-23 | gpio: aspeed: Use a cache of output data registers | Benjamin Herrenschmidt | 1 | -2/+19 |
| 2018-05-23 | gpio: aspeed: Set output latch before changing direction | Benjamin Herrenschmidt | 1 | -2/+1 |
| 2018-04-26 | gpio: fix aspeed_gpio unmask irq | Govert Overgaauw | 1 | -1/+1 |
| 2017-12-28 | gpio: fix aspeed_gpio_banks array size check | Vasyl Gomonovych | 1 | -1/+1 |
| 2017-12-02 | gpio: aspeed: Add support for reset tolerance | Andrew Jeffery | 1 | -2/+37 |
| 2017-11-09 | Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel | Linus Walleij | 1 | -3/+6 |
| 2017-11-08 | gpio: Move irq_valid_mask into struct gpio_irq_chip | Thierry Reding | 1 | -2/+2 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-10-19 | gpio: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+3 |
| 2017-09-22 | pinctrl/gpio: Unify namespace for cross-calls | Linus Walleij | 1 | -2/+2 |
| 2017-08-15 | gpio: aspeed: Remove reference to clock name in debounce warning message | Andrew Jeffery | 1 | -1/+1 |
| 2017-05-22 | gpio: aspeed: Don't attempt to debounce if disabled | Joel Stanley | 1 | -0/+3 |
| 2017-04-24 | gpio: aspeed: Add open-source and open-drain support | Andrew Jeffery | 1 | -0/+4 |
| 2017-04-24 | gpio: aspeed: Add debounce support | Andrew Jeffery | 1 | -5/+276 |
| 2017-02-04 | gpio: aspeed: Remove dependence on GPIOF_* macros | Andrew Jeffery | 1 | -3/+2 |
| 2017-01-26 | gpio: aspeed: Add banks Y, Z, AA, AB and AC | Andrew Jeffery | 1 | -14/+160 |
| 2017-01-26 | gpio: aspeed: Make bank names strings | Joel Stanley | 1 | -7/+7 |
| 2016-09-23 | gpio: aspeed: remove redundant return value check | Wei Yongjun | 1 | -3/+0 |
| 2016-09-15 | gpio: aspeed: fix return value check in aspeed_gpio_probe() | Wei Yongjun | 1 | -2/+2 |
| 2016-09-13 | gpio: aspeed: add MODULE_LICENSE() | Linus Walleij | 1 | -0/+1 |
| 2016-09-07 | gpio: Add Aspeed driver | Joel Stanley | 1 | -0/+457 |