On Fri, Dec 13, 2019 at 12:56 AM Philippe Mathieu-Daudé
<address@hidden <mailto:address@hidden>> wrote:
Hi Niek,
On 12/11/19 11:34 PM, Niek Linnenbank wrote:
> Ping!
>
> Anyone would like to comment on this driver?
>
> I finished the rework on all previous comments in this series.
>
> Currently debugging the hflags error reported by Philippe.
> After that, I'm ready to send out v2 of these patches.
>
> Regards,
> Niek
>
> On Mon, Dec 2, 2019 at 10:10 PM Niek Linnenbank
> <address@hidden <mailto:address@hidden>
<mailto:address@hidden <mailto:address@hidden>>>
wrote:
>
> The Allwinner H3 System on Chip contains an integrated storage
> controller for Secure Digital (SD) and Multi Media Card (MMC)
> interfaces. This commit adds support for the Allwinner H3
> SD/MMC storage controller with the following emulated features:
>
> * DMA transfers
> * Direct FIFO I/O
> * Short/Long format command responses
> * Auto-Stop command (CMD12)
> * Insert & remove card detection
>
> Signed-off-by: Niek Linnenbank <address@hidden
<mailto:address@hidden>
> <mailto:address@hidden
<mailto:address@hidden>>>
> ---
> hw/arm/allwinner-h3.c | 20 +
> hw/arm/orangepi.c | 17 +
> hw/sd/Makefile.objs | 1 +
> hw/sd/allwinner-h3-sdhost.c | 791
++++++++++++++++++++++++++++
> hw/sd/trace-events | 7 +
> include/hw/arm/allwinner-h3.h | 2 +
> include/hw/sd/allwinner-h3-sdhost.h | 73 +++
> 7 files changed, 911 insertions(+)
> create mode 100644 hw/sd/allwinner-h3-sdhost.c
> create mode 100644 include/hw/sd/allwinner-h3-sdhost.h