public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andy Fleming <afleming@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mmc.git
Date: Mon, 22 Oct 2012 17:40:58 -0500	[thread overview]
Message-ID: <1350945658-14516-1-git-send-email-afleming@freescale.com> (raw)

  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

             reply	other threads:[~2012-10-22 22:40 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-22 22:40 Andy Fleming [this message]
2012-10-23  2:53 ` [U-Boot] Please pull u-boot-mmc.git 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-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-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

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=1350945658-14516-1-git-send-email-afleming@freescale.com \
    --to=afleming@freescale.com \
    --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