aboutsummaryrefslogtreecommitdiff
path: root/hw/sd
AgeCommit message (Expand)Author
2018-02-13sdhci: add Spec v4.2 register definitionsPhilippe Mathieu-Daudé
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé
2018-02-13sdbus: add trace eventsPhilippe Mathieu-Daudé
2018-02-13sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé
2018-02-13sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé
2018-02-13sdhci: add support for v3 capabilitiesPhilippe Mathieu-Daudé
2018-02-13sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé
2018-02-13sdhci: Fix 64-bit ADMA2Sai Pavan Boddu
2018-02-13sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé
2018-02-13sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé
2018-02-13sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé
2018-02-13sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé
2018-02-13sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé
2018-02-13sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov
2018-02-06hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis
2018-01-25sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé
2018-01-16sdhci: add a 'dma' property to the sysbus devicesPhilippe Mathieu-Daudé
2018-01-16sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé
2018-01-16sdhci: Implement write method of ACMD12ERRSTS registerAndrey Smirnov
2018-01-16sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé
2018-01-16sdhci: rename the SDHC_CAPAB registerPhilippe Mathieu-Daudé
2018-01-16sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"Philippe Mathieu-Daudé
2018-01-16sdhci: convert the DPRINT() calls into trace eventsPhilippe Mathieu-Daudé
2018-01-16sdhci: use qemu_log_mask(UNIMP) instead of fprintf()Philippe Mathieu-Daudé
2018-01-16sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()Philippe Mathieu-Daudé
2018-01-16sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()Philippe Mathieu-Daudé
2018-01-16sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()Philippe Mathieu-Daudé
2018-01-16sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci propertiesPhilippe Mathieu-Daudé
2018-01-16sdhci: remove dead codePhilippe Mathieu-Daudé
2018-01-16sdhci: clean up includesPhilippe Mathieu-Daudé
2018-01-16hw/sd/omap_mmc: Reset SD card on controller resetPeter Maydell
2018-01-16hw/sd/ssi-sd: Reset SD card on controller resetPeter Maydell
2018-01-16hw/sd/milkymist-memcard: Reset SD card on controller resetPeter Maydell
2018-01-16hw/sd/pl181: Reset SD card on controller resetPeter Maydell
2018-01-11hw/sd/pxa2xx_mmci: add read/write() trace eventsPhilippe Mathieu-Daudé
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-06hw/sd: fix out-of-bounds check for multi block readsMichael Olbrich
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-05-17generic-sdhci: Remove user_creatable flagEduardo Habkost
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-03-01Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-02-28hw/block: Request permissionsKevin Wolf
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf
2017-02-28hw/sd: add card-reparenting functionClement Deschamps