aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-03-23sdhci: fix incorrect use of Error *Paolo Bonzini1-2/+2
2018-03-09sdhci: Fix a typo in commentPhilippe Mathieu-Daudé1-2/+2
2018-02-13sdhci: add Spec v4.2 register definitionsPhilippe Mathieu-Daudé1-1/+15
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-1/+11
2018-02-13sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé1-3/+19
2018-02-13sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé1-21/+21
2018-02-13sdhci: add support for v3 capabilitiesPhilippe Mathieu-Daudé1-2/+52
2018-02-13sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé1-4/+15
2018-02-13sdhci: Fix 64-bit ADMA2Sai Pavan Boddu1-2/+2
2018-02-13sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé1-8/+10
2018-02-13sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé1-1/+96
2018-02-13sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé1-15/+5
2018-02-13sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé1-58/+16
2018-02-13sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé1-4/+23
2018-02-13sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé1-2/+6
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov1-1/+229
2018-01-25sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé1-0/+1
2018-01-16sdhci: add a 'dma' property to the sysbus devicesPhilippe Mathieu-Daudé1-1/+17
2018-01-16sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé1-14/+15
2018-01-16sdhci: Implement write method of ACMD12ERRSTS registerAndrey Smirnov1-0/+3
2018-01-16sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé1-4/+19
2018-01-16sdhci: rename the SDHC_CAPAB registerPhilippe Mathieu-Daudé1-1/+1
2018-01-16sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"Philippe Mathieu-Daudé1-2/+1
2018-01-16sdhci: convert the DPRINT() calls into trace eventsPhilippe Mathieu-Daudé1-59/+30
2018-01-16sdhci: use qemu_log_mask(UNIMP) instead of fprintf()Philippe Mathieu-Daudé1-3/+4
2018-01-16sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()Philippe Mathieu-Daudé1-0/+22
2018-01-16sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()Philippe Mathieu-Daudé1-9/+21
2018-01-16sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()Philippe Mathieu-Daudé1-5/+13
2018-01-16sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci propertiesPhilippe Mathieu-Daudé1-8/+17
2018-01-16sdhci: remove dead codePhilippe Mathieu-Daudé1-2/+0
2018-01-16sdhci: clean up includesPhilippe Mathieu-Daudé1-0/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-02-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit1-5/+1
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit1-1/+5
2017-02-28sd: sdhci: check transfer mode register in multi block transferPrasad J Pandit1-5/+5
2017-02-28sd: sdhci: mask transfer mode register valuePrasad J Pandit1-1/+2
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2017-02-07sd: sdhci: check data length during dma_memory_readPrasad J Pandit1-1/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-04sdhci: Implement DeviceClass resetPeter Maydell1-4/+17
2016-02-26sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann1-1/+37
2016-02-26sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann1-6/+3
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell1-25/+0
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell1-29/+68
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell1-6/+0