aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/allwinner-sdhost.c
AgeCommit message (Expand)Author
2023-12-30hw/sd: Constify VMStateRichard Henderson
2023-06-19hw/sd/allwinner-sdhost: Don't send non-boolean IRQ line levelsPeter Maydell
2023-06-06hw: sd: allwinner-sdhost: Add sun50i-a64 SoC supportqianfan Zhao
2023-05-02hw/sd/allwinner-sdhost: Correctly byteswap descriptor fieldsPeter Maydell
2022-11-21hw/sd: Fix sun4i allwinner-sdhost for U-BootStrahinja Jankovic
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