qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] hw/sd: Support block write in SPI mode
@ 2021-01-24 20:28 Philippe Mathieu-Daudé
  2021-01-24 20:28 ` [PATCH v3 1/6] hw/sd: ssi-sd: Support multiple block read Philippe Mathieu-Daudé
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-01-24 20:28 UTC (permalink / raw)
  To: qemu-devel, Bin Meng
  Cc: Pragnesh Patel, Alistair Francis, Philippe Mathieu-Daudé,
	qemu-block

These are Bin's SD patches from his v2, rebased on sd-next.

v2:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg775712.html

Based-on: <20210124201106.2602238-1-f4bug@amsat.org>

Bin Meng (6):
  hw/sd: ssi-sd: Support multiple block read
  hw/sd: sd: Remove duplicated codes in single/multiple block read/write
  hw/sd: sd: Allow single/multiple block write for SPI mode
  hw/sd: Introduce receive_ready() callback
  hw/sd: ssi-sd: Support single block write
  hw/sd: ssi-sd: Support multiple block write

 include/hw/sd/sd.h |   2 +
 hw/sd/core.c       |  13 +++++
 hw/sd/sd.c         |  56 +++-------------------
 hw/sd/ssi-sd.c     | 117 ++++++++++++++++++++++++++++++++++++++++-----
 4 files changed, 125 insertions(+), 63 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2021-01-25  8:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-24 20:28 [PATCH v3 0/6] hw/sd: Support block write in SPI mode Philippe Mathieu-Daudé
2021-01-24 20:28 ` [PATCH v3 1/6] hw/sd: ssi-sd: Support multiple block read Philippe Mathieu-Daudé
2021-01-24 20:28 ` [PATCH v3 2/6] hw/sd: sd: Remove duplicated codes in single/multiple block read/write Philippe Mathieu-Daudé
2021-01-24 20:28 ` [PATCH v3 3/6] hw/sd: sd: Allow single/multiple block write for SPI mode Philippe Mathieu-Daudé
2021-01-24 20:28 ` [PATCH v3 4/6] hw/sd: Introduce receive_ready() callback Philippe Mathieu-Daudé
2021-01-24 20:28 ` [PATCH v3 5/6] hw/sd: ssi-sd: Support single block write Philippe Mathieu-Daudé
2021-01-24 20:28 ` [PATCH v3 6/6] hw/sd: ssi-sd: Support multiple " Philippe Mathieu-Daudé
2021-01-25  3:21 ` [PATCH v3 0/6] hw/sd: Support block write in SPI mode Bin Meng
2021-01-25  8:38 ` Philippe Mathieu-Daudé

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