qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] sd: sdhci: correct transfer mode register usage
@ 2017-02-08  6:42 P J P
  2017-02-08  6:42 ` [Qemu-devel] [PATCH v2 1/3] sd: sdhci: check transfer mode register in multi block transfer P J P
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: P J P @ 2017-02-08  6:42 UTC (permalink / raw)
  To: Qemu Developers
  Cc: Alistair Francis, Peter Maydell, Wjjzhang, Jiang Xin,
	Edgar E . Iglesias, Prasad J Pandit

From: Prasad J Pandit <pjp@fedoraproject.org>

Hello,

In SDHCI protocol, the 'Block Count Enable' bit of the Transfer Mode
register is used to control 's->blkcnt' value. One, this bit is not
relevant in single block transfers. Second, Transfer Mode register
value could be set such that 's->blkcnt' would not see an update
during multi block transfers. Thus leading to an infinite loop.

This patch set attempts to correct 'Block Count Enable' bit usage.

This series incorporates changes suggested in patch set v1:
  -> https://lists.gnu.org/archive/html/qemu-devel/2017-01/msg06476.html

Thank you.
--
Prasad J Pandit (3):
  sd: sdhci: check transfer mode register in multi block transfer
  sd: sdhci: conditionally invoke multi block transfer
  sd: sdhci: Remove block count enable check in single block transfers

 hw/sd/sdhci.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

--
2.9.3

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

end of thread, other threads:[~2017-02-10 23:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08  6:42 [Qemu-devel] [PATCH v2 0/3] sd: sdhci: correct transfer mode register usage P J P
2017-02-08  6:42 ` [Qemu-devel] [PATCH v2 1/3] sd: sdhci: check transfer mode register in multi block transfer P J P
2017-02-10 22:45   ` Alistair Francis
2017-02-08  6:42 ` [Qemu-devel] [PATCH v2 2/3] sd: sdhci: conditionally invoke " P J P
2017-02-10 23:10   ` Alistair Francis
2017-02-08  6:42 ` [Qemu-devel] [PATCH v2 3/3] sd: sdhci: Remove block count enable check in single block transfers P J P

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).