]> git.proxmox.com Git - qemu.git/history - hw/sd.c
hw/sd.c: Don't complain about SDIO commands CMD52/CMD53
[qemu.git] / hw / sd.c
2011-05-22 Peter Maydellhw/sd.c: Don't complain about SDIO commands CMD52/CMD53
2011-03-06 Aurelien Jarnohw/sd.c: fix sd_set_cb() crash when bdrv == NULL
2011-02-24 Peter Maydellhw/sd.c: Add missing state change for SD_STATUS, SEND_N...
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31 Christoph Hellwigblock: tell drivers about an image resize
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-22 Stefan WeilFix compilation error (missing include statement)
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Christoph Hellwiguse qemu_blockalign consistently
2010-04-25 Blue Swirlarm: remove dead assignments, spotted by clang analyzer
2009-12-18 Juha Riihimäkihandle SD CMD5 without error messages
2009-11-03 Andrzej Zaborowskihw/sd: Support SDHC size cards
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-10 Paul BrookFollow coding conventions
2009-05-03 Paul BrookHandle NULL bdrv.
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-07 aurel32do not pretend to support low voltage operation
2008-06-02 balrogEnable SD card on creation.
2008-04-14 balrogAdd basic OMAP2 chip support.
2007-12-24 balrogImplement SD CMD8 and R7 from the newer SD Physical...
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-04 balrogDon't claim SD card supports voltages linux claims...
2007-11-25 balrogScale TSC2102 touchscreen pressure value more realistic...
2007-11-24 pbrookPartial SD card SPI mode support.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 balrogBetter STOPINTR bit semantics in the PXA2xx DMA.
2007-11-17 pbrookBreak up vl.h.
2007-11-17 pbrooksd.c build fix.
2007-11-17 balrogConvert SD cards code to use qemu_irq too.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-30 balrogRe-add clearing of the APP_CMD flag that somehow got...
2007-04-06 pbrookSD card emulation (initial implementation by Andrzei...