public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Tegra: MMC: Add DT support for MMC to T20 boards
@ 2013-02-11 17:17 Tom Warren
  2013-02-11 17:17 ` [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files Tom Warren
  2013-02-11 17:17 ` [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards Tom Warren
  0 siblings, 2 replies; 29+ messages in thread
From: Tom Warren @ 2013-02-11 17:17 UTC (permalink / raw)
  To: u-boot

This patchset adds device-tree support to the Tegra MMC driver.
All device config is done via properties in the DT files instead
of hard-coded config options/function arguments.

I've tested this on my Seaboard and everything works fine,
including card detect. For the other T20 boards, I've used
the Linux kernel DTS files for the sdhci nodes where there
wasn't one already, or expanded the info that was already
there. Everything builds fine, but I haven't tested anything
but Seaboard.

v2: Changes as per Stephen's & Simon's review

Tom Warren (2):
  Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files
  Tegra: MMC: Add DT support to MMC driver for all T20 boards

 arch/arm/dts/tegra20-tamonten.dtsi                |  489 +++++++++++++++++++++
 arch/arm/dts/tegra20.dtsi                         |   16 +-
 arch/arm/include/asm/arch-tegra/mmc.h             |    2 +-
 arch/arm/include/asm/arch-tegra/tegra_mmc.h       |   13 +-
 board/avionic-design/common/tamonten.c            |    4 +-
 board/avionic-design/dts/tegra20-medcom-wide.dts  |    1 +
 board/avionic-design/dts/tegra20-plutux.dts       |    1 +
 board/avionic-design/dts/tegra20-tec.dts          |    1 +
 board/compal/dts/tegra20-paz00.dts                |   19 +-
 board/compal/paz00/paz00.c                        |   11 +-
 board/compulab/dts/tegra20-trimslice.dts          |   14 +
 board/compulab/trimslice/trimslice.c              |    9 +-
 board/nvidia/dts/tegra20-harmony.dts              |   18 +
 board/nvidia/dts/tegra20-seaboard.dts             |   12 +-
 board/nvidia/dts/tegra20-ventana.dts              |   15 +
 board/nvidia/dts/tegra20-whistler.dts             |   13 +
 board/nvidia/harmony/harmony.c                    |   11 +-
 board/nvidia/seaboard/seaboard.c                  |   11 +-
 board/nvidia/whistler/whistler.c                  |    7 +-
 board/toradex/colibri_t20_iris/colibri_t20_iris.c |    2 +-
 board/toradex/dts/tegra20-colibri_t20_iris.dts    |    6 +
 drivers/mmc/tegra_mmc.c                           |  259 +++++++----
 include/configs/medcom-wide.h                     |    2 +
 include/configs/plutux.h                          |    2 +
 include/configs/tec.h                             |    2 +
 include/fdtdec.h                                  |    1 +
 lib/fdtdec.c                                      |    1 +
 27 files changed, 792 insertions(+), 150 deletions(-)
 create mode 100644 arch/arm/dts/tegra20-tamonten.dtsi

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

end of thread, other threads:[~2013-02-13 20:09 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11 17:17 [U-Boot] [PATCH v2 0/2] Tegra: MMC: Add DT support for MMC to T20 boards Tom Warren
2013-02-11 17:17 ` [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files Tom Warren
2013-02-11 17:28   ` Lucas Stach
2013-02-11 17:56     ` Tom Warren
2013-02-11 18:55       ` Lucas Stach
2013-02-11 19:11       ` Thierry Reding
2013-02-11 19:21         ` Tom Warren
2013-02-12  6:51           ` Thierry Reding
2013-02-12 10:41             ` Thierry Reding
2013-02-12 10:53               ` Thierry Reding
2013-02-12 17:36                 ` Tom Warren
2013-02-12 20:19               ` Stephen Warren
2013-02-12 20:47                 ` Thierry Reding
2013-02-12 20:17           ` Stephen Warren
2013-02-12 20:29   ` Stephen Warren
2013-02-12 20:52     ` Tom Warren
2013-02-11 17:17 ` [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards Tom Warren
2013-02-11 17:33   ` Lucas Stach
2013-02-11 17:59     ` Tom Warren
2013-02-12 19:24       ` Tom Warren
2013-02-12 19:41         ` Lucas Stach
2013-02-12 19:50           ` Tom Warren
2013-02-12 20:38   ` Stephen Warren
2013-02-12 20:57     ` Tom Warren
2013-02-12 21:06       ` Stephen Warren
2013-02-13 19:59         ` Tom Warren
2013-02-13 20:02           ` Stephen Warren
2013-02-13 20:06             ` Tom Warren
2013-02-13 20:09               ` Stephen Warren

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