summaryrefslogtreecommitdiffstats
path: root/include/hw/sd/sdhci.h
Commit message (Expand)AuthorAgeFilesLines
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-3/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* sd: sdhci: Implement basic vendor specific register supportGuenter Roeck2020-06-161-0/+5
* hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé2019-10-221-0/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé2018-02-131-0/+1
* 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
* 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
* 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