aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07hw/sd: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé1-11/+8
2021-02-20hw/sd: Introduce receive_ready() callbackBin Meng1-0/+13
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini1-1/+2
2020-08-21hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé1-0/+15
2020-08-21hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé1-0/+15
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé1-1/+1
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé1-1/+1
2020-08-21hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé1-2/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-06-29sd: Don't trace SDRequest crc fieldPeter Maydell1-1/+1
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth1-1/+0
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé1-0/+34
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé1-0/+13
2018-02-13sdbus: add trace eventsPhilippe Mathieu-Daudé1-2/+12
2017-02-28hw/sd: add card-reparenting functionClement Deschamps1-0/+27
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell1-0/+146