commit | 7541ca98477862e2e9988c6c2ceadbdccefa9d77 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Tue Jun 12 22:56:09 2012 +0200 |
committer | Chris Ball <cjb@laptop.org> | Sat Jul 21 00:02:07 2012 -0400 |
tree | a1a98f8dba20ed272b9c7acbd7cd2ed2e4da60de | |
parent | 94c6cee91bebfc17596243b6a5f4fe910feec426 [diff] |
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 <laurent.pinchart@ideasonboard.com> Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Chris Ball <cjb@laptop.org>