Re: [PATCH v2 07/12] hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support

2023-04-18 Thread qianfan
在 2023/4/7 4:18, Niek Linnenbank 写道: On Tue, Mar 28, 2023 at 7:47 AM wrote: From: qianfan Zhao A64's sd register was similar to H3, and it introduced a new register named SAMP_DL_REG location at 0x144. The dma descriptor buffer size of mmc2 is only 8K and the other mmc co

Re: [PATCH v2 07/12] hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support

2023-04-06 Thread Niek Linnenbank
On Tue, Mar 28, 2023 at 7:47 AM wrote: > From: qianfan Zhao > > A64's sd register was similar to H3, and it introduced a new register > named SAMP_DL_REG location at 0x144. The dma descriptor buffer size of > mmc2 is only 8K and the other mmc controllers has 64K. > > Signed-off-by: qianfan Zhao

[PATCH v2 07/12] hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support

2023-03-27 Thread qianfanguijin
From: qianfan Zhao A64's sd register was similar to H3, and it introduced a new register named SAMP_DL_REG location at 0x144. The dma descriptor buffer size of mmc2 is only 8K and the other mmc controllers has 64K. Signed-off-by: qianfan Zhao --- hw/sd/allwinner-sdhost.c | 70 +