> From: Jamin Lin <jamin_...@aspeedtech.com> > Sent: Friday, December 13, 2024 11:12 AM > To: Philippe Mathieu-Daudé <phi...@linaro.org>; Bin Meng > <bmeng...@gmail.com>; open list:SD (Secure Card) > <qemu-bl...@nongnu.org>; open list:All patches CC here > <qemu-devel@nongnu.org> > Cc: Jamin Lin <jamin_...@aspeedtech.com>; Troy Lee > <troy_...@aspeedtech.com>; Yunlin Tang <yunlin.t...@aspeedtech.com> > 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