mbox

[U-Boot] Pull request: u-boot-mmc 23022015

Message ID 7A924C31-D3E5-4119-B4B0-FB09560583B0@antoniou-consulting.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Pantelis Antoniou Feb. 23, 2015, 6:28 p.m. UTC
Hi Tom,

The following changes since commit 46414296953410706e917cef9238926084e83a4b:

  rpi: add support for Raspberry Pi 2 model B (2015-02-21 08:28:16 -0500)

are available in the git repository at:

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

for you to fetch changes up to f88a429f1179c9d9ab2883fba0ed0aa13c9bd72e:

  mmc: sdhci: fix bus width switching on Samsung SoCs (2015-02-23 19:52:00 +0200)

----------------------------------------------------------------
Hans de Goede (1):
      sunxi: mmc: Always declare High Capacity capability

Jaehoon Chung (3):
      mmc: dw_mmc: fixed the wrong bit control
      mmc: exynos_dw_mmc: set to clksel_val into board-init function
      mmc: exynos_dw_mmc: use the exynos specific data structure

Matt Reimer (1):
      mmc: sdhci: fix bus width switching on Samsung SoCs

Pantelis Antoniou (1):
      mmc: Implement SD/MMC versioning properly

Przemyslaw Marczak (2):
      mmc: exynos dwmmc: check boot mode before init dwmmc
      mmc: print SD/eMMC type for inited mmc devices

 common/cmd_mmc.c            |  8 ++++++--
 drivers/mmc/dw_mmc.c        |  2 +-
 drivers/mmc/exynos_dw_mmc.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------
 drivers/mmc/mmc.c           |  8 ++++++++
 drivers/mmc/sdhci.c         |  3 ++-
 drivers/mmc/sunxi_mmc.c     |  6 +-----
 include/dwmmc.h             |  2 +-
 include/mmc.h               | 56 +++++++++++++++++++++++++++++++++++++-------------------
 8 files changed, 115 insertions(+), 41 deletions(-)

Regards

— Pantelis

Comments

Tom Rini Feb. 24, 2015, 1:31 a.m. UTC | #1
On Mon, Feb 23, 2015 at 08:28:53PM +0200, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit 46414296953410706e917cef9238926084e83a4b:
> 
>   rpi: add support for Raspberry Pi 2 model B (2015-02-21 08:28:16 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to f88a429f1179c9d9ab2883fba0ed0aa13c9bd72e:
> 
>   mmc: sdhci: fix bus width switching on Samsung SoCs (2015-02-23 19:52:00 +0200)
> 

Applied to u-boot/master, thanks!