summaryrefslogtreecommitdiffstats
path: root/hw/sd/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann2016-02-261-1/+37
* sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann2016-02-261-6/+3Star
* sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell2016-02-181-25/+0Star
* hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2016-02-181-29/+68
* hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell2016-02-181-6/+0Star
* hw: Clean up includesPeter Maydell2016-01-291-1/+1
* sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann2015-12-221-1/+4
* sdhci: don't raise a command index error for an unexpected responseAndrew Baumann2015-12-221-3/+0Star
* sd: sdhci: Delete over-zealous power checkPeter Crosthwaite2015-12-221-1/+1
* sdhci: Sanitize "sdhci-pci" properties for future qomificationMarkus Armbruster2015-12-071-2/+7
* sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu2015-10-291-2/+1Star
* sdhci.c: Limit the maximum block sizeAlistair Francis2015-10-121-0/+10
* sdhci: Pass drive parameter to sdhci-pci via qdev propertyKevin O'Connor2015-10-121-13/+19
* sdhci: Change debug prints to compile unconditionallySai Pavan Boddu2015-10-081-18/+18
* sdhci: use PRIx64 for uint64_t typeSai Pavan Boddu2015-10-081-2/+5
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2Star
* sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster2015-04-021-0/+2
* sdhci: Make device "sdhci-pci" unavailable with -deviceMarkus Armbruster2015-04-021-0/+2
* hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster2015-04-021-0/+1
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-3/+2Star
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-2/+2
* sdhci: Support SDHCI devices on PCIKevin O'Connor2014-12-151-0/+44