commit | 31cacbabf07ce00f5250b9826d5e48d4bbee1f94 | [log] [tgz] |
---|---|---|
author | Raffaele Recalcati <raffaele.recalcati@bticino.it> | Fri Mar 11 02:01:13 2011 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Wed Apr 13 07:09:04 2011 -0500 |
tree | 6a74675a8854534415fda66327ffd944299a6972 | |
parent | 5d4fc8d907ed12844b9c9190601fef2919f3ec25 [diff] |
mmc: SEND_OP_COND considers card capabilities (voltage) The first SEND_OP_COND (CMD1) command added is used to ask card capabilities. After it an AND operation is done between card capabilities and host capabilities (at the moment only for the voltage field). Finally the correct value is sent to the MMC, waiting that the card exits from busy state. Signed-off-by: Raffaele Recalcati <raffaele.recalcati@bticino.it> Signed-off-by: Andy Fleming <afleming@freescale.com>