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

Pantelis Antoniou panto at antoniou-consulting.com
Mon Jan 19 16:50:26 CET 2015


The following changes since commit ab77f24119e80257de4ab017b877f92f96980562:

  Merge branch 'master' of git://git.denx.de/u-boot-ti (2015-01-16 10:25:01 -0500)

are available in the git repository at:


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

for you to fetch changes up to fc5b32fbf3bd43dabaf409e424e0bfb9a1b4df26:

  mmc: Skip changing bus width for MMC cards earlier than version 4.0 (2015-01-19 17:41:52 +0200)

----------------------------------------------------------------
Andrew Gabbasov (2):
      mmc: Avoid redundant switching to 1-bit bus width for MMC cards
      mmc: Skip changing bus width for MMC cards earlier than version 4.0

Diego Santa Cruz (18):
      mmc: show hardware partition sizes in mmcinfo output
      mmc: extend mmcinfo to show enhanced partition attribute
      mmc: make eMMC general purpose partition numbering match spec
      mmc: skip mmcinfo partition info processing for eMMC < 4.41
      mmc: incomplete test to switch to high-capacity group size definitions
      mmc: computation of eMMC GP partition size was missing 512 KiB factor
      mmc: read the size of eMMC enhanced user data area
      mmc: display size and start of eMMC enhanced user data area in mmcinfo
      mmc: fix erase_grp_size computation with high-capacity size definition
      mmc: read the high capacity WP group size for eMMC
      mmc: show the erase group size and HC WP group size in mmcinfo output
      mmc: eMMC partitioning data is not effective till partitioning completed
      mmc: the ext_csd data may be used during init even if reading failed
      mmc: add API to do eMMC hardware partitioning
      mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning
      mmc: extend the mmc hardware partitioning API with write reliability
      mmc: extend the mmc hwpartition sub-command to change write reliability
      mmc: extend mmcinfo output to show partition write reliability settings

Nobuhiro Iwamatsu (1):
      mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoC

 arch/arm/include/asm/arch-rmobile/r8a7790.h   |   6 ++
 arch/arm/include/asm/arch-rmobile/r8a7791.h   |   5 +
 arch/arm/include/asm/arch-rmobile/r8a7793.h   |   5 +
 arch/arm/include/asm/arch-rmobile/r8a7794.h   |   5 +
 arch/arm/include/asm/arch-rmobile/rcar-base.h |   3 +
 arch/arm/include/asm/arch-rmobile/sh_sdhi.h   | 168 ++++++++++++++++++++++++++++++
 common/cmd_mmc.c                              | 205 ++++++++++++++++++++++++++++++++++++-
 drivers/mmc/Kconfig                           |   9 ++
 drivers/mmc/Makefile                          |   1 +
 drivers/mmc/mmc.c                             | 307 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/mmc/sh_sdhi.c                         | 695 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/mmc.h                                 |  45 ++++++++-
 12 files changed, 1427 insertions(+), 27 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-rmobile/sh_sdhi.h
 create mode 100644 drivers/mmc/sh_sdhi.c

Regards

— Pantelis



More information about the U-Boot mailing list