All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-mmc.git
@ 2012-09-06 20:37 Andy Fleming
  2012-09-18 14:48 ` Tom Rini
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2012-09-06 20:37 UTC (permalink / raw)
  To: u-boot

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)

are available in the git repository at:


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

for you to fetch changes up to 95b01c47ed97a7ca8b59308e35fb8c21e8d996a5:

  mmc: Remove incorrect cmd->flags usage (2012-09-06 15:23:13 -0500)

----------------------------------------------------------------
Andy Fleming (1):
      mmc: Remove incorrect cmd->flags usage

Beno?t Th?baudeau (2):
      mmc_get_dev: Return error if mmc_init fails
      mmcinfo: Fix help message

Jaehoon Chung (3):
      mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1B
      mmc: s5p_sdhci: fixed wrong function argument
      mmc: s5p_sdhci: add the set_mmc_clk for cmu control

Joe Hershberger (2):
      mmc: Fix version check for clock API in sdhci driver
      mmc: Add a SDHCI quirk for boards that have no CD

Jongman Heo (1):
      mmc: fix wrong timeout check in mmc_send_status()

Mikhail Kshevetskiy (1):
      MMC: u-boot-spl may be compiled without partition support

Stephen Warren (3):
      mmc: detect boot sectors using EXT_CSD_BOOT_MULT too
      env_mmc: allow environment to be in an eMMC partition
      tegra: put eMMC environment into the boot sectors

Yoshihiro Shimoda (2):
      mmc: sh_mmcif: enable MMC_MODE_HC
      mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used

 arch/arm/include/asm/arch-exynos/mmc.h  |    4 +-
 arch/arm/include/asm/arch-s5pc1xx/mmc.h |    4 +-
 common/cmd_mmc.c                        |    3 +-
 common/env_mmc.c                        |   64 +++++++++++++++++++++++++++----
 drivers/mmc/arm_pl180_mmci.c            |    2 +-
 drivers/mmc/mmc.c                       |   20 +++++-----
 drivers/mmc/pxa_mmc_gen.c               |    8 ++--
 drivers/mmc/s5p_sdhci.c                 |   18 ++++-----
 drivers/mmc/sdhci.c                     |   30 +++++++++++----
 drivers/mmc/sh_mmcif.c                  |    2 +-
 include/configs/paz00.h                 |    3 +-
 include/configs/seaboard.h              |    3 +-
 include/configs/trats.h                 |    1 +
 include/configs/ventana.h               |    3 +-
 include/configs/whistler.h              |    3 +-
 include/mmc.h                           |    1 +
 include/sdhci.h                         |    9 ++++-
 17 files changed, 129 insertions(+), 49 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2012-09-06 20:37 [U-Boot] Please pull u-boot-mmc.git Andy Fleming
@ 2012-09-18 14:48 ` Tom Rini
  0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2012-09-18 14:48 UTC (permalink / raw)
  To: u-boot

On Thu, Sep 06, 2012 at 03:37:22PM -0500, Andy Fleming wrote:

>   Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> for you to fetch changes up to 95b01c47ed97a7ca8b59308e35fb8c21e8d996a5:
> 
>   mmc: Remove incorrect cmd->flags usage (2012-09-06 15:23:13 -0500)
> 
> ----------------------------------------------------------------
> Andy Fleming (1):
>       mmc: Remove incorrect cmd->flags usage
> 
> Beno??t Th??baudeau (2):
>       mmc_get_dev: Return error if mmc_init fails
>       mmcinfo: Fix help message
> 
> Jaehoon Chung (3):
>       mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1B
>       mmc: s5p_sdhci: fixed wrong function argument
>       mmc: s5p_sdhci: add the set_mmc_clk for cmu control
> 
> Joe Hershberger (2):
>       mmc: Fix version check for clock API in sdhci driver
>       mmc: Add a SDHCI quirk for boards that have no CD
> 
> Jongman Heo (1):
>       mmc: fix wrong timeout check in mmc_send_status()
> 
> Mikhail Kshevetskiy (1):
>       MMC: u-boot-spl may be compiled without partition support
> 
> Stephen Warren (3):
>       mmc: detect boot sectors using EXT_CSD_BOOT_MULT too
>       env_mmc: allow environment to be in an eMMC partition
>       tegra: put eMMC environment into the boot sectors
> 
> Yoshihiro Shimoda (2):
>       mmc: sh_mmcif: enable MMC_MODE_HC
>       mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used
> 
>  arch/arm/include/asm/arch-exynos/mmc.h  |    4 +-
>  arch/arm/include/asm/arch-s5pc1xx/mmc.h |    4 +-
>  common/cmd_mmc.c                        |    3 +-
>  common/env_mmc.c                        |   64 +++++++++++++++++++++++++++----
>  drivers/mmc/arm_pl180_mmci.c            |    2 +-
>  drivers/mmc/mmc.c                       |   20 +++++-----
>  drivers/mmc/pxa_mmc_gen.c               |    8 ++--
>  drivers/mmc/s5p_sdhci.c                 |   18 ++++-----
>  drivers/mmc/sdhci.c                     |   30 +++++++++++----
>  drivers/mmc/sh_mmcif.c                  |    2 +-
>  include/configs/paz00.h                 |    3 +-
>  include/configs/seaboard.h              |    3 +-
>  include/configs/trats.h                 |    1 +
>  include/configs/ventana.h               |    3 +-
>  include/configs/whistler.h              |    3 +-
>  include/mmc.h                           |    1 +
>  include/sdhci.h                         |    9 ++++-
>  17 files changed, 129 insertions(+), 49 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120918/168995c3/attachment.pgp>

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

* [U-Boot] Please pull u-boot-mmc.git
  2013-07-17  0:08 Andy Fleming
@ 2013-07-17 14:39 ` Tom Rini
  0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2013-07-17 14:39 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 16, 2013 at 07:08:48PM -0500, Andy Fleming wrote:

> The following changes since commit baa8841d6cc8a8cb79e0aee2fe1b360dacc05aaf:
> 
>   arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel (2013-07-16 09:20:16 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> for you to fetch changes up to a61da72bda80e09f36afbc9037a8c8b63b482de4:
> 
>   fsl_esdhc: Touch only relevant sys ctrl bits (2013-07-16 18:44:23 -0500)
> 
> ----------------------------------------------------------------
> Alexey Brodkin (1):
>       drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion
> 
> Dirk Behme (1):
>       fsl_esdhc: Touch only relevant sys ctrl bits
> 
> Haijun.Zhang (1):
>       Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board
> 
>  drivers/mmc/dw_mmc.c    |    1 -
>  drivers/mmc/fsl_esdhc.c |    8 ++++----
>  2 files changed, 4 insertions(+), 5 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130717/082d5d33/attachment.pgp>

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2013-07-17  0:08 Andy Fleming
  2013-07-17 14:39 ` Tom Rini
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2013-07-17  0:08 UTC (permalink / raw)
  To: u-boot

The following changes since commit baa8841d6cc8a8cb79e0aee2fe1b360dacc05aaf:

  arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel (2013-07-16 09:20:16 -0400)

are available in the git repository at:

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

for you to fetch changes up to a61da72bda80e09f36afbc9037a8c8b63b482de4:

  fsl_esdhc: Touch only relevant sys ctrl bits (2013-07-16 18:44:23 -0500)

----------------------------------------------------------------
Alexey Brodkin (1):
      drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion

Dirk Behme (1):
      fsl_esdhc: Touch only relevant sys ctrl bits

Haijun.Zhang (1):
      Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board

 drivers/mmc/dw_mmc.c    |    1 -
 drivers/mmc/fsl_esdhc.c |    8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2013-06-14 19:34 Andy Fleming
@ 2013-06-16  0:24 ` Tom Rini
  0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2013-06-16  0:24 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 14, 2013 at 02:34:46PM -0500, Andy Fleming wrote:

> The following changes since commit 077becc345717c3cf32e88316298b74d0cff6581:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx (2013-06-11 18:11:47 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> for you to fetch changes up to 91171091c6733cd290e18bf25a8aedbe682d2430:
> 
>   ARM: tegra: make use of negative ENV_OFFSET on NVIDIA boards (2013-06-13 16:52:20 -0500)
> 
> ----------------------------------------------------------------
> Andrew Gabbasov (1):
>       fsl_esdhc: Do not clear interrupt status bits until data processed
> 
> Bo Shen (1):
>       mmc: fix env in mmc with redundant compile error
> 
> Fabio Estevam (1):
>       mmc: fsl_esdhc: Fix hang after 'save' command
> 
> Jagannadha Sutradharudu Teki (1):
>       mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards
> 
> Ruud Commandeur (1):
>       mmc write bug fix
> 
> Stephen Warren (4):
>       README: document CONFIG_ENV_IS_IN_MMC
>       mmc: report capacity for the selected partition
>       env_mmc: allow negative CONFIG_ENV_OFFSET
>       ARM: tegra: make use of negative ENV_OFFSET on NVIDIA boards
> 
>  README                     |   51 +++++++++++++++++++++++++++++
>  common/env_mmc.c           |   12 +++++--
>  drivers/mmc/fsl_esdhc.c    |    9 +++---
>  drivers/mmc/mmc.c          |   76 ++++++++++++++++++++++++++++++++++++++------
>  drivers/mmc/sdhci.c        |    6 ++--
>  include/configs/beaver.h   |    2 +-
>  include/configs/cardhu.h   |    2 +-
>  include/configs/dalmore.h  |    2 +-
>  include/configs/paz00.h    |    2 +-
>  include/configs/seaboard.h |    2 +-
>  include/configs/ventana.h  |    2 +-
>  include/configs/whistler.h |    4 +--
>  include/environment.h      |    6 ++++
>  include/mmc.h              |    7 ++++
>  14 files changed, 156 insertions(+), 27 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130615/f875042c/attachment.pgp>

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2013-06-14 19:34 Andy Fleming
  2013-06-16  0:24 ` Tom Rini
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2013-06-14 19:34 UTC (permalink / raw)
  To: u-boot

