aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/allwinner-sdhost.c
AgeCommit message (Expand)Author
2022-05-30hw/sd/allwinner-sdhost: report FIFO water level as 1 when data readyIcenowy Zheng
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-28hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé
2020-08-21hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possiblePhilippe Mathieu-Daudé
2020-08-21hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possiblePhilippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank