> From: Jamin Lin <[email protected]> > Sent: Friday, December 13, 2024 11:12 AM > To: Philippe Mathieu-Daudé <[email protected]>; Bin Meng > <[email protected]>; open list:SD (Secure Card) > <[email protected]>; open list:All patches CC here > <[email protected]> > Cc: Jamin Lin <[email protected]>; Troy Lee > <[email protected]>; Yunlin Tang <[email protected]> > Subject: [PATCH v2 0/2] sd:sdhci Fix data transfer did not complete > > 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(-) >
Hi Philippe, SDHCI Maintainer, Happy New Year 2025! Sorry to bother you. If you have time, could you please help review this patch series? Thanks, Jamin > -- > 2.34.1
