mbox

[GIT,PULL] mmc: msm_sdcc: Fixes for 3.2

Message ID 20110825220858.GA13652@huya.qualcomm.com
State New
Headers show

Pull-request

git://codeaurora.org/quic/kernel/davidb/linux-msm.git msm-sdcc

Message

David Brown Aug. 25, 2011, 10:08 p.m. UTC
The following changes since commit 93ee7a9340d64f20295aacc3fb6a22b759323280:

  Linux 3.1-rc2 (2011-08-14 15:09:08 -0700)

are available in the git repository at:
  git://codeaurora.org/quic/kernel/davidb/linux-msm.git msm-sdcc

Alexander Tarasikov (2):
      msm: Fix a typo in MSM SDCC driver gpio setup
      msm: Implement init_card operation for MSM SDCC

Sahitya Tummala (5):
      mmc: msm_sdcc: Handle error cases in probe
      mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.
      msm: mmc: Remove "pio_irq" resource
      mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interrupts
      mmc: msm_sdcc: Change initialization order of busclk_timer in probe

Subhash Jadavani (1):
      mmc: msm_sdcc: Handle dma resource not present case

 arch/arm/mach-msm/devices-msm7x00.c  |   24 ----------
 arch/arm/mach-msm/devices-qsd8x50.c  |   24 ----------
 arch/arm/mach-msm/include/mach/mmc.h |    9 +----
 drivers/mmc/host/msm_sdcc.c          |   78 +++++++++++++++++++++++----------
 drivers/mmc/host/msm_sdcc.h          |    6 ++-
 5 files changed, 60 insertions(+), 81 deletions(-)