[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190730062316.32037-1-andrew@aj.id.au>
Date: Tue, 30 Jul 2019 15:53:14 +0930
From: Andrew Jeffery <andrew@...id.au>
To: linux-mmc@...r.kernel.org
Cc: Andrew Jeffery <andrew@...id.au>, ulf.hansson@...aro.org,
robh+dt@...nel.org, mark.rutland@....com, joel@....id.au,
adrian.hunter@...el.com, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
ryanchen.aspeed@...il.com
Subject: [PATCH v3 0/2] mmc: Add support for the ASPEED SD controller
Hello,
v3 of the ASPEED SDHCI driver makes a bunch of fixes to the driver and the
devicetree binding, including the addition of the AST2600 compatible string.
v2 can be found here:
https://lists.ozlabs.org/pipermail/linux-aspeed/2019-July/002013.html
Please review!
Andrew
Andrew Jeffery (2):
dt-bindings: mmc: Document Aspeed SD controller
mmc: Add support for the ASPEED SD controller
.../devicetree/bindings/mmc/aspeed,sdhci.yaml | 100 ++++++
drivers/mmc/host/Kconfig | 12 +
drivers/mmc/host/Makefile | 1 +
drivers/mmc/host/sdhci-of-aspeed.c | 328 ++++++++++++++++++
4 files changed, 441 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml
create mode 100644 drivers/mmc/host/sdhci-of-aspeed.c
--
2.20.1
Powered by blists - more mailing lists