summaryrefslogtreecommitdiffstats
path: root/hw/sd
Commit message (Expand)AuthorAgeFilesLines
* qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-121-1/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-183-9/+3Star
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-133-0/+198
|\
| * hw/sd: Add Cadence SDHCI emulationBin Meng2020-09-103-0/+198
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-1/+1
|\ \
| * | util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2020-09-111-1/+1
| * | util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé2020-09-111-1/+1
| |/
* | Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost2020-09-094-6/+12
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-4/+6
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-097-5/+14
|/
* aspeed/sdhci: Fix reset sequenceCédric Le Goater2020-09-011-2/+12
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell2020-08-281-6/+31
|\
| * hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-281-6/+31
* | pxa2xx: Move QOM macros to headerEduardo Habkost2020-08-271-3/+0Star
|/
* hw/sd: Correct the maximum size of a Standard Capacity SD Memory CardBin Meng2020-08-211-2/+4
* hw/sd: Fix incorrect populated function switch status data structureBin Meng2020-08-211-1/+2
* hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possiblePhilippe Mathieu-Daudé2020-08-213-32/+13Star
* hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé2020-08-211-0/+15
* hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possiblePhilippe Mathieu-Daudé2020-08-213-27/+12Star
* hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé2020-08-211-0/+15
* hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé2020-08-218-18/+18
* hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé2020-08-217-17/+17
* hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé2020-08-213-14/+14
* hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé2020-08-212-1/+2
* hw/sd/sdcard: Make sd_data_ready() staticPhilippe Mathieu-Daudé2020-08-211-1/+1
* hw/sd/pl181: Replace disabled fprintf()s by trace eventsPhilippe Mathieu-Daudé2020-08-212-17/+19
* hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-211-18/+1Star
* hw/sd/pl181: Expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé2020-08-211-16/+51
* hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé2020-08-211-3/+5
* 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