aboutsummaryrefslogtreecommitdiff
path: root/hw/sd
AgeCommit message (Expand)Author
2016-09-22vmstateify ssi-sdDr. David Alan Gilbert
2016-09-08sd: free timerMarc-André Lureau
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-20trace: split out trace events for hw/sd/ directoryDaniel P. Berrange
2016-06-20milkymist: update specification URLsMichael Walle
2016-06-14hw/sd: QOM'ify pl181.cxiaoqiang zhao
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-12sd: Switch to byte-based block accessEric Blake
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16sd: Fix "info qtree" on boards with SD cardspull-target-arm-20160316-1Peter Maydell
2016-03-04sdhci: Implement DeviceClass resetPeter Maydell
2016-03-04sd.c: Handle NULL block backend in sd_get_inserted()Peter 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-18hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann
2016-02-18hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann
2016-02-18hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann
2016-02-18hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell
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: Add QOM bus which SD cards plug in toPeter Maydell
2016-02-18hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell
2016-02-11sd: limit 'req.cmd' while using as an array indexPrasad J Pandit
2016-01-29hw: Clean up includesPeter Maydell
2016-01-29arm devices: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29lm32: Clean up includesPeter Maydell
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
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-07sd: Mark brittle abuse of blk_attach_dev() FIXMEMarkus Armbruster
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-29sd.h: Move sd.h to include/hw/sd/Sai 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-11typofixes - v4Veres Lajos
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange