aboutsummaryrefslogtreecommitdiff
path: root/include/hw/sd/sd.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-16hw/sd/sdcard: Basis for eMMC supportPhilippe Mathieu-Daudé1-0/+3
2024-07-05hw/sd/sdcard: Introduce set_csd/set_cid handlersPhilippe Mathieu-Daudé1-0/+2
2024-07-05hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_tPhilippe Mathieu-Daudé1-1/+0
2024-07-02hw/sd/sdcard: Store command type in SDProtoPhilippe Mathieu-Daudé1-2/+3
2023-09-01hw/sd: Introduce a "sd-card" SPI variant modelCédric Le Goater1-0/+3
2023-09-01hw/sd: Move proto_name to SDProto structurePhilippe Mathieu-Daudé1-0/+2
2023-03-20replace TABs with spacesYeqi Fu1-4/+4
2021-02-20hw/sd: Introduce receive_ready() callbackBin Meng1-0/+2
2021-01-24hw/sd: sd.h: Cosmetic change of using spacesBin Meng1-21/+21
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-8/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-08-21hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé1-0/+9
2020-08-21hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé1-0/+9
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé1-1/+9
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé1-1/+8
2020-08-21hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé1-2/+17
2020-08-21hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé1-16/+0
2020-08-21hw/sd/sdcard: Make sd_data_ready() staticPhilippe Mathieu-Daudé1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2018-06-08sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé1-0/+1
2018-06-08sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé1-0/+5
2018-02-22sdcard: use the registerfields API to access the OCR registerPhilippe Mathieu-Daudé1-1/+0
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé1-0/+4
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé1-0/+16
2017-02-28hw/sd: add card-reparenting functionClement Deschamps1-0/+11
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+4
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell1-0/+62
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell1-0/+3
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu1-0/+80