summaryrefslogtreecommitdiffstats
path: root/hw/sd
Commit message (Expand)AuthorAgeFilesLines
...
* hw/sd/pl181: Add TODO to use Fifo32 APIPhilippe Mathieu-Daudé2020-08-211-1/+1
* hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()Philippe Mathieu-Daudé2020-08-211-2/+2
* hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()Alistair Francis2020-08-211-2/+3
* hw/sd/milkymist: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-211-23/+32
* hw/sd/milkymist: Create the SDBus at init()Philippe Mathieu-Daudé2020-08-211-3/+3
* hw/sd/pxa2xx_mmci: Trivial simplificationPhilippe Mathieu-Daudé2020-08-211-3/+1Star
* hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-211-9/+2Star
* meson: convert hw/sdMarc-André Lureau2020-08-212-12/+12
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* sd/milkymist-memcard: Fix format stringStefan Weil2020-07-241-1/+1
* hw/sd/sdcard: Do not switch to ReceivingData if address is invalidPhilippe Mathieu-Daudé2020-07-141-14/+24
* hw/sd/sdcard: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé2020-07-141-8/+16
* hw/sd/sdcard: Do not allow invalid SD card sizesPhilippe Mathieu-Daudé2020-07-141-0/+25
* hw/sd/sdcard: Simplify realize() a bitPhilippe Mathieu-Daudé2020-07-141-5/+5
* hw/sd/sdcard: Restrict Class 6 commands to SCSD cardsPhilippe Mathieu-Daudé2020-07-141-0/+5
* sd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-103-21/+17Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-7/+3Star
* qdev: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-102-5/+3Star
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-102-7/+4Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-102-4/+4
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-102-4/+2Star
* 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