public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mmc.git
Date: Sun, 20 May 2012 21:29:27 +0200	[thread overview]
Message-ID: <20120520192927.D8A6420648D@gemini.denx.de> (raw)
In-Reply-To: <1336590428-7152-1-git-send-email-afleming@freescale.com>

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

  reply	other threads:[~2012-05-20 19:29 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-09 19:07 [U-Boot] Please pull u-boot-mmc.git Andy Fleming
2012-05-20 19:29 ` Wolfgang Denk [this message]
  -- 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-09-06 20:37 Andy Fleming
2012-09-18 14:48 ` Tom Rini
2012-07-13 22:18 Andy Fleming
2012-07-18  6:55 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120520192927.D8A6420648D@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox