All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] sd:sdhci Fix data transfer did not complete
@ 2024-12-13  3:12 Jamin Lin via
  2024-12-13  3:12 ` [PATCH v2 1/2] hw/sd/sdhci: Fix boundary_count overflow in sdhci_sdma_transfer_multi_blocks Jamin Lin via
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jamin Lin via @ 2024-12-13  3:12 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Bin Meng, open list:SD (Secure Card),
	open list:All patches CC here
  Cc: jamin_lin, troy_lee, yunlin.tang

v1:
1. Fix boundary_count overflow
2. Fix data transfer did not complete if data size is bigger then SDMA Buffer Boundary

v2:
1. fix typo
2. update to none RFC patch
3. check the most upper byte of SDMA System Address Register (0x00) is written,
   then restarts SDMA data transfer.

Jamin Lin (2):
  hw/sd/sdhci: Fix boundary_count overflow in
    sdhci_sdma_transfer_multi_blocks
  hw/sd/sdhci: Fix data transfer did not complete if data size is bigger
    than SDMA Buffer Boundary

 hw/sd/sdhci.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2025-01-07 10:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13  3:12 [PATCH v2 0/2] sd:sdhci Fix data transfer did not complete Jamin Lin via
2024-12-13  3:12 ` [PATCH v2 1/2] hw/sd/sdhci: Fix boundary_count overflow in sdhci_sdma_transfer_multi_blocks Jamin Lin via
2024-12-13  3:12 ` [PATCH v2 2/2] hw/sd/sdhci: Fix data transfer did not complete if data size is bigger than SDMA Buffer Boundary Jamin Lin via
2025-01-07  7:10   ` Bernhard Beschow
2025-01-07 10:36     ` Philippe Mathieu-Daudé
2025-01-02  2:36 ` [PATCH v2 0/2] sd:sdhci Fix data transfer did not complete Jamin Lin

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.