public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MMC: au1xmmc R6 response support
@ 2007-01-23 10:08 Manuel Lauss
  2007-01-23 18:56 ` Pierre Ossman
  0 siblings, 1 reply; 9+ messages in thread
From: Manuel Lauss @ 2007-01-23 10:08 UTC (permalink / raw)
  To: drzeus-mmc; +Cc: linux-mips, linux-kernel

Hi,

here's a trivial patch which adds R6 reponse support to the au1xmmc
driver. Fixes SD card detection / operation.

---

Add Response type R6 support to the au1xmmc driver; fixes SD card
detection and operation.

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>

--- a/drivers/mmc/au1xmmc.c~	2007-01-23 10:52:33.771983000 +0100
+++ b/drivers/mmc/au1xmmc.c	2007-01-23 10:52:33.771983000 +0100
@@ -205,6 +205,9 @@ static int au1xmmc_send_command(struct a
 	case MMC_RSP_R3:
 		mmccmd |= SD_CMD_RT_3;
 		break;
+	case MMC_RSP_R6:
+		mmccmd |= SD_CMD_RT_6;
+		break;
 	}
 
 	switch(cmd->opcode) {

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-01-25  8:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-23 10:08 [PATCH] MMC: au1xmmc R6 response support Manuel Lauss
2007-01-23 18:56 ` Pierre Ossman
2007-01-24  5:52   ` Manuel Lauss
2007-01-24  6:24     ` Manuel Lauss
2007-01-24 10:04     ` Pierre Ossman
2007-01-25  7:20       ` Manuel Lauss
2007-01-25  8:19         ` Manuel Lauss
2007-01-25  8:31           ` Pierre Ossman
2007-01-25  8:33         ` Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox