public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] ARM: aspeed: Add SD host controller driver
@ 2019-08-13 19:31 Eddie James
  2019-08-13 19:31 ` [U-Boot] [PATCH v2 1/4] clk: aspeed: Add support for SD clock Eddie James
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Eddie James @ 2019-08-13 19:31 UTC (permalink / raw)
  To: u-boot

This series adds support for the SD host controller on Aspeed ast2XXX SocS.
It also enables MMC and the SD controller on the ast2500 EVB.

Changes since v1:
 - split the patch up
 - Add defconfig and dts changes

Eddie James (4):
  clk: aspeed: Add support for SD clock
  mmc: Add Aspeed SD controller driver
  aspeed: Support SD controller on the ast2500 board
  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 +-
 arch/arm/mach-aspeed/ast2500-board.c           |  3 +
 configs/evb-ast2500_defconfig                  |  6 ++
 drivers/clk/aspeed/clk_ast2500.c               | 27 +++++++++
 drivers/mmc/Kconfig                            | 11 ++++
 drivers/mmc/Makefile                           |  1 +
 drivers/mmc/aspeed_sdhci.c                     | 78 ++++++++++++++++++++++++++
 drivers/pinctrl/aspeed/pinctrl_ast2500.c       |  2 +
 11 files changed, 163 insertions(+), 1 deletion(-)
 create mode 100644 drivers/mmc/aspeed_sdhci.c

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-08-15 19:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-13 19:31 [U-Boot] [PATCH v2 0/4] ARM: aspeed: Add SD host controller driver Eddie James
2019-08-13 19:31 ` [U-Boot] [PATCH v2 1/4] clk: aspeed: Add support for SD clock Eddie James
2019-08-14 15:03   ` Cédric Le Goater
2019-08-13 19:31 ` [U-Boot] [PATCH v2 2/4] mmc: Add Aspeed SD controller driver Eddie James
2019-08-14 15:18   ` Cédric Le Goater
2019-08-15 19:27     ` Eddie James
2019-08-13 19:31 ` [U-Boot] [PATCH v2 3/4] aspeed: Support SD controller on the ast2500 board Eddie James
2019-08-14 15:23   ` Cédric Le Goater
2019-08-15 19:28     ` Eddie James
2019-08-13 19:31 ` [U-Boot] [PATCH v2 4/4] ARM: dts: ast2500: Add SDHCI nodes Eddie James
2019-08-14 15:25   ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox