linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: sdio: Fix sdio wait busy implement limitation
@ 2017-04-17  8:09 jiajie.hao
  2017-04-17  8:09 ` jiajie.hao
  0 siblings, 1 reply; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ 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:36   ` 答复: " Jiajie Hao (郝加节)
2017-04-20 13:27   ` Ulf Hansson
2017-04-23  6:42     ` Jiajie Hao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).