From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 09 May 2011 00:55:10 +0000 Subject: mmc: sdhi, tmio: updates Message-Id: <1304902516-14150-1-git-send-email-horms@verge.net.au> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Guennadi Liakhovetski , Magnus Damm Cc: Ian Molton , Chris Ball , Paul Mundt , linux-sh@vger.kernel.org, linux-mmc@vger.kernel.org Hi, there are currently a number of patches floating around for TMIO and SDHI. This post is an attempt to collect together the latest version of each of these patches. I have also changed the author of the following patches from Magnus to Guennadi to reflect that Guennadi wrote the most recent version. In each case I have noted that the patch is based on work by Magnus and as appropriate work by myself. mmc: tmio / sdhi: break out interrupt request/free mmc: sdhi: support up to 3 interrupt sources I have also removed Signed-off-by lines from the following patches which were not supplied by the person whose name features in the Signed-off-by line. mmc: sdhi: support up to 3 interrupt sources mmc: tmio / sdhi: break out interrupt request/free Or in other words, I removed Magnus's Signed-off-by lines where Guennadi had posted a revised version of the patch. Magnus, could you add a Reviewed-by, Acked-by or Signed-off-by as you feel is appropriate? For reference the patches are available at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/shmobile-2.6.git sdhi-next Which is based on: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git mmc/mmc-next Guennadi Liakhovetski (4): MMC: protect the tmio_mmc driver against a theoretical race mmc: Add runtime and system-wide PM to the TMIO MMC driver mmc: tmio / sdhi: break out interrupt request/free mmc: sdhi: support up to 3 interrupt sources Magnus Damm (2): mmc: sdhi: no need for special interrupt flags mmc: sdhi: print out something useful drivers/mmc/host/sh_mobile_sdhi.c | 44 ++++++++++++- drivers/mmc/host/tmio_mmc.c | 32 ++++++--- drivers/mmc/host/tmio_mmc.h | 13 ++++- drivers/mmc/host/tmio_mmc_dma.c | 21 ++++--- drivers/mmc/host/tmio_mmc_pio.c | 128 +++++++++++++++++++++++++++++++------ 5 files changed, 195 insertions(+), 43 deletions(-)