linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] MMC fixes for 3.6-rc5
@ 2012-09-06  1:56 Chris Ball
  0 siblings, 0 replies; only message in thread
From: Chris Ball @ 2012-09-06  1:56 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-mmc

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git tags/mmc-fixes-for-3.6-rc5

to receive MMC fixes for 3.6-rc5.  There are no merge conflicts, and the
patches have been tested in linux-next.  Thanks.


The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git tags/mmc-fixes-for-3.6-rc5

for you to fetch changes up to 75b53aee2f4fe6375c6007226bf68d75b5c4a929:

  mmc: omap: fix broken PIO mode (2012-09-04 13:58:11 -0400)

----------------------------------------------------------------
MMC fixes for 3.6-rc5:
 - a firmware bug on several Samsung MoviNAND eMMC models causes
   permanent corruption on the device when secure erase and secure trim
   requests are made, so we disable those requests on these eMMC devices.
 - atmel-mci: fix a hang with some SD cards by waiting for not-busy flag.
 - dw_mmc: low-power mode breaks SDIO interrupts; fix PIO error handling;
   fix handling of error interrupts.
 - mxs-mmc: fix deadlocks; fix compile error due to dma.h arch change.
 - omap: fix broken PIO mode causing memory corruption.
 - sdhci-esdhc: fix card detection.

----------------------------------------------------------------
Doug Anderson (1):
      mmc: dw_mmc: Disable low power mode if SDIO interrupts are used

Ian Chen (1):
      mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.

Lauri Hintsala (2):
      mmc: mxs-mmc: fix deadlock in SDIO IRQ case
      mmc: mxs-mmc: fix deadlock caused by recursion loop

Ludovic Desroches (1):
      mmc: atmel-mci: not busy flag has also to be used for read operations

Paul Walmsley (1):
      mmc: omap: fix broken PIO mode

Seungwon Jeon (3):
      mmc: dw_mmc: amend using error interrupt status
      mmc: dw_mmc: correct mishandling error interrupt
      mmc: dw_mmc: fix error handling in PIO mode

Shawn Guo (1):
      mmc: sdhci-esdhc: break out early if clock is 0

Sonic Zhang (1):
      mmc: bfin_sdh: fix dma_desc_array build error

 drivers/mmc/card/block.c       | 26 ++++++++++++-
 drivers/mmc/host/atmel-mci.c   |  6 ++-
 drivers/mmc/host/bfin_sdh.c    |  7 ----
 drivers/mmc/host/dw_mmc.c      | 85 +++++++++++++++++++++++-------------------
 drivers/mmc/host/mxs-mmc.c     | 14 +++----
 drivers/mmc/host/omap.c        | 14 +++++--
 drivers/mmc/host/sdhci-esdhc.h |  6 +--
 include/linux/mmc/card.h       |  1 +
 8 files changed, 98 insertions(+), 61 deletions(-)

-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-06  1:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06  1:56 [GIT PULL] MMC fixes for 3.6-rc5 Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).