From: Laurent Pinchart Date: Tue, 12 Jun 2012 20:56:09 +0000 (+0200) Subject: mmc: sh_mmcif: Support MMC_SLEEP_AWAKE command X-Git-Tag: v3.6-rc1~153^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7541ca98477862e2e9988c6c2ceadbdccefa9d77;p=pandora-kernel.git mmc: sh_mmcif: Support MMC_SLEEP_AWAKE command The MMC_SLEEP_AWAKE and SD_IO_SEND_OP_COND commands share the same opcode. SD_IO_SEND_OP_COND isn't supported by the SH MMCIF, but MMC_SLEEP_AWAKE is. Discriminate between the two commands using the command flags, and reject SD_IO_SEND_OP_COND only. Signed-off-by: Laurent Pinchart Acked-by: Guennadi Liakhovetski Signed-off-by: Chris Ball --- Reading git-diff-tree failed