summaryrefslogtreecommitdiffstats
path: root/hw/sd/core.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-121-1/+2
* hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé2020-08-211-0/+15
* hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé2020-08-211-0/+15
* hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé2020-08-211-1/+1
* hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé2020-08-211-1/+1
* hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé2020-08-211-2/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* sd: Don't trace SDRequest crc fieldPeter Maydell2018-06-291-1/+1
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-1/+0Star
* sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé2018-02-131-0/+34
* sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé2018-02-131-0/+13
* sdbus: add trace eventsPhilippe Mathieu-Daudé2018-02-131-2/+12
* hw/sd: add card-reparenting functionClement Deschamps2017-02-281-0/+27
* hw/sd: Add QOM bus which SD cards plug in toPeter Maydell2016-02-181-0/+146