The following changes since commit 077becc345717c3cf32e88316298b74d0cff6581:

  Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx (2013-06-11 18:11:47 -0400)

are available in the git repository at:


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

for you to fetch changes up to 91171091c6733cd290e18bf25a8aedbe682d2430:

  ARM: tegra: make use of negative ENV_OFFSET on NVIDIA boards (2013-06-13 16:52:20 -0500)

----------------------------------------------------------------
Andrew Gabbasov (1):
      fsl_esdhc: Do not clear interrupt status bits until data processed

Bo Shen (1):
      mmc: fix env in mmc with redundant compile error

Fabio Estevam (1):
      mmc: fsl_esdhc: Fix hang after 'save' command

Jagannadha Sutradharudu Teki (1):
      mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards

Ruud Commandeur (1):
      mmc write bug fix

Stephen Warren (4):
      README: document CONFIG_ENV_IS_IN_MMC
      mmc: report capacity for the selected partition
      env_mmc: allow negative CONFIG_ENV_OFFSET
      ARM: tegra: make use of negative ENV_OFFSET on NVIDIA boards

 README                     |   51 +++++++++++++++++++++++++++++
 common/env_mmc.c           |   12 +++++--
 drivers/mmc/fsl_esdhc.c    |    9 +++---
 drivers/mmc/mmc.c          |   76 ++++++++++++++++++++++++++++++++++++++------
 drivers/mmc/sdhci.c        |    6 ++--
 include/configs/beaver.h   |    2 +-
 include/configs/cardhu.h   |    2 +-
 include/configs/dalmore.h  |    2 +-
 include/configs/paz00.h    |    2 +-
 include/configs/seaboard.h |    2 +-
 include/configs/ventana.h  |    2 +-
 include/configs/whistler.h |    4 +--
 include/environment.h      |    6 ++++
 include/mmc.h              |    7 ++++
 14 files changed, 156 insertions(+), 27 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2013-05-15 23:33 Andy Fleming
@ 2013-05-16 14:24 ` Tom Rini
  0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2013-05-16 14:24 UTC (permalink / raw)
  To: u-boot

On Wed, May 15, 2013 at 06:33:41PM -0500, Andy Fleming wrote:

> The following changes since commit fb651b10d43be36e7d7e16704c4b5ea1e295587a:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx (2013-05-15 08:41:04 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> for you to fetch changes up to 48e0b2bd2b6ecc80cd25181ca2fb9c0eaffef320:
> 
>   powerpc/esdhc: Correct judgement for DATA PIO mode (2013-05-15 18:18:16 -0500)
> 
> ----------------------------------------------------------------
> Haijun.Zhang (1):
>       powerpc/esdhc: Correct judgement for DATA PIO mode
> 
> Kuo-Jung Su (1):
>       mmc: update Faraday FTSDC010 for rw performance
> 
>  drivers/mmc/Makefile         |    2 +-
>  drivers/mmc/fsl_esdhc.c      |    2 +-
>  drivers/mmc/ftsdc010_esdhc.c |  687 ------------------------------------------
>  drivers/mmc/ftsdc010_mci.c   |  377 +++++++++++++++++++++++
>  include/faraday/ftsdc010.h   |   31 +-
>  5 files changed, 401 insertions(+), 698 deletions(-)
>  delete mode 100644 drivers/mmc/ftsdc010_esdhc.c
>  create mode 100644 drivers/mmc/ftsdc010_mci.c

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130516/b882bd0f/attachment.pgp>

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2013-05-15 23:33 Andy Fleming
  2013-05-16 14:24 ` Tom Rini
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2013-05-15 23:33 UTC (permalink / raw)
  To: u-boot

The following changes since commit fb651b10d43be36e7d7e16704c4b5ea1e295587a:

  Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx (2013-05-15 08:41:04 -0400)

are available in the git repository at:


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

for you to fetch changes up to 48e0b2bd2b6ecc80cd25181ca2fb9c0eaffef320:

  powerpc/esdhc: Correct judgement for DATA PIO mode (2013-05-15 18:18:16 -0500)

----------------------------------------------------------------
Haijun.Zhang (1):
      powerpc/esdhc: Correct judgement for DATA PIO mode

Kuo-Jung Su (1):
      mmc: update Faraday FTSDC010 for rw performance

 drivers/mmc/Makefile         |    2 +-
 drivers/mmc/fsl_esdhc.c      |    2 +-
 drivers/mmc/ftsdc010_esdhc.c |  687 ------------------------------------------
 drivers/mmc/ftsdc010_mci.c   |  377 +++++++++++++++++++++++
 include/faraday/ftsdc010.h   |   31 +-
 5 files changed, 401 insertions(+), 698 deletions(-)
 delete mode 100644 drivers/mmc/ftsdc010_esdhc.c
 create mode 100644 drivers/mmc/ftsdc010_mci.c

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

* [U-Boot] Please pull u-boot-mmc.git
  2013-05-07  7:05 Andy Fleming
@ 2013-05-07 18:15 ` Tom Rini
  0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2013-05-07 18:15 UTC (permalink / raw)
  To: u-boot

On Tue, May 07, 2013 at 02:05:46AM -0500, Andy Fleming wrote:

> The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47:
> 
>   P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> for you to fetch changes up to 88227a1d8a734cfd09ac43609abec8b66c2d2610:
> 
>   mmc: fsl_esdhc: Use calloc() (2013-05-06 16:26:25 -0500)
> 
> ----------------------------------------------------------------
> Che-Liang Chiou (1):
>       mmc: Split device init to decouple OCR-polling delay
> 
> Davide Bonfanti (1):
>       davinci, mmc: Added a delay reading ext CSD register
> 
> Fabio Estevam (1):
>       mmc: fsl_esdhc: Use calloc()
> 
> Jaehoon Chung (1):
>       mmc: sdhci: return error when failed add_sdhci().
> 
> Vipin Kumar (1):
>       sdhci: Add sdhci support for spear devices
> 
>  drivers/mmc/Makefile      |    1 +
>  drivers/mmc/davinci_mmc.c |    5 +-
>  drivers/mmc/fsl_esdhc.c   |    3 +-
>  drivers/mmc/mmc.c         |  137 ++++++++++++++++++++++++++++++++++-----------
>  drivers/mmc/mv_sdhci.c    |    3 +-
>  drivers/mmc/s5p_sdhci.c   |    3 +-
>  drivers/mmc/spear_sdhci.c |   44 +++++++++++++++
>  include/mmc.h             |   30 ++++++++++
>  8 files changed, 187 insertions(+), 39 deletions(-)
>  create mode 100644 drivers/mmc/spear_sdhci.c

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130507/a0f27942/attachment.pgp>

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2013-05-07  7:05 Andy Fleming
  2013-05-07 18:15 ` Tom Rini
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2013-05-07  7:05 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47:

  P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400)

are available in the git repository at:

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

for you to fetch changes up to 88227a1d8a734cfd09ac43609abec8b66c2d2610:

  mmc: fsl_esdhc: Use calloc() (2013-05-06 16:26:25 -0500)

----------------------------------------------------------------
Che-Liang Chiou (1):
      mmc: Split device init to decouple OCR-polling delay

Davide Bonfanti (1):
      davinci, mmc: Added a delay reading ext CSD register

Fabio Estevam (1):
      mmc: fsl_esdhc: Use calloc()

Jaehoon Chung (1):
      mmc: sdhci: return error when failed add_sdhci().

Vipin Kumar (1):
      sdhci: Add sdhci support for spear devices

 drivers/mmc/Makefile      |    1 +
 drivers/mmc/davinci_mmc.c |    5 +-
 drivers/mmc/fsl_esdhc.c   |    3 +-
 drivers/mmc/mmc.c         |  137 ++++++++++++++++++++++++++++++++++-----------
 drivers/mmc/mv_sdhci.c    |    3 +-
 drivers/mmc/s5p_sdhci.c   |    3 +-
 drivers/mmc/spear_sdhci.c |   44 +++++++++++++++
 include/mmc.h             |   30 ++++++++++
 8 files changed, 187 insertions(+), 39 deletions(-)
 create mode 100644 drivers/mmc/spear_sdhci.c

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

* [U-Boot] Please pull u-boot-mmc.git
  2012-11-27 23:50 Andy Fleming
@ 2012-11-28 13:47 ` Tom Rini
  0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2012-11-28 13:47 UTC (permalink / raw)
  To: u-boot

On Tue, Nov 27, 2012 at 05:50:48PM -0600, Andy Fleming wrote:

> The following changes since commit 66dc452bfe13b0e276adddf3997b9c5abc00115d:
> 
>   Remove obsolete header file (2012-11-27 09:41:10 -0700)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> for you to fetch changes up to 7798f6dbd5e1a3030ed81a81da5dfb57c3307cac:
> 
>   mmc: Properly determine maximum supported bus width (2012-11-27 17:48:46 -0600)
> 
> ----------------------------------------------------------------
> Andy Fleming (1):
>       mmc: Properly determine maximum supported bus width
> 
> Jaehoon Chung (1):
>       EXYNOS: mmc: support DesignWare Controller for Samsung-SoC
> 
> Mela Custodio (1):
>       mmc: add no simultaenous power and vdd
> 
> Stephen Warren (4):
>       Replace CONFIG_MMC_BOUNCE_BUFFER with CONFIG_BOUNCE_BUFFER in configs
>       bouncebuf: remove dummy implementation
>       common: rework bouncebuf implementation
>       mmc: tegra: use bounce buffer APIs
> 
> Taylor Hutt (2):
>       mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
>       mmc: Fix incorrect handling of 'read' & 'write' commands
> 
> Wu, Josh (1):
>       mmc: at91sam9x5: support to save environment in mmc
> 
>  arch/arm/include/asm/arch-exynos/dwmmc.h |   36 ++++++++++++++
>  boards.cfg                               |    1 +
>  common/bouncebuf.c                       |   75 ++++++++++++++++--------------
>  common/cmd_mmc.c                         |    9 ++--
>  drivers/mmc/Makefile                     |    1 +
>  drivers/mmc/exynos_dw_mmc.c              |   57 +++++++++++++++++++++++
>  drivers/mmc/mmc.c                        |   63 +++++++++++++++++--------
>  drivers/mmc/mxsmmc.c                     |   30 +++---------
>  drivers/mmc/sdhci.c                      |    3 ++
>  drivers/mmc/tegra_mmc.c                  |   64 ++++++++++++++++---------
>  include/bouncebuf.h                      |   47 ++++++++++---------
>  include/configs/at91sam9x5ek.h           |   19 ++++++--
>  include/configs/mx6qarm2.h               |    2 +-
>  include/configs/mx6qsabre_common.h       |    2 +-
>  include/configs/mx6qsabrelite.h          |    2 +-
>  include/configs/sc_sps_1.h               |    2 +-
>  include/configs/tegra20-common.h         |    3 ++
>  include/sdhci.h                          |    1 +
>  18 files changed, 283 insertions(+), 134 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-exynos/dwmmc.h
>  create mode 100644 drivers/mmc/exynos_dw_mmc.c

This _has_ been applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121128/bd6f0061/attachment.pgp>

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2012-11-27 23:50 Andy Fleming
  2012-11-28 13:47 ` Tom Rini
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2012-11-27 23:50 UTC (permalink / raw)
  To: u-boot

The following changes since commit 66dc452bfe13b0e276adddf3997b9c5abc00115d:

  Remove obsolete header file (2012-11-27 09:41:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7798f6dbd5e1a3030ed81a81da5dfb57c3307cac:

  mmc: Properly determine maximum supported bus width (2012-11-27 17:48:46 -0600)

----------------------------------------------------------------
Andy Fleming (1):
      mmc: Properly determine maximum supported bus width

Jaehoon Chung (1):
      EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

Mela Custodio (1):
      mmc: add no simultaenous power and vdd

Stephen Warren (4):
      Replace CONFIG_MMC_BOUNCE_BUFFER with CONFIG_BOUNCE_BUFFER in configs
      bouncebuf: remove dummy implementation
      common: rework bouncebuf implementation
      mmc: tegra: use bounce buffer APIs

Taylor Hutt (2):
      mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
      mmc: Fix incorrect handling of 'read' & 'write' commands

Wu, Josh (1):
      mmc: at91sam9x5: support to save environment in mmc

 arch/arm/include/asm/arch-exynos/dwmmc.h |   36 ++++++++++++++
 boards.cfg                               |    1 +
 common/bouncebuf.c                       |   75 ++++++++++++++++--------------
 common/cmd_mmc.c                         |    9 ++--
 drivers/mmc/Makefile                     |    1 +
 drivers/mmc/exynos_dw_mmc.c              |   57 +++++++++++++++++++++++
 drivers/mmc/mmc.c                        |   63 +++++++++++++++++--------
 drivers/mmc/mxsmmc.c                     |   30 +++---------
 drivers/mmc/sdhci.c                      |    3 ++
 drivers/mmc/tegra_mmc.c                  |   64 ++++++++++++++++---------
 include/bouncebuf.h                      |   47 ++++++++++---------
 include/configs/at91sam9x5ek.h           |   19 ++++++--
 include/configs/mx6qarm2.h               |    2 +-
 include/configs/mx6qsabre_common.h       |    2 +-
 include/configs/mx6qsabrelite.h          |    2 +-
 include/configs/sc_sps_1.h               |    2 +-
 include/configs/tegra20-common.h         |    3 ++
 include/sdhci.h                          |    1 +
 18 files changed, 283 insertions(+), 134 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/dwmmc.h
 create mode 100644 drivers/mmc/exynos_dw_mmc.c

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2012-11-27 23:28 Andy Fleming
  0 siblings, 0 replies; 44+ messages in thread
From: Andy Fleming @ 2012-11-27 23:28 UTC (permalink / raw)
  To: u-boot

The following changes since commit 66dc452bfe13b0e276adddf3997b9c5abc00115d:

  Remove obsolete header file (2012-11-27 09:41:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to ed80c931ba7781e6605b9bdaa2a0d58ef365fe71:

  mmc: Fix incorrect handling of 'read' & 'write' commands (2012-11-27 17:26:49 -0600)

----------------------------------------------------------------
Jaehoon Chung (1):
      EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

Mela Custodio (1):
      mmc: add no simultaenous power and vdd

Stephen Warren (4):
      Replace CONFIG_MMC_BOUNCE_BUFFER with CONFIG_BOUNCE_BUFFER in configs
      bouncebuf: remove dummy implementation
      common: rework bouncebuf implementation
      mmc: tegra: use bounce buffer APIs

Taylor Hutt (2):
      mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
      mmc: Fix incorrect handling of 'read' & 'write' commands

Wu, Josh (1):
      mmc: at91sam9x5: support to save environment in mmc

 arch/arm/include/asm/arch-exynos/dwmmc.h |   36 ++++++++++++++
 boards.cfg                               |    1 +
 common/bouncebuf.c                       |   75 ++++++++++++++++--------------
 common/cmd_mmc.c                         |    9 ++--
 drivers/mmc/Makefile                     |    1 +
 drivers/mmc/exynos_dw_mmc.c              |   57 +++++++++++++++++++++++
 drivers/mmc/mmc.c                        |   16 ++++---
 drivers/mmc/mxsmmc.c                     |   30 +++---------
 drivers/mmc/sdhci.c                      |    3 ++
 drivers/mmc/tegra_mmc.c                  |   64 ++++++++++++++++---------
 include/bouncebuf.h                      |   47 ++++++++++---------
 include/configs/at91sam9x5ek.h           |   19 ++++++--
 include/configs/mx6qarm2.h               |    2 +-
 include/configs/mx6qsabre_common.h       |    2 +-
 include/configs/mx6qsabrelite.h          |    2 +-
 include/configs/sc_sps_1.h               |    2 +-
 include/configs/tegra20-common.h         |    3 ++
 include/sdhci.h                          |    1 +
 18 files changed, 248 insertions(+), 122 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/dwmmc.h
 create mode 100644 drivers/mmc/exynos_dw_mmc.c

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

* [U-Boot] Please pull u-boot-mmc.git
  2012-10-22 22:40 Andy Fleming
@ 2012-10-23  2:53 ` Tom Rini
  0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2012-10-23  2:53 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 22, 2012 at 05:40:58PM -0500, Andy Fleming wrote:

>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-19 18:23:38 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> for you to fetch changes up to 757bff49ba3159d71ccacabdb68f8309b1eb6613:
> 
>   mmc: dw-mmc: support DesignWare MMC Controller (2012-10-22 02:56:25 -0500)
> 
> ----------------------------------------------------------------
> Jaehoon Chung (3):
>       mmc: sdhci: increase the timeout value for data transfer
>       mmc: sdhci: add the DMA select for SDMA
>       mmc: dw-mmc: support DesignWare MMC Controller
> 
> Marek Vasut (7):
>       COMMON: Implement common bounce buffer
>       MMC: MXS: Convert MXS MMC driver to generic bounce buffer
>       MMC: MXS: Toggle the generic bounce buffer on the boards
>       MMC: Remove the MMC bounce buffer
>       mmc: Fix mmc_spi error on cmd->flags field
>       mmc: pxa: Flip over the remaining boards to pxa_mmc_generic
>       mmc: pxa: Remove the old non-generic PXA MMC driver
> 
> Tushar Behera (1):
>       mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd
> 
>  board/lubbock/lubbock.c      |    9 +
>  board/palmtc/palmtc.c        |    9 +
>  board/pxa255_idp/pxa_idp.c   |    9 +
>  board/trizepsiv/conxs.c      |    9 +
>  common/Makefile              |    1 +
>  common/bouncebuf.c           |   92 ++++++
>  drivers/mmc/Makefile         |    2 +-
>  drivers/mmc/dw_mmc.c         |  385 +++++++++++++++++++++++++
>  drivers/mmc/mmc.c            |   92 ------
>  drivers/mmc/mmc_spi.c        |    4 +-
>  drivers/mmc/mxsmmc.c         |   36 ++-
>  drivers/mmc/pxa_mmc.c        |  643 ------------------------------------------
>  drivers/mmc/s5p_sdhci.c      |    3 +-
>  drivers/mmc/sdhci.c          |   12 +-
>  include/bouncebuf.h          |   87 ++++++
>  include/configs/apx4devkit.h |    2 +-
>  include/configs/lubbock.h    |    3 +-
>  include/configs/m28evk.h     |    2 +-
>  include/configs/mx28evk.h    |    2 +-
>  include/configs/palmtc.h     |    3 +-
>  include/configs/pxa255_idp.h |    3 +-
>  include/configs/trizepsiv.h  |    3 +-
>  include/dwmmc.h              |  191 +++++++++++++
>  include/sdhci.h              |    1 +
>  24 files changed, 843 insertions(+), 760 deletions(-)
>  create mode 100644 common/bouncebuf.c
>  create mode 100644 drivers/mmc/dw_mmc.c
>  delete mode 100644 drivers/mmc/pxa_mmc.c
>  create mode 100644 include/bouncebuf.h
>  create mode 100644 include/dwmmc.h

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121022/a9b463f3/attachment.pgp>

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2012-10-22 22:40 Andy Fleming
  2012-10-23  2:53 ` Tom Rini
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2012-10-22 22:40 UTC (permalink / raw)
  To: u-boot

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-19 18:23:38 -0700)

are available in the git repository at:


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

for you to fetch changes up to 757bff49ba3159d71ccacabdb68f8309b1eb6613:

  mmc: dw-mmc: support DesignWare MMC Controller (2012-10-22 02:56:25 -0500)

----------------------------------------------------------------
Jaehoon Chung (3):
      mmc: sdhci: increase the timeout value for data transfer
      mmc: sdhci: add the DMA select for SDMA
      mmc: dw-mmc: support DesignWare MMC Controller

Marek Vasut (7):
      COMMON: Implement common bounce buffer
      MMC: MXS: Convert MXS MMC driver to generic bounce buffer
      MMC: MXS: Toggle the generic bounce buffer on the boards
      MMC: Remove the MMC bounce buffer
      mmc: Fix mmc_spi error on cmd->flags field
      mmc: pxa: Flip over the remaining boards to pxa_mmc_generic
      mmc: pxa: Remove the old non-generic PXA MMC driver

Tushar Behera (1):
      mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

 board/lubbock/lubbock.c      |    9 +
 board/palmtc/palmtc.c        |    9 +
 board/pxa255_idp/pxa_idp.c   |    9 +
 board/trizepsiv/conxs.c      |    9 +
 common/Makefile              |    1 +
 common/bouncebuf.c           |   92 ++++++
 drivers/mmc/Makefile         |    2 +-
 drivers/mmc/dw_mmc.c         |  385 +++++++++++++++++++++++++
 drivers/mmc/mmc.c            |   92 ------
 drivers/mmc/mmc_spi.c        |    4 +-
 drivers/mmc/mxsmmc.c         |   36 ++-
 drivers/mmc/pxa_mmc.c        |  643 ------------------------------------------
 drivers/mmc/s5p_sdhci.c      |    3 +-
 drivers/mmc/sdhci.c          |   12 +-
 include/bouncebuf.h          |   87 ++++++
 include/configs/apx4devkit.h |    2 +-
 include/configs/lubbock.h    |    3 +-
 include/configs/m28evk.h     |    2 +-
 include/configs/mx28evk.h    |    2 +-
 include/configs/palmtc.h     |    3 +-
 include/configs/pxa255_idp.h |    3 +-
 include/configs/trizepsiv.h  |    3 +-
 include/dwmmc.h              |  191 +++++++++++++
 include/sdhci.h              |    1 +
 24 files changed, 843 insertions(+), 760 deletions(-)
 create mode 100644 common/bouncebuf.c
 create mode 100644 drivers/mmc/dw_mmc.c
 delete mode 100644 drivers/mmc/pxa_mmc.c
 create mode 100644 include/bouncebuf.h
 create mode 100644 include/dwmmc.h

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

* [U-Boot] Please pull u-boot-mmc.git
  2012-07-13 22:18 Andy Fleming
@ 2012-07-18  6:55 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2012-07-18  6:55 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1342217893-5896-1-git-send-email-afleming@freescale.com> you wrote:
>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2012-07-12 08:17=
> :29 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Eric Nelson (1):
>       i.MX: fsl_esdhc: allow use with cache enabled.
> 
> Jaehoon Chung (1):
>       mmc: remove the hard setting for tran_speed
> 
> Jerry Huang (2):
>       SD/MMC: check the card status during erase operation
>       FSL/eSDHC: enable the clock to detect the SD card
> 
> =C5=81ukasz Majewski (1):
>       mmc:fix Call mmc_init() when executing mmc_get_dev()
> 
>  drivers/mmc/fsl_esdhc.c |   20 +++++++++++++++++++-
>  drivers/mmc/mmc.c       |   23 ++++++++++++++++-------
>  2 files changed, 35 insertions(+), 8 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Vulcans believe peace should not depend on force.
	-- Amanda, "Journey to Babel", stardate 3842.3

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2012-07-13 22:18 Andy Fleming
  2012-07-18  6:55 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2012-07-13 22:18 UTC (permalink / raw)
  To: u-boot

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2012-07-12 08:17:29 +0200)

are available in the git repository at:

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

Eric Nelson (1):
      i.MX: fsl_esdhc: allow use with cache enabled.

Jaehoon Chung (1):
      mmc: remove the hard setting for tran_speed

Jerry Huang (2):
      SD/MMC: check the card status during erase operation
      FSL/eSDHC: enable the clock to detect the SD card

?ukasz Majewski (1):
      mmc:fix Call mmc_init() when executing mmc_get_dev()

 drivers/mmc/fsl_esdhc.c |   20 +++++++++++++++++++-
 drivers/mmc/mmc.c       |   23 ++++++++++++++++-------
 2 files changed, 35 insertions(+), 8 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2012-05-09 19:07 Andy Fleming
@ 2012-05-20 19:29 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2012-05-20 19:29 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1336590428-7152-1-git-send-email-afleming@freescale.com> you wrote:
> The following changes since commit 0a6deb3251a68b5be640ab1b848ca67e906b75=
> ce:
> 
>   Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging (2012-=
> 04-30 18:19:28 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Andreas Bie=C3=9Fmann (1):
>       include/mmc.h: remove struct mmc_csd
> 
> Dirk Behme (1):
>       mmc: fsl_esdhc: Poll until card is not busy anymore
> 
> Grazvydas Ignotas (3):
>       mmc: omap: follow TRM procedure to power on cards
>       mmc: omap: improve stat wait message
>       mmc: omap: handle controller errors properly
> 
> Jaehoon Chung (4):
>       mmc: sdhci: add the quirk for broken r1b response
>       mmc: add the quirk to use the sdhci for samsung-soc
>       mmc: support the sdhci instead of s5p_mmc for samsung-soc
>       ARM: SAMSUNG: support sdhci controller
> 
> Marek Vasut (1):
>       i.MX28: Lower the amount of blocks transfered in one DMA cycle
> 
> =C5=81ukasz Majewski (1):
>       mmc:fix: Set mmc width according to MMC host capabilities
> 
>  arch/arm/include/asm/arch-exynos/mmc.h  |   93 +++---
>  arch/arm/include/asm/arch-s5pc1xx/mmc.h |   93 +++---
>  drivers/mmc/Makefile                    |    2 +-
>  drivers/mmc/fsl_esdhc.c                 |   39 +++-
>  drivers/mmc/mmc.c                       |    4 +-
>  drivers/mmc/mxsmmc.c                    |    2 +-
>  drivers/mmc/omap_hsmmc.c                |   55 +++-
>  drivers/mmc/s5p_mmc.c                   |  490 -------------------------=
> ------
>  drivers/mmc/s5p_sdhci.c                 |   98 ++++++
>  drivers/mmc/sdhci.c                     |   24 ++
>  include/configs/origen.h                |    7 +-
>  include/configs/s5p_goni.h              |    7 +-
>  include/configs/s5pc210_universal.h     |    7 +-
>  include/configs/smdk5250.h              |    3 +-
>  include/configs/smdkv310.h              |    7 +-
>  include/configs/trats.h                 |    3 +-
>  include/fsl_esdhc.h                     |    4 +-
>  include/mmc.h                           |   53 +----
>  include/sdhci.h                         |    7 +
>  19 files changed, 339 insertions(+), 659 deletions(-)
>  delete mode 100644 drivers/mmc/s5p_mmc.c
>  create mode 100644 drivers/mmc/s5p_sdhci.c

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
We do not colonize. We conquer. We rule. There is no  other  way  for
us.
	-- Rojan, "By Any Other Name", stardate 4657.5

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2012-05-09 19:07 Andy Fleming
  2012-05-20 19:29 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2012-05-09 19:07 UTC (permalink / raw)
  To: u-boot

The following changes since commit 0a6deb3251a68b5be640ab1b848ca67e906b75ce:

  Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging (2012-04-30 18:19:28 +0200)

are available in the git repository at:

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

Andreas Bie?mann (1):
      include/mmc.h: remove struct mmc_csd

Dirk Behme (1):
      mmc: fsl_esdhc: Poll until card is not busy anymore

Grazvydas Ignotas (3):
      mmc: omap: follow TRM procedure to power on cards
      mmc: omap: improve stat wait message
      mmc: omap: handle controller errors properly

Jaehoon Chung (4):
      mmc: sdhci: add the quirk for broken r1b response
      mmc: add the quirk to use the sdhci for samsung-soc
      mmc: support the sdhci instead of s5p_mmc for samsung-soc
      ARM: SAMSUNG: support sdhci controller

Marek Vasut (1):
      i.MX28: Lower the amount of blocks transfered in one DMA cycle

?ukasz Majewski (1):
      mmc:fix: Set mmc width according to MMC host capabilities

 arch/arm/include/asm/arch-exynos/mmc.h  |   93 +++---
 arch/arm/include/asm/arch-s5pc1xx/mmc.h |   93 +++---
 drivers/mmc/Makefile                    |    2 +-
 drivers/mmc/fsl_esdhc.c                 |   39 +++-
 drivers/mmc/mmc.c                       |    4 +-
 drivers/mmc/mxsmmc.c                    |    2 +-
 drivers/mmc/omap_hsmmc.c                |   55 +++-
 drivers/mmc/s5p_mmc.c                   |  490 -------------------------------
 drivers/mmc/s5p_sdhci.c                 |   98 ++++++
 drivers/mmc/sdhci.c                     |   24 ++
 include/configs/origen.h                |    7 +-
 include/configs/s5p_goni.h              |    7 +-
 include/configs/s5pc210_universal.h     |    7 +-
 include/configs/smdk5250.h              |    3 +-
 include/configs/smdkv310.h              |    7 +-
 include/configs/trats.h                 |    3 +-
 include/fsl_esdhc.h                     |    4 +-
 include/mmc.h                           |   53 +----
 include/sdhci.h                         |    7 +
 19 files changed, 339 insertions(+), 659 deletions(-)
 delete mode 100644 drivers/mmc/s5p_mmc.c
 create mode 100644 drivers/mmc/s5p_sdhci.c

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

* [U-Boot] Please pull u-boot-mmc.git
  2012-01-09  3:44 Andy Fleming
@ 2012-01-13 19:07 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2012-01-13 19:07 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1326080645-5780-1-git-send-email-afleming@freescale.com> you wrote:
> The following changes since commit 9a420986cccc9bd2c37affd931d627b3c3e72952:
> 
>   ARM: highbank: enable networking and pxe (2012-01-05 20:10:38 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Anatolij Gustschin (1):
>       drivers/mmc/mv_sdhci.c: Fix build warning
> 
> Ira Snyder (1):
>       fsl_esdhc: fix PIO mode transfers
> 
> Jason Liu (1):
>       i.mx: fsl_esdhc: add the i.mx6q support
> 
> Macpaul Lin (2):
>       mmc: add host_caps checking avoid switch card improperly
>       ftsdc010: improve performance and capability
> 
> Thierry Reding (4):
>       mmc: Change board_mmc_getcd() function prototype.
>       mmc: Implement card detection.
>       mmc: fsl_esdhc: Implement card-detect hook.
>       mmc: tegra2: Implement card-detect hook.
> 
>  board/efikamx/efikamx.c             |    9 +-
>  board/emk/top9000/top9000.c         |   12 +--
>  board/freescale/mx51evk/mx51evk.c   |    9 +-
>  board/freescale/mx53ard/mx53ard.c   |    9 +-
>  board/freescale/mx53evk/mx53evk.c   |    9 +-
>  board/freescale/mx53loco/mx53loco.c |    9 +-
>  board/freescale/mx53smd/mx53smd.c   |    6 +-
>  doc/README.atmel_mci                |   12 +--
>  drivers/mmc/arm_pl180_mmci.c        |    1 +
>  drivers/mmc/bfin_sdh.c              |    1 +
>  drivers/mmc/davinci_mmc.c           |    1 +
>  drivers/mmc/fsl_esdhc.c             |   42 ++++----
>  drivers/mmc/ftsdc010_esdhc.c        |  189 +++++++++++++++++++----------------
>  drivers/mmc/gen_atmel_mci.c         |    1 +
>  drivers/mmc/mmc.c                   |   32 ++++++-
>  drivers/mmc/mmc_spi.c               |    1 +
>  drivers/mmc/mv_sdhci.c              |    3 +-
>  drivers/mmc/mxcmmc.c                |    1 +
>  drivers/mmc/mxsmmc.c                |    1 +
>  drivers/mmc/omap_hsmmc.c            |    1 +
>  drivers/mmc/pxa_mmc_gen.c           |    1 +
>  drivers/mmc/s5p_mmc.c               |    1 +
>  drivers/mmc/sdhci.c                 |    1 +
>  drivers/mmc/sh_mmcif.c              |    1 +
>  drivers/mmc/tegra2_mmc.c            |   32 +++----
>  include/mmc.h                       |    4 +-
>  26 files changed, 217 insertions(+), 172 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Hegel was right when he said that we learn from history that man  can
never learn anything from history.              - George Bernard Shaw

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2012-01-09  3:44 Andy Fleming
  2012-01-13 19:07 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2012-01-09  3:44 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9a420986cccc9bd2c37affd931d627b3c3e72952:

  ARM: highbank: enable networking and pxe (2012-01-05 20:10:38 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-mmc.git master

Anatolij Gustschin (1):
      drivers/mmc/mv_sdhci.c: Fix build warning

Ira Snyder (1):
      fsl_esdhc: fix PIO mode transfers

Jason Liu (1):
      i.mx: fsl_esdhc: add the i.mx6q support

Macpaul Lin (2):
      mmc: add host_caps checking avoid switch card improperly
      ftsdc010: improve performance and capability

Thierry Reding (4):
      mmc: Change board_mmc_getcd() function prototype.
      mmc: Implement card detection.
      mmc: fsl_esdhc: Implement card-detect hook.
      mmc: tegra2: Implement card-detect hook.

 board/efikamx/efikamx.c             |    9 +-
 board/emk/top9000/top9000.c         |   12 +--
 board/freescale/mx51evk/mx51evk.c   |    9 +-
 board/freescale/mx53ard/mx53ard.c   |    9 +-
 board/freescale/mx53evk/mx53evk.c   |    9 +-
 board/freescale/mx53loco/mx53loco.c |    9 +-
 board/freescale/mx53smd/mx53smd.c   |    6 +-
 doc/README.atmel_mci                |   12 +--
 drivers/mmc/arm_pl180_mmci.c        |    1 +
 drivers/mmc/bfin_sdh.c              |    1 +
 drivers/mmc/davinci_mmc.c           |    1 +
 drivers/mmc/fsl_esdhc.c             |   42 ++++----
 drivers/mmc/ftsdc010_esdhc.c        |  189 +++++++++++++++++++----------------
 drivers/mmc/gen_atmel_mci.c         |    1 +
 drivers/mmc/mmc.c                   |   32 ++++++-
 drivers/mmc/mmc_spi.c               |    1 +
 drivers/mmc/mv_sdhci.c              |    3 +-
 drivers/mmc/mxcmmc.c                |    1 +
 drivers/mmc/mxsmmc.c                |    1 +
 drivers/mmc/omap_hsmmc.c            |    1 +
 drivers/mmc/pxa_mmc_gen.c           |    1 +
 drivers/mmc/s5p_mmc.c               |    1 +
 drivers/mmc/sdhci.c                 |    1 +
 drivers/mmc/sh_mmcif.c              |    1 +
 drivers/mmc/tegra2_mmc.c            |   32 +++----
 include/mmc.h                       |    4 +-
 26 files changed, 217 insertions(+), 172 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-11-26  0:58 Andy Fleming
@ 2011-11-27 15:05 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-11-27 15:05 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1322269125-13115-1-git-send-email-afleming@freescale.com> you wrote:
> These are all fairly minor bug fixes.
> 
> The following changes since commit fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3:
> 
>   Merge branch 'hs at denx.de' of git://git.denx.de/u-boot-staging (2011-11-23 21:23:45 +0100)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Ajay Bhargav (1):
>       mmc: mv_sdhci: Fix host version read for Armada100
> 
> Macpaul Lin (1):
>       Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"
> 
>  drivers/mmc/mmc.c      |   16 ++--------------
>  drivers/mmc/mv_sdhci.c |    5 ++++-
>  include/sdhci.h        |    1 +
>  3 files changed, 7 insertions(+), 15 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I am more bored than you could ever possibly be.  Go back to work.

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-11-26  0:58 Andy Fleming
  2011-11-27 15:05 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-11-26  0:58 UTC (permalink / raw)
  To: u-boot

These are all fairly minor bug fixes.

The following changes since commit fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3:

  Merge branch 'hs at denx.de' of git://git.denx.de/u-boot-staging (2011-11-23 21:23:45 +0100)

are available in the git repository at:

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

Ajay Bhargav (1):
      mmc: mv_sdhci: Fix host version read for Armada100

Macpaul Lin (1):
      Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"

 drivers/mmc/mmc.c      |   16 ++--------------
 drivers/mmc/mv_sdhci.c |    5 ++++-
 include/sdhci.h        |    1 +
 3 files changed, 7 insertions(+), 15 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-11-12 21:54 Andy Fleming
@ 2011-11-16 18:58 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-11-16 18:58 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1321134885-20735-1-git-send-email-afleming@freescale.com> you wrote:
> The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Anton staaf (4):
>       Tegra2: mmc: define register field values in tegra2_mmc.h
>       Tegra2: mmc: Support DMA restarts at buffer boundaries
>       Tegra2: mmc: Add data transfer completion timeout
>       Tegra2: mmc: Factor out mmc_wait_inhibit functionality
> 
> Jon Medhurst (Tixy) (1):
>       MMC: PL180: Fix infinite loop with VExpress extended fifo implementation
> 
>  drivers/mmc/arm_pl180_mmci.c |   26 --------
>  drivers/mmc/tegra2_mmc.c     |  130 +++++++++++++++++++++++++++--------------
>  drivers/mmc/tegra2_mmc.h     |   49 ++++++++++++++++
>  3 files changed, 134 insertions(+), 71 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
GUIs  are  virtually  useless.  Learn  tools.  They're  configurable,
scriptable, automatable, cron-able, interoperable, etc. We don't need
no brain-dead winslurping monolithic claptrap.
                               -- Tom Christiansen in 371140df at csnews

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-11-12 21:54 Andy Fleming
  2011-11-16 18:58 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-11-12 21:54 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100)

are available in the git repository at:

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

Anton staaf (4):
      Tegra2: mmc: define register field values in tegra2_mmc.h
      Tegra2: mmc: Support DMA restarts at buffer boundaries
      Tegra2: mmc: Add data transfer completion timeout
      Tegra2: mmc: Factor out mmc_wait_inhibit functionality

Jon Medhurst (Tixy) (1):
      MMC: PL180: Fix infinite loop with VExpress extended fifo implementation

 drivers/mmc/arm_pl180_mmci.c |   26 --------
 drivers/mmc/tegra2_mmc.c     |  130 +++++++++++++++++++++++++++--------------
 drivers/mmc/tegra2_mmc.h     |   49 ++++++++++++++++
 3 files changed, 134 insertions(+), 71 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-11-08 20:53 Andy Fleming
  0 siblings, 0 replies; 44+ messages in thread
From: Andy Fleming @ 2011-11-08 20:53 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100)

are available in the git repository at:

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

Jon Medhurst (Tixy) (1):
      MMC: PL180: Fix infinite loop with VExpress extended fifo implementation

 drivers/mmc/arm_pl180_mmci.c |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-11-03  7:24 Andy Fleming
@ 2011-11-03 18:50 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-11-03 18:50 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1320305078-24629-1-git-send-email-afleming@freescale.com> you wrote:
> The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2:
> 
>   e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28 00:37:01 +0200)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Ajay Bhargav (1):
>       mmc: CMD7:MMC_CMD_SELECT_CARD response fix
> 
> Lei Wen (9):
>       mmc: retry the cmd8 to meet 74 clocks requirement in the spec
>       mmc: mv_sdhci: fix 8bus width access for 88SV331xV5
>       mmc: change magic number to macro define
>       mmc: test mmc bus width on startup
>       mmc: sdhci: fix cache flush
>       mmc: sdhci: fix build warning
>       mmc: sdhci: add mmc structure for host
>       mmc: sdhci: add timeout for data transfer
>       mmc: sdhci: fix sdma bug for large file transfer
> 
> Marek Vasut (1):
>       PXA: Add MMC driver using the generic MMC framework
> 
> Stephen Warren (1):
>       tegra2: Move MMC clock initialization into MMC driver
> 
>  arch/arm/include/asm/arch-pxa/regs-mmc.h |  154 +++++++++++
>  board/nvidia/common/board.c              |   13 +-
>  drivers/mmc/Makefile                     |    1 +
>  drivers/mmc/mmc.c                        |   83 ++++--
>  drivers/mmc/mv_sdhci.c                   |   33 +++
>  drivers/mmc/pxa_mmc_gen.c                |  442 ++++++++++++++++++++++++++++++
>  drivers/mmc/sdhci.c                      |   14 +-
>  drivers/mmc/tegra2_mmc.c                 |   12 +-
>  include/mmc.h                            |   16 +-
>  include/sdhci.h                          |    6 +
>  10 files changed, 719 insertions(+), 55 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-pxa/regs-mmc.h
>  create mode 100644 drivers/mmc/pxa_mmc_gen.c

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Eeeek!
'eval' on strings should have been named 'evil'.    -- Tom Phoenix in
        <Pine.GSO.3.96.980526121813.27437N-100000@user2.teleport.com>

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-11-03  7:24 Andy Fleming
  2011-11-03 18:50 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-11-03  7:24 UTC (permalink / raw)
  To: u-boot

The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2:

  e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28 00:37:01 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-mmc.git master

Ajay Bhargav (1):
      mmc: CMD7:MMC_CMD_SELECT_CARD response fix

Lei Wen (9):
      mmc: retry the cmd8 to meet 74 clocks requirement in the spec
      mmc: mv_sdhci: fix 8bus width access for 88SV331xV5
      mmc: change magic number to macro define
      mmc: test mmc bus width on startup
      mmc: sdhci: fix cache flush
      mmc: sdhci: fix build warning
      mmc: sdhci: add mmc structure for host
      mmc: sdhci: add timeout for data transfer
      mmc: sdhci: fix sdma bug for large file transfer

Marek Vasut (1):
      PXA: Add MMC driver using the generic MMC framework

Stephen Warren (1):
      tegra2: Move MMC clock initialization into MMC driver

 arch/arm/include/asm/arch-pxa/regs-mmc.h |  154 +++++++++++
 board/nvidia/common/board.c              |   13 +-
 drivers/mmc/Makefile                     |    1 +
 drivers/mmc/mmc.c                        |   83 ++++--
 drivers/mmc/mv_sdhci.c                   |   33 +++
 drivers/mmc/pxa_mmc_gen.c                |  442 ++++++++++++++++++++++++++++++
 drivers/mmc/sdhci.c                      |   14 +-
 drivers/mmc/tegra2_mmc.c                 |   12 +-
 include/mmc.h                            |   16 +-
 include/sdhci.h                          |    6 +
 10 files changed, 719 insertions(+), 55 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-pxa/regs-mmc.h
 create mode 100644 drivers/mmc/pxa_mmc_gen.c

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-09-04 23:03 Andy Fleming
@ 2011-09-07 20:23 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-09-07 20:23 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1315177389-1608-1-git-send-email-afleming@freescale.com> you wrote:
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Macpaul Lin (1):
>       ftsdc010: add support of ftsdc010 mmc controller
> 
> Marek Vasut (1):
>       mmc: Fix mmc_send_status()
> 
>  drivers/mmc/Makefile         |    1 +
>  drivers/mmc/ftsdc010_esdhc.c |  667 ++++++++++++++++++++++++++++++++++++++++++
>  drivers/mmc/mmc.c            |    3 +-
>  include/faraday/ftsdc010.h   |  245 ++++++++++++++++
>  4 files changed, 915 insertions(+), 1 deletions(-)
>  create mode 100644 drivers/mmc/ftsdc010_esdhc.c
>  create mode 100644 include/faraday/ftsdc010.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"I think they're going to take all this money that we  spend  now  on
war and death --"                   "And make them spend it on life."
	-- Edith Keeler and Kirk, "The City on the Edge of Forever",
	   stardate unknown.

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-09-04 23:03 Andy Fleming
  2011-09-07 20:23 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-09-04 23:03 UTC (permalink / raw)
  To: u-boot

are available in the git repository at:

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

Macpaul Lin (1):
      ftsdc010: add support of ftsdc010 mmc controller

Marek Vasut (1):
      mmc: Fix mmc_send_status()

 drivers/mmc/Makefile         |    1 +
 drivers/mmc/ftsdc010_esdhc.c |  667 ++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/mmc.c            |    3 +-
 include/faraday/ftsdc010.h   |  245 ++++++++++++++++
 4 files changed, 915 insertions(+), 1 deletions(-)
 create mode 100644 drivers/mmc/ftsdc010_esdhc.c
 create mode 100644 include/faraday/ftsdc010.h

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-08-02 20:25 Andy Fleming
@ 2011-08-02 20:41 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-08-02 20:41 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1312316706-10641-1-git-send-email-afleming@freescale.com> you wrote:
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Andy Fleming (1):
>       Revert "AT91:mmc:fix multiple read/write error"
> 
>  drivers/mmc/atmel_mci.h     |    9 +--------
>  drivers/mmc/gen_atmel_mci.c |    4 ----
>  2 files changed, 1 insertions(+), 12 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Obviously, a major malfunction has occurred."
              -- Steve Nesbitt, voice of Mission Control, January 28,
                 1986, as the shuttle Challenger exploded within view
                 of the grandstands.

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-08-02 20:25 Andy Fleming
  2011-08-02 20:41 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-08-02 20:25 UTC (permalink / raw)
  To: u-boot

are available in the git repository at:

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

Andy Fleming (1):
      Revert "AT91:mmc:fix multiple read/write error"

 drivers/mmc/atmel_mci.h     |    9 +--------
 drivers/mmc/gen_atmel_mci.c |    4 ----
 2 files changed, 1 insertions(+), 12 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-07-16  1:30 Andy Fleming
@ 2011-07-19 20:31 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-07-19 20:31 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1310779815-6273-1-git-send-email-afleming@freescale.com> you wrote:
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Lei Wen (4):
>       MMC: unify mmc read and write operation
>       MMC: add erase function to both mmc and sd
>       MMC: add sdhci generic framework
>       MMC: add marvell sdhci driver
> 
> Michael Jones (1):
>       mmc: rescan fails on empty slot
> 
> Tom Warren (2):
>       mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3
>       mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony
> 
> Yoshihiro Shimoda (2):
>       mmc: fix the condition for MMC version 4
>       mmc: sh_mmcif: add support for Renesas MMCIF
> 
> elen.song (1):
>       AT91:mmc:fix multiple read/write error
> 
> ??ukasz Majewski (1):
>       mmc: Access mode validation for eMMC cards > 2 GiB
> 
>  README                                     |    9 +
>  arch/arm/include/asm/arch-tegra2/clk_rst.h |    5 +
>  arch/arm/include/asm/arch-tegra2/pinmux.h  |    6 +
>  board/nvidia/common/board.c                |  147 +++++++
>  board/nvidia/common/board.h                |    1 +
>  common/cmd_mmc.c                           |   89 +++--
>  drivers/mmc/Makefile                       |    4 +
>  drivers/mmc/atmel_mci.h                    |    9 +-
>  drivers/mmc/gen_atmel_mci.c                |    4 +
>  drivers/mmc/mmc.c                          |  121 ++++++-
>  drivers/mmc/mv_sdhci.c                     |   21 +
>  drivers/mmc/s5p_mmc.c                      |    2 +-
>  drivers/mmc/sdhci.c                        |  433 ++++++++++++++++++++
>  drivers/mmc/sh_mmcif.c                     |  608 ++++++++++++++++++++++++++++
>  drivers/mmc/sh_mmcif.h                     |  238 +++++++++++
>  drivers/mmc/tegra2_mmc.c                   |  510 +++++++++++++++++++++++
>  drivers/mmc/tegra2_mmc.h                   |   81 ++++
>  include/configs/harmony.h                  |   11 +
>  include/configs/seaboard.h                 |   11 +
>  include/mmc.h                              |    9 +
>  include/part.h                             |    3 +
>  include/sdhci.h                            |  325 +++++++++++++++
>  22 files changed, 2606 insertions(+), 41 deletions(-)
>  create mode 100644 drivers/mmc/mv_sdhci.c
>  create mode 100644 drivers/mmc/sdhci.c
>  create mode 100644 drivers/mmc/sh_mmcif.c
>  create mode 100644 drivers/mmc/sh_mmcif.h
>  create mode 100644 drivers/mmc/tegra2_mmc.c
>  create mode 100644 drivers/mmc/tegra2_mmc.h
>  create mode 100644 include/sdhci.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The only time the world beats a path to your door is when you are  in
the bathroom.

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-07-16  1:30 Andy Fleming
  2011-07-19 20:31 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-07-16  1:30 UTC (permalink / raw)
  To: u-boot

are available in the git repository at:

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

Lei Wen (4):
      MMC: unify mmc read and write operation
      MMC: add erase function to both mmc and sd
      MMC: add sdhci generic framework
      MMC: add marvell sdhci driver

Michael Jones (1):
      mmc: rescan fails on empty slot

Tom Warren (2):
      mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3
      mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony

Yoshihiro Shimoda (2):
      mmc: fix the condition for MMC version 4
      mmc: sh_mmcif: add support for Renesas MMCIF

elen.song (1):
      AT91:mmc:fix multiple read/write error

??ukasz Majewski (1):
      mmc: Access mode validation for eMMC cards > 2 GiB

 README                                     |    9 +
 arch/arm/include/asm/arch-tegra2/clk_rst.h |    5 +
 arch/arm/include/asm/arch-tegra2/pinmux.h  |    6 +
 board/nvidia/common/board.c                |  147 +++++++
 board/nvidia/common/board.h                |    1 +
 common/cmd_mmc.c                           |   89 +++--
 drivers/mmc/Makefile                       |    4 +
 drivers/mmc/atmel_mci.h                    |    9 +-
 drivers/mmc/gen_atmel_mci.c                |    4 +
 drivers/mmc/mmc.c                          |  121 ++++++-
 drivers/mmc/mv_sdhci.c                     |   21 +
 drivers/mmc/s5p_mmc.c                      |    2 +-
 drivers/mmc/sdhci.c                        |  433 ++++++++++++++++++++
 drivers/mmc/sh_mmcif.c                     |  608 ++++++++++++++++++++++++++++
 drivers/mmc/sh_mmcif.h                     |  238 +++++++++++
 drivers/mmc/tegra2_mmc.c                   |  510 +++++++++++++++++++++++
 drivers/mmc/tegra2_mmc.h                   |   81 ++++
 include/configs/harmony.h                  |   11 +
 include/configs/seaboard.h                 |   11 +
 include/mmc.h                              |    9 +
 include/part.h                             |    3 +
 include/sdhci.h                            |  325 +++++++++++++++
 22 files changed, 2606 insertions(+), 41 deletions(-)
 create mode 100644 drivers/mmc/mv_sdhci.c
 create mode 100644 drivers/mmc/sdhci.c
 create mode 100644 drivers/mmc/sh_mmcif.c
 create mode 100644 drivers/mmc/sh_mmcif.h
 create mode 100644 drivers/mmc/tegra2_mmc.c
 create mode 100644 drivers/mmc/tegra2_mmc.h
 create mode 100644 include/sdhci.h

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-05-18 20:02 Andy Fleming
@ 2011-05-18 20:55 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-05-18 20:55 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1305748979-5114-1-git-send-email-afleming@freescale.com> you wrote:
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Dirk Behme (1):
>       MMC: omap_hsmmc.c: Add missing prototype header
> 
> Fabio Estevam (1):
>       fsl_esdhc: Initialize mmc->b_max
> 
> Lei Wen (2):
>       cmd_mmc: eliminate device num in the mmc command
>       mmc: enable partition switch function for emmc
> 
> Thomas Chou (1):
>       mmc_spi: generate response for send status command
> 
>  common/cmd_mmc.c         |  224 ++++++++++++++++++++++++++++------------------
>  drivers/mmc/fsl_esdhc.c  |    1 +
>  drivers/mmc/mmc.c        |   35 +++++++-
>  drivers/mmc/mmc_spi.c    |    5 +
>  drivers/mmc/omap_hsmmc.c |    1 +
>  include/mmc.h            |   10 ++
>  6 files changed, 189 insertions(+), 87 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In general, if you think something isn't in Perl, try it out, because
it usually is :-) - Larry Wall in <1991Jul31.174523.9447@netlabs.com>

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-05-18 20:02 Andy Fleming
  2011-05-18 20:55 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-05-18 20:02 UTC (permalink / raw)
  To: u-boot

are available in the git repository at:

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

Dirk Behme (1):
      MMC: omap_hsmmc.c: Add missing prototype header

Fabio Estevam (1):
      fsl_esdhc: Initialize mmc->b_max

Lei Wen (2):
      cmd_mmc: eliminate device num in the mmc command
      mmc: enable partition switch function for emmc

Thomas Chou (1):
      mmc_spi: generate response for send status command

 common/cmd_mmc.c         |  224 ++++++++++++++++++++++++++++------------------
 drivers/mmc/fsl_esdhc.c  |    1 +
 drivers/mmc/mmc.c        |   35 +++++++-
 drivers/mmc/mmc_spi.c    |    5 +
 drivers/mmc/omap_hsmmc.c |    1 +
 include/mmc.h            |   10 ++
 6 files changed, 189 insertions(+), 87 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-04-29  8:31 Andy Fleming
@ 2011-04-29 20:47 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-04-29 20:47 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1304065909-16710-1-git-send-email-afleming@freescale.com> you wrote:
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Jason Liu (1):
>       fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2
> 
> John Rigby (2):
>       MMC: make b_max unconditional
>       MMC: omap_hsmmc.c: disable multiblock rw on old rev omap34xx silicon
> 
> Matt Waddel (2):
>       MMC: Add support for PL180 ARM mmc device
>       ARMV7: Vexpress: Add MMC support
> 
> Thomas Chou (2):
>       mmc_spi: add mmc_init call
>       mmc: coding style fix and tabify of mmc.h
> 
>  board/armltd/vexpress/ca9x4_ct_vxp.c |    9 +
>  common/cmd_mmc_spi.c                 |    1 +
>  drivers/mmc/Makefile                 |    1 +
>  drivers/mmc/arm_pl180_mmci.c         |  443 ++++++++++++++++++++++++++++++++++
>  drivers/mmc/arm_pl180_mmci.h         |  183 ++++++++++++++
>  drivers/mmc/bfin_sdh.c               |    2 +
>  drivers/mmc/davinci_mmc.c            |    3 +-
>  drivers/mmc/fsl_esdhc.c              |    4 +
>  drivers/mmc/gen_atmel_mci.c          |    2 +
>  drivers/mmc/mmc.c                    |    8 +-
>  drivers/mmc/mxcmmc.c                 |    2 +
>  drivers/mmc/omap_hsmmc.c             |   10 +
>  drivers/mmc/s5p_mmc.c                |    1 +
>  include/configs/ca9x4_ct_vxp.h       |    4 +
>  include/mmc.h                        |   46 ++--
>  15 files changed, 689 insertions(+), 30 deletions(-)
>  create mode 100644 drivers/mmc/arm_pl180_mmci.c
>  create mode 100644 drivers/mmc/arm_pl180_mmci.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In order to succeed in any enterprise, one  must  be  persistent  and
patient.  Even  if  one  has to run some risks, one must be brave and
strong enough to meet and overcome vexing challenges  to  maintain  a
successful  business  in  the  long  run.  I  cannot help saying that
Americans lack this necessary challenging spirit today.
- Hajime Karatsu

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-04-29  8:31 Andy Fleming
  2011-04-29 20:47 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-04-29  8:31 UTC (permalink / raw)
  To: u-boot

are available in the git repository at:

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

Jason Liu (1):
      fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2

John Rigby (2):
      MMC: make b_max unconditional
      MMC: omap_hsmmc.c: disable multiblock rw on old rev omap34xx silicon

Matt Waddel (2):
      MMC: Add support for PL180 ARM mmc device
      ARMV7: Vexpress: Add MMC support

Thomas Chou (2):
      mmc_spi: add mmc_init call
      mmc: coding style fix and tabify of mmc.h

 board/armltd/vexpress/ca9x4_ct_vxp.c |    9 +
 common/cmd_mmc_spi.c                 |    1 +
 drivers/mmc/Makefile                 |    1 +
 drivers/mmc/arm_pl180_mmci.c         |  443 ++++++++++++++++++++++++++++++++++
 drivers/mmc/arm_pl180_mmci.h         |  183 ++++++++++++++
 drivers/mmc/bfin_sdh.c               |    2 +
 drivers/mmc/davinci_mmc.c            |    3 +-
 drivers/mmc/fsl_esdhc.c              |    4 +
 drivers/mmc/gen_atmel_mci.c          |    2 +
 drivers/mmc/mmc.c                    |    8 +-
 drivers/mmc/mxcmmc.c                 |    2 +
 drivers/mmc/omap_hsmmc.c             |   10 +
 drivers/mmc/s5p_mmc.c                |    1 +
 include/configs/ca9x4_ct_vxp.h       |    4 +
 include/mmc.h                        |   46 ++--
 15 files changed, 689 insertions(+), 30 deletions(-)
 create mode 100644 drivers/mmc/arm_pl180_mmci.c
 create mode 100644 drivers/mmc/arm_pl180_mmci.h

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

* [U-Boot] Please pull u-boot-mmc.git
  2011-04-14  0:32 Andy Fleming
@ 2011-04-20 20:47 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2011-04-20 20:47 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1302741144-8656-1-git-send-email-afleming@freescale.com> you wrote:
> I apologize for the long delay.  Hopefully now that we're beginning to push
> out all of this p4080 stuff, I'll be able to stay on top of what's happening
> outside of Freescale.
> 
> The following changes since commit b16aadf411280fc426d7488ddd8a5b2038b7194d:
>   Lei Wen (1):
>         disk/part.c: fix potential stack overflow bug
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Alagu Sankar (1):
>       SD1.00 wide-bus fix
> 
> Frans Meulenbroeks (1):
>       drivers/mmc/fsl_esdhc.c: reordered tests
> 
> Matt Waddel (1):
>       MMC: Max blocks value adjustable
> 
> Mike Frysinger (1):
>       mmc: constify & localize data
> 
> Minkyu Kang (2):
>       mmc: show mmc capacity using print_size
>       mmc: remove duplicated header file
> 
> Raffaele Recalcati (4):
>       mmc: checking status after commands with R1b response
>       mmc: SEND_OP_COND considers card capabilities (voltage)
>       mmc: trace added
>       MMC may wrongly regconize 2GB eMMC as high capacity
> 
> Thomas Chou (1):
>       mmc: add generic mmc spi driver
> 
> Wolfgang Wegner (1):
>       add CONFIG_SPI_IDLE_VAL for cf_spi.c to allow use of spi_mmc
> 
>  common/Makefile         |    1 +
>  common/cmd_mmc.c        |    3 +-
>  common/cmd_mmc_spi.c    |   88 +++++++++++++++
>  drivers/mmc/Makefile    |    1 +
>  drivers/mmc/fsl_esdhc.c |    6 +-
>  drivers/mmc/mmc.c       |  260 ++++++++++++++++++++++++++++++++++++-------
>  drivers/mmc/mmc_spi.c   |  280 +++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/spi/cf_spi.c    |   14 ++-
>  include/mmc.h           |   11 ++
>  9 files changed, 614 insertions(+), 50 deletions(-)
>  create mode 100644 common/cmd_mmc_spi.c
>  create mode 100644 drivers/mmc/mmc_spi.c

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
One of the advantages of being a captain is being able to ask for ad-
vice without necessarily having to take it.
	-- Kirk, "Dagger of the Mind", stardate 2715.2

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2011-04-14  0:32 Andy Fleming
  2011-04-20 20:47 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2011-04-14  0:32 UTC (permalink / raw)
  To: u-boot

I apologize for the long delay.  Hopefully now that we're beginning to push
out all of this p4080 stuff, I'll be able to stay on top of what's happening
outside of Freescale.

The following changes since commit b16aadf411280fc426d7488ddd8a5b2038b7194d:
  Lei Wen (1):
        disk/part.c: fix potential stack overflow bug

are available in the git repository at:

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

Alagu Sankar (1):
      SD1.00 wide-bus fix

Frans Meulenbroeks (1):
      drivers/mmc/fsl_esdhc.c: reordered tests

Matt Waddel (1):
      MMC: Max blocks value adjustable

Mike Frysinger (1):
      mmc: constify & localize data

Minkyu Kang (2):
      mmc: show mmc capacity using print_size
      mmc: remove duplicated header file

Raffaele Recalcati (4):
      mmc: checking status after commands with R1b response
      mmc: SEND_OP_COND considers card capabilities (voltage)
      mmc: trace added
      MMC may wrongly regconize 2GB eMMC as high capacity

Thomas Chou (1):
      mmc: add generic mmc spi driver

Wolfgang Wegner (1):
      add CONFIG_SPI_IDLE_VAL for cf_spi.c to allow use of spi_mmc

 common/Makefile         |    1 +
 common/cmd_mmc.c        |    3 +-
 common/cmd_mmc_spi.c    |   88 +++++++++++++++
 drivers/mmc/Makefile    |    1 +
 drivers/mmc/fsl_esdhc.c |    6 +-
 drivers/mmc/mmc.c       |  260 ++++++++++++++++++++++++++++++++++++-------
 drivers/mmc/mmc_spi.c   |  280 +++++++++++++++++++++++++++++++++++++++++++++++
 drivers/spi/cf_spi.c    |   14 ++-
 include/mmc.h           |   11 ++
 9 files changed, 614 insertions(+), 50 deletions(-)
 create mode 100644 common/cmd_mmc_spi.c
 create mode 100644 drivers/mmc/mmc_spi.c

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

* [U-Boot] Please pull u-boot-mmc.git
  2010-04-24  2:21 Andy Fleming
@ 2010-04-24 19:26 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2010-04-24 19:26 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1272075663-10856-1-git-send-email-afleming@freescale.com> you wrote:
> There are still a few pending patches that I'm waiting to hear back about,
> and you or Kumar have applied most of the others, but this one has been
> cleaned up and applied to my tree.
> 
> The following changes since commit a47a12becf66f02a56da91c161e2edb625e9f20c:
>   Stefan Roese (1):
>         Move arch/ppc to arch/powerpc
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Dipen Dudhat (1):
>       ppc/85xx: PIO Support for FSL eSDHC Controller Driver
> 
>  drivers/mmc/fsl_esdhc.c |   87 +++++++++++++++++++++++++++++++++++++++++++++-
>  include/fsl_esdhc.h     |    2 +
>  2 files changed, 87 insertions(+), 2 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"I refuse to have a battle of wits with an unarmed person."

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2010-04-24  2:21 Andy Fleming
  2010-04-24 19:26 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2010-04-24  2:21 UTC (permalink / raw)
  To: u-boot

There are still a few pending patches that I'm waiting to hear back about,
and you or Kumar have applied most of the others, but this one has been
cleaned up and applied to my tree.

The following changes since commit a47a12becf66f02a56da91c161e2edb625e9f20c:
  Stefan Roese (1):
        Move arch/ppc to arch/powerpc

are available in the git repository at:

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

Dipen Dudhat (1):
      ppc/85xx: PIO Support for FSL eSDHC Controller Driver

 drivers/mmc/fsl_esdhc.c |   87 +++++++++++++++++++++++++++++++++++++++++++++-
 include/fsl_esdhc.h     |    2 +
 2 files changed, 87 insertions(+), 2 deletions(-)

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

* [U-Boot] Please pull u-boot-mmc.git
  2009-06-04  4:54 Andy Fleming
@ 2009-06-04  9:02 ` Wolfgang Denk
  0 siblings, 0 replies; 44+ messages in thread
From: Wolfgang Denk @ 2009-06-04  9:02 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1244091266-22803-1-git-send-email-afleming@freescale.com> you wrote:
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Rabin Vincent (5):
>       mmc: clean up help texts
>       mmc: check find_mmc_device return value
>       mmc: use lldiv to fix arm eabi build
>       mmc: fix response decoding on little endian
>       mmc: drop unnecessary casts
> 
> Yauhen Kharuzhy (2):
>       mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
>       mmc: Fix decoding of SCR & function switch data on little-endian machines
> 
>  common/cmd_mmc.c        |   18 ++++++++++---
>  drivers/mmc/fsl_esdhc.c |   10 +++---
>  drivers/mmc/mmc.c       |   63 ++++++++++++++++++++++------------------------
>  include/mmc.h           |    6 ++--
>  4 files changed, 52 insertions(+), 45 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
C++ is the best example of second-system effect since OS/360.

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

* [U-Boot] Please pull u-boot-mmc.git
@ 2009-06-04  4:54 Andy Fleming
  2009-06-04  9:02 ` Wolfgang Denk
  0 siblings, 1 reply; 44+ messages in thread
From: Andy Fleming @ 2009-06-04  4:54 UTC (permalink / raw)
  To: u-boot

are available in the git repository at:

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

Rabin Vincent (5):
      mmc: clean up help texts
      mmc: check find_mmc_device return value
      mmc: use lldiv to fix arm eabi build
      mmc: fix response decoding on little endian
      mmc: drop unnecessary casts

Yauhen Kharuzhy (2):
      mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
      mmc: Fix decoding of SCR & function switch data on little-endian machines

 common/cmd_mmc.c        |   18 ++++++++++---
 drivers/mmc/fsl_esdhc.c |   10 +++---
 drivers/mmc/mmc.c       |   63 ++++++++++++++++++++++------------------------
 include/mmc.h           |    6 ++--
 4 files changed, 52 insertions(+), 45 deletions(-)

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

end of thread, other threads:[~2013-07-17 14:39 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06 20:37 [U-Boot] Please pull u-boot-mmc.git Andy Fleming
2012-09-18 14:48 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2013-07-17  0:08 Andy Fleming
2013-07-17 14:39 ` Tom Rini
2013-06-14 19:34 Andy Fleming
2013-06-16  0:24 ` Tom Rini
2013-05-15 23:33 Andy Fleming
2013-05-16 14:24 ` Tom Rini
2013-05-07  7:05 Andy Fleming
2013-05-07 18:15 ` Tom Rini
2012-11-27 23:50 Andy Fleming
2012-11-28 13:47 ` Tom Rini
2012-11-27 23:28 Andy Fleming
2012-10-22 22:40 Andy Fleming
2012-10-23  2:53 ` Tom Rini
2012-07-13 22:18 Andy Fleming
2012-07-18  6:55 ` Wolfgang Denk
2012-05-09 19:07 Andy Fleming
2012-05-20 19:29 ` Wolfgang Denk
2012-01-09  3:44 Andy Fleming
2012-01-13 19:07 ` Wolfgang Denk
2011-11-26  0:58 Andy Fleming
2011-11-27 15:05 ` Wolfgang Denk
2011-11-12 21:54 Andy Fleming
2011-11-16 18:58 ` Wolfgang Denk
2011-11-08 20:53 Andy Fleming
2011-11-03  7:24 Andy Fleming
2011-11-03 18:50 ` Wolfgang Denk
2011-09-04 23:03 Andy Fleming
2011-09-07 20:23 ` Wolfgang Denk
2011-08-02 20:25 Andy Fleming
2011-08-02 20:41 ` Wolfgang Denk
2011-07-16  1:30 Andy Fleming
2011-07-19 20:31 ` Wolfgang Denk
2011-05-18 20:02 Andy Fleming
2011-05-18 20:55 ` Wolfgang Denk
2011-04-29  8:31 Andy Fleming
2011-04-29 20:47 ` Wolfgang Denk
2011-04-14  0:32 Andy Fleming
2011-04-20 20:47 ` Wolfgang Denk
2010-04-24  2:21 Andy Fleming
2010-04-24 19:26 ` Wolfgang Denk
2009-06-04  4:54 Andy Fleming
2009-06-04  9:02 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.