public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-mmc 1/08/2014
@ 2014-08-01 17:21 Pantelis Antoniou
  2014-08-01 18:22 ` Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Pantelis Antoniou @ 2014-08-01 17:21 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb:

  include: remove CONFIG_SPL/CONFIG_TPL definition in config headers (2014-07-30 14:42:03 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mmc.git master

for you to fetch changes up to 6e7b7df4df435742fcfde5f384760ae1bda2e39c:

  env_mmc: support env partition setup in runtime (2014-08-01 20:12:15 +0300)

----------------------------------------------------------------
Bo Shen (3):
      MMC: atmel_mci: refactor setting the mode register
      MMC: atmel_mci: add configuration register definition
      MMC: atmel_mci: enable high speed mode support

Chin Liang See (1):
      mmc/dw_mmc: Fix clock divider calculation error for bypass mode

Dmitry Lifshitz (2):
      env_mmc: add mmc_get_env_addr() prototype
      env_mmc: support env partition setup in runtime

DrEagle (1):
      ARM: kirkwood: add mvsdio driver

Lubomir Rintel (1):
      bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag

Marek Vasut (2):
      arm: s3c: Unify the S3C24xx SDI structure
      mmc: s3c: Add SD driver

 arch/arm/cpu/arm926ejs/kirkwood/cpu.c         |   9 +++
 arch/arm/include/asm/arch-kirkwood/kirkwood.h |   1 +
 arch/arm/include/asm/arch-s3c24x0/s3c2410.h   |   4 +-
 arch/arm/include/asm/arch-s3c24x0/s3c2440.h   |   4 +-
 arch/arm/include/asm/arch-s3c24x0/s3c24x0.h   |  19 +++--
 common/env_mmc.c                              |  35 ++++++---
 drivers/mmc/Makefile                          |   2 +
 drivers/mmc/bcm2835_sdhci.c                   |   2 +-
 drivers/mmc/dw_mmc.c                          |   5 +-
 drivers/mmc/gen_atmel_mci.c                   |  63 +++++++++++----
 drivers/mmc/mvebu_mmc.c                       | 361 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/s3c_sdi.c                         | 321 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/atmel_mci.h                           |  18 ++++-
 include/configs/openrd.h                      |   8 ++
 include/configs/sheevaplug.h                  |  11 +++
 include/environment.h                         |   9 +++
 include/mvebu_mmc.h                           | 278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 17 files changed, 1109 insertions(+), 41 deletions(-)
 create mode 100644 drivers/mmc/mvebu_mmc.c
 create mode 100644 drivers/mmc/s3c_sdi.c
 create mode 100644 include/mvebu_mmc.h

Regards

-- Pantelis

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

end of thread, other threads:[~2014-08-06 14:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 17:21 [U-Boot] Pull request: u-boot-mmc 1/08/2014 Pantelis Antoniou
2014-08-01 18:22 ` Marek Vasut
2014-08-01 18:27   ` drEagle
2014-08-01 20:51     ` Marek Vasut
2014-08-04  8:00 ` Andreas Bießmann
2014-08-06 14:37 ` Tom Rini

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