summaryrefslogtreecommitdiff
path: root/hw/sd/sdhci.c
AgeCommit message (Expand)Author
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-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é
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-02-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit
2017-02-28sd: sdhci: check transfer mode register in multi block transferPrasad J Pandit
2017-02-28sd: sdhci: mask transfer mode register valuePrasad J Pandit
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2017-02-07sd: sdhci: check data length during dma_memory_readPrasad J Pandit
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-04sdhci: Implement DeviceClass resetPeter Maydell
2016-02-26sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann
2016-02-26sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell
2016-01-29hw: Clean up includesPeter Maydell
2015-12-22sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann
2015-12-22sdhci: don't raise a command index error for an unexpected responseAndrew Baumann
2015-12-22sd: sdhci: Delete over-zealous power checkPeter Crosthwaite
2015-12-07sdhci: Sanitize "sdhci-pci" properties for future qomificationMarkus Armbruster
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu
2015-10-12sdhci.c: Limit the maximum block sizeAlistair Francis
2015-10-12sdhci: Pass drive parameter to sdhci-pci via qdev propertyKevin O'Connor
2015-10-08sdhci: Change debug prints to compile unconditionallySai Pavan Boddu
2015-10-08sdhci: use PRIx64 for uint64_t typeSai Pavan Boddu
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster
2015-04-02sdhci: Make device "sdhci-pci" unavailable with -deviceMarkus Armbruster
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor