public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* execution order of packed command in eMMC
@ 2015-05-06 18:16 Meng Wang
  2015-05-07  7:02 ` Konstantin Dorfman
  0 siblings, 1 reply; 3+ messages in thread
From: Meng Wang @ 2015-05-06 18:16 UTC (permalink / raw)
  To: linux-mmc

Hello,

Recently, I am working on eMMC device driver. My question is on the
execution sequence of the packed commands. According to the emmc 5.0
spec,
```
6.6.32.2 Packed Commands Error Handling
If one of the individual commands causes a failure, the following
individual commands within the same packed command are not executed.
```
it seems to imply the execution of the commands in one pack is in the
sequence that they are listed in the packed command header. So when
error happens, I can safely assert it is completed for the first
PACKED_FAILURE_INDEX commands in one pack. Is my understanding
correct?

Thanks,
Meng

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

end of thread, other threads:[~2015-05-07 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 18:16 execution order of packed command in eMMC Meng Wang
2015-05-07  7:02 ` Konstantin Dorfman
2015-05-07 14:38   ` Meng Wang

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