summaryrefslogtreecommitdiff
path: root/hw/sd/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-29hw: Clean up includesPeter Maydell1-1/+1
2015-12-22sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann1-1/+4
2015-12-22sdhci: don't raise a command index error for an unexpected responseAndrew Baumann1-3/+0
2015-12-22sd: sdhci: Delete over-zealous power checkPeter Crosthwaite1-1/+1
2015-12-07sdhci: Sanitize "sdhci-pci" properties for future qomificationMarkus Armbruster1-2/+7
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu1-2/+1
2015-10-12sdhci.c: Limit the maximum block sizeAlistair Francis1-0/+10
2015-10-12sdhci: Pass drive parameter to sdhci-pci via qdev propertyKevin O'Connor1-13/+19
2015-10-08sdhci: Change debug prints to compile unconditionallySai Pavan Boddu1-18/+18
2015-10-08sdhci: use PRIx64 for uint64_t typeSai Pavan Boddu1-2/+5
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster1-0/+2
2015-04-02sdhci: Make device "sdhci-pci" unavailable with -deviceMarkus Armbruster1-0/+2
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster1-0/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-2/+2
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor1-0/+44
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor1-15/+24
2014-12-15sdhci: Remove class "virtual" methodsKevin O'Connor1-82/+40
2014-12-15sdhci: Set a default frequency clockKevin O'Connor1-2/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+2
2014-08-04sd: sdhci: Fix ADMA dma_memory_read accessPeter Crosthwaite1-1/+2
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-2/+2
2014-06-30sdhci: Fix misuse of qemu_free_irqs()Andreas Färber1-2/+2
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-1/+1
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-2/+2
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-2/+2
2014-02-14sdhci: Drop unnecessary #includeKevin Wolf1-1/+0
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf1-0/+3
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-14/+14
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-21sd: pass bool parameter for sd_initliguang1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-11/+11
2013-06-03sd/sdhci:ADMA: fix interruptPeter Crosthwaite1-9/+9
2013-06-03sd/sdhci.c: Fix bdata_read DPRINT messagePeter Crosthwaite1-1/+2
2013-06-03sd/sdhci: Fix Buffer Write Ready interruptPeter Crosthwaite1-3/+2
2013-06-03sd/sdhci.c: Only reset data_count on new commandsPeter Crosthwaite1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1300