summaryrefslogtreecommitdiff
path: root/hw/sd/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
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