[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] Support GPIO for AST2700
From: |
Jamin Lin |
Subject: |
[PATCH 0/5] Support GPIO for AST2700 |
Date: |
Mon, 23 Sep 2024 17:42:00 +0800 |
v1: support GPIO for AST2700
Jamin Lin (5):
hw/gpio/aspeed: Fix coding style
hw/gpio/aspeed: Support to set the different memory size
hw/gpio/aspeed: Support different memory region ops
hw/gpio/aspeed: Add AST2700 support
aspeed/soc: Support GPIO for AST2700
hw/arm/aspeed_ast27x0.c | 18 +-
hw/gpio/aspeed_gpio.c | 390 +++++++++++++++++++++++++++++++++-
include/hw/gpio/aspeed_gpio.h | 4 +-
3 files changed, 405 insertions(+), 7 deletions(-)
--
2.34.1
- [PATCH 0/5] Support GPIO for AST2700,
Jamin Lin <=
- [PATCH 1/5] hw/gpio/aspeed: Fix coding style, Jamin Lin, 2024/09/23
- [PATCH 2/5] hw/gpio/aspeed: Support to set the different memory size, Jamin Lin, 2024/09/23
- [PATCH 3/5] hw/gpio/aspeed: Support different memory region ops, Jamin Lin, 2024/09/23
- [PATCH 4/5] hw/gpio/aspeed: Add AST2700 support, Jamin Lin, 2024/09/23
- Re: [PATCH 4/5] hw/gpio/aspeed: Add AST2700 support, Andrew Jeffery, 2024/09/24