summaryrefslogtreecommitdiffstats
path: root/include/hw/sd/sd.h
Commit message (Expand)AuthorAgeFilesLines
* hw/sd: Introduce receive_ready() callbackBin Meng2021-02-201-0/+2
* hw/sd: sd.h: Cosmetic change of using spacesBin Meng2021-01-241-21/+21
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-8/+4Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé2020-08-211-0/+9
* hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé2020-08-211-0/+9
* hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé2020-08-211-1/+9
* hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé2020-08-211-1/+8
* hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé2020-08-211-2/+17
* hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé2020-08-211-16/+0Star
* hw/sd/sdcard: Make sd_data_ready() staticPhilippe Mathieu-Daudé2020-08-211-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé2018-06-081-0/+1
* sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé2018-06-081-0/+5
* sdcard: use the registerfields API to access the OCR registerPhilippe Mathieu-Daudé2018-02-221-1/+0Star
* sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé2018-02-131-0/+4
* sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé2018-02-131-0/+16
* hw/sd: add card-reparenting functionClement Deschamps2017-02-281-0/+11
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+4
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+2
* hw/sd: Add QOM bus which SD cards plug in toPeter Maydell2016-02-181-0/+62
* hw/sd/sd.c: QOMifyPeter Maydell2016-02-181-0/+3
* sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu2015-10-291-0/+80