[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] Introduce a new Write Protected pin inverted property
From: |
Jamin Lin |
Subject: |
[PATCH v2 0/3] Introduce a new Write Protected pin inverted property |
Date: |
Mon, 4 Nov 2024 11:21:01 +0800 |
change from v1:
1. Support RTC for AST2700.
2. Support SDHCI write protected pin inverted for AST2500 and AST2600.
3. Introduce Capabilities Register 2 for SD slot 0 and 1.
4. Support create flash devices via command line for AST1030.
change from v2:
replace wp-invert with wp-inverted and fix review issues.
Jamin Lin (3):
hw/sd/sdhci: Fix coding style
hw/sd/sdhci: Introduce a new Write Protected pin inverted property
hw/arm/aspeed: Invert sdhci write protected pin for AST2600 and
AST2500 EVBs
hw/arm/aspeed.c | 8 +++++
hw/sd/sdhci.c | 70 ++++++++++++++++++++++++++++-------------
include/hw/arm/aspeed.h | 1 +
include/hw/sd/sdhci.h | 5 +++
4 files changed, 62 insertions(+), 22 deletions(-)
--
2.34.1
- [PATCH v2 0/3] Introduce a new Write Protected pin inverted property,
Jamin Lin <=