summaryrefslogtreecommitdiffstats
path: root/hw/sd
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell2020-07-031-2/+2
* sd/milkymist-memcard: Plug minor memory leak in realizeMarkus Armbruster2020-07-021-3/+2Star
* sd/milkymist-memcard: Fix error API violationMarkus Armbruster2020-06-231-1/+1
* sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() errorMarkus Armbruster2020-06-231-12/+3Star
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-234-4/+5
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell2020-06-162-1/+22
|\
| * sd: sdhci: Implement basic vendor specific register supportGuenter Roeck2020-06-162-1/+22
* | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4Markus Armbruster2020-06-151-1/+1
* | sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* | qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-153-8/+8
* | sd: Hide the qdev-but-not-quite thing created by sd_init()Markus Armbruster2020-06-151-11/+27
* | sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" deviceMarkus Armbruster2020-06-151-0/+1
|/
* error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-272-4/+4
* qdev: Unrealize must not failMarkus Armbruster2020-05-153-5/+5
* various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2020-04-291-1/+1
* hw/sd/ssi-sd: fix error handling in ssi_sd_realizeVladimir Sementsov-Ogievskiy2020-03-171-2/+14
* hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank2020-03-123-0/+862
* hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-201-10/+5Star
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-5/+5
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-302-2/+2
* hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery2020-01-301-2/+9
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-3/+3
* hw/sd: drop extra whitespace in sdhci_sysbus_realize() headerVladimir Sementsov-Ogievskiy2019-12-181-1/+1
* hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé2019-10-221-0/+65
* hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functionsPhilippe Mathieu-Daudé2019-10-221-1/+2
* hw/sd/aspeed_sdhci: New deviceEddie James2019-10-152-0/+199
* trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé2019-09-181-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-166-2/+4
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-166-6/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-167-0/+7
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-166-0/+7
* sd: Fix out-of-bounds assertionsLidong Chen2019-06-211-2/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-129-0/+9
* hw/sd: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-062-2/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-2/+3
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-6/+6
* hw/sd/sdhci: Move PCI-related code into a separate fileThomas Huth2019-03-125-94/+132
* sd: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+2
* ssi: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+1
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+3
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+11
* hw: sd: set category of the sd memory cardkumar sourav2019-01-301-0/+1
* hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()Peter Maydell2018-12-141-4/+1Star
* ssi-sd: Make devices picking up backends unavailable with -deviceMarkus Armbruster2018-10-241-0/+2
* sdhci: add i.MX SD Stable Clock bitHans-Erik Floryd2018-08-202-0/+10
* hw/sd/bcm2835_sdhost: Fix PIO mode writesGuenter Roeck2018-07-231-4/+16
* hw/sd/omap_mmc: Split 'pseudo-reset' from 'power-on-reset'Philippe Mathieu-Daudé2018-07-091-3/+11
* hw/sd: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-022-5/+5