From: Eddie James <eajames@linux.ibm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/4] ARM: Aspeed: Add SD host controller driver
Date: Thu, 15 Aug 2019 14:29:36 -0500 [thread overview]
Message-ID: <1565897380-25807-1-git-send-email-eajames@linux.ibm.com> (raw)
This series adds support for the SD host controller on the Aspeed ast2xxx SocS.
It also enables MMC and the SD controller for the ast2500 EVB.
Changes since v2:
- Remove mmc_initialize call in the ast2500 board init
- Add OF_CONTROL to the ast2500 EVB configuration
- Fix the clock-getting code in the driver probe function
Changes since v1:
- Split the patch up
- Add defconfig and devicetree changes
Eddie James (4):
clk: aspeed: Add support for SD clock
mmc: Add Aspeed SD controller driver
configs: AST2500 EVB: Enable SD controller
ARM: dts: ast2500: Add SDHCI nodes
arch/arm/dts/ast2500-evb.dts | 14 ++++
arch/arm/dts/ast2500-u-boot.dtsi | 16 +++++
arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 3 +
arch/arm/include/asm/gpio.h | 3 +-
configs/evb-ast2500_defconfig | 8 +++
drivers/clk/aspeed/clk_ast2500.c | 27 ++++++++
drivers/mmc/Kconfig | 11 ++++
drivers/mmc/Makefile | 1 +
drivers/mmc/aspeed_sdhci.c | 90 ++++++++++++++++++++++++++
drivers/pinctrl/aspeed/pinctrl_ast2500.c | 2 +
10 files changed, 174 insertions(+), 1 deletion(-)
create mode 100644 drivers/mmc/aspeed_sdhci.c
--
1.8.3.1
next reply other threads:[~2019-08-15 19:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-15 19:29 Eddie James [this message]
2019-08-15 19:29 ` [U-Boot] [PATCH v3 1/4] clk: aspeed: Add support for SD clock Eddie James
2019-08-15 19:29 ` [U-Boot] [PATCH v3 2/4] mmc: Add Aspeed SD controller driver Eddie James
2019-08-16 6:55 ` Cédric Le Goater
2019-08-27 7:34 ` Peng Fan
2019-08-27 14:49 ` Eddie James
2019-08-15 19:29 ` [U-Boot] [PATCH v3 3/4] configs: AST2500 EVB: Enable SD controller Eddie James
2019-08-16 6:59 ` Cédric Le Goater
2019-08-28 13:35 ` Peng Fan
2019-08-15 19:29 ` [U-Boot] [PATCH v3 4/4] ARM: dts: ast2500: Add SDHCI nodes Eddie James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1565897380-25807-1-git-send-email-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox