aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/allwinner-sdhost.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost1-2/+3
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-08-28hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé1-6/+31
2020-08-21hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possiblePhilippe Mathieu-Daudé1-7/+3
2020-08-21hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possiblePhilippe Mathieu-Daudé1-9/+5
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé1-5/+5
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé1-5/+5
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank1-0/+854