summaryrefslogtreecommitdiffstats
path: root/hw/sd/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()Peter Maydell2018-12-141-4/+1Star
* sdhci: add i.MX SD Stable Clock bitHans-Erik Floryd2018-08-201-0/+8
* hw/sd: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-3/+3
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* sdcard: Use the ldst APIPhilippe Mathieu-Daudé2018-06-291-10/+5Star
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* sdhci: fix incorrect use of Error *Paolo Bonzini2018-03-231-2/+2
* sdhci: Fix a typo in commentPhilippe Mathieu-Daudé2018-03-091-2/+2
* sdhci: add Spec v4.2 register definitionsPhilippe Mathieu-Daudé2018-02-131-1/+15
* 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-1/+11
* sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé2018-02-131-3/+19
* sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé2018-02-131-21/+21
* sdhci: add support for v3 capabilitiesPhilippe Mathieu-Daudé2018-02-131-2/+52
* sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé2018-02-131-4/+15
* sdhci: Fix 64-bit ADMA2Sai Pavan Boddu2018-02-131-2/+2
* sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé2018-02-131-8/+10
* sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé2018-02-131-1/+96
* sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé2018-02-131-15/+5Star
* sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé2018-02-131-58/+16Star
* sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé2018-02-131-4/+23
* sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé2018-02-131-2/+6
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-091-1/+0Star
|\
| * Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* | sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov2018-02-091-1/+229
|/
* 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-1/+17
* sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé2018-01-161-14/+15
* sdhci: Implement write method of ACMD12ERRSTS registerAndrey Smirnov2018-01-161-0/+3
* sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé2018-01-161-4/+19
* sdhci: rename the SDHC_CAPAB registerPhilippe Mathieu-Daudé2018-01-161-1/+1
* sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"Philippe Mathieu-Daudé2018-01-161-2/+1Star
* sdhci: convert the DPRINT() calls into trace eventsPhilippe Mathieu-Daudé2018-01-161-59/+30Star
* sdhci: use qemu_log_mask(UNIMP) instead of fprintf()Philippe Mathieu-Daudé2018-01-161-3/+4
* sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()Philippe Mathieu-Daudé2018-01-161-0/+22
* sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()Philippe Mathieu-Daudé2018-01-161-9/+21
* sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()Philippe Mathieu-Daudé2018-01-161-5/+13
* sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci propertiesPhilippe Mathieu-Daudé2018-01-161-8/+17
* sdhci: remove dead codePhilippe Mathieu-Daudé2018-01-161-2/+0Star
* sdhci: clean up includesPhilippe Mathieu-Daudé2018-01-161-0/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit2017-02-281-5/+1Star
* sd: sdhci: conditionally invoke multi block transferPrasad J Pandit2017-02-281-1/+5
* sd: sdhci: check transfer mode register in multi block transferPrasad J Pandit2017-02-281-5/+5
* sd: sdhci: mask transfer mode register valuePrasad J Pandit2017-02-281-1/+2
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* sd: sdhci: check data length during dma_memory_readPrasad J Pandit2017-02-071-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* sdhci: Implement DeviceClass resetPeter Maydell2016-03-041-4/+17