All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: sdio: Fix sdio wait busy implement limitation
@ 2017-04-17  8:09 ` jiajie.hao
  0 siblings, 0 replies; 9+ messages in thread
From: jiajie.hao @ 2017-04-17  8:09 UTC (permalink / raw)
  To: ulf.hansson
  Cc: linus.walleij, chaotian.jing, yong.mao, eddie.huang,
	srv_heupstream, linux-mmc, linux-kernel, linux-mediatek,
	linux-arm-kernel

The host may issue an I/O abort by writing to the CCCR at any time
during I/O read operation via CMD52. And host may need suspend
transcation during write busy stage in SDIO suspend/resume scenario.
>From other side, a card may accept CMD52 during data transfer phase.

Previous implement would block issuing above command in busy stage.
It cause function driver can't implement as proper way and has no
opportunity to do some coverage in error case via I/O abort etc.

We need bypass some necessary operation during busy check stage.

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

end of thread, other threads:[~2017-04-23  6:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-17  8:09 [PATCH] mmc: sdio: Fix sdio wait busy implement limitation jiajie.hao
2017-04-17  8:09 ` jiajie.hao
2017-04-17  8:09 ` jiajie.hao
2017-04-17  8:09   ` jiajie.hao
2017-04-17  8:36   ` 答复: " Jiajie Hao (郝加节)
2017-04-17  8:36     ` Jiajie Hao (郝加节)
2017-04-20 13:27   ` Ulf Hansson
2017-04-23  6:42     ` Jiajie Hao
2017-04-23  6:42       ` Jiajie Hao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.