summaryrefslogtreecommitdiffstats
path: root/include/hw/sd
Commit message (Expand)AuthorAgeFilesLines
* 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-132-0/+17
* sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé2018-02-131-0/+1
* sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé2018-02-131-1/+1
* sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé2018-02-131-0/+2
* sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov2018-02-091-0/+13
* sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé2018-01-251-0/+1
* sdhci: add a 'dma' property to the sysbus devicesPhilippe Mathieu-Daudé2018-01-161-0/+1
* sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé2018-01-161-0/+1
* sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé2018-01-161-2/+2
* sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci propertiesPhilippe Mathieu-Daudé2018-01-161-1/+3
* sdhci: remove dead codePhilippe Mathieu-Daudé2018-01-161-2/+0Star
* sdhci: clean up includesPhilippe Mathieu-Daudé2018-01-161-1/+6
* hw/sd: add card-reparenting functionClement Deschamps2017-02-281-0/+11
* bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps2017-02-281-0/+48
* 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
* sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann2016-02-261-0/+2
* sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann2016-02-261-1/+0Star
* hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2016-02-181-2/+1Star
* 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
* sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann2015-12-221-0/+1
* sdhci: Sanitize "sdhci-pci" properties for future qomificationMarkus Armbruster2015-12-071-1/+1
* sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu2015-10-291-0/+94
* sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu2015-10-291-0/+80