summaryrefslogtreecommitdiffstats
path: root/hw/sd
Commit message (Expand)AuthorAgeFilesLines
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-123-340/+0Star
* hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell2021-05-101-1/+1
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different blo...Bin Meng2021-03-221-0/+12
* hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writableBin Meng2021-03-221-7/+7
* hw/sd: sdhci: Correctly set the controller status for ADMABin Meng2021-03-221-0/+3
* hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progressBin Meng2021-03-221-9/+11
* hw/sd: sdhci: Don't transfer any data when command time outBin Meng2021-03-221-1/+3
* hw/sd: sd: Actually perform the erase operationBin Meng2021-03-221-9/+13
* hw/sd: sd: Fix build error when DEBUG_SD is onBin Meng2021-03-221-0/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-02-211-1/+1
|\
| * Fix SPDX-License-Identifier typosRyan Finnie2021-02-201-1/+1
* | hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()Bin Meng2021-02-201-4/+3Star
* | hw/sd: sd: Bypass the RCA check for CMD13 in SPI modeBin Meng2021-02-201-1/+2
* | hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cardsBin Meng2021-02-201-5/+9
* | hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cardsBin Meng2021-02-201-6/+12
* | hw/sd: sd: Move the sd_block_{read, write} and macros aheadBin Meng2021-02-201-21/+21
* | hw/sd: sd: Fix CMD30 response typeBin Meng2021-02-201-1/+1
* | hw/sd: sd: Only SDSC cards support CMD28/29/30Bin Meng2021-02-201-0/+12
* | hw/sd: sd: Fix address check in sd_erase()Bin Meng2021-02-201-1/+1
* | hw/sd: ssi-sd: Handle the rest commands with R1b response typeBin Meng2021-02-201-0/+6
* | hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) responseBin Meng2021-02-201-4/+5
* | hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) responseBin Meng2021-02-201-3/+3
* | hw/sd: ssi-sd: Support multiple block writeBin Meng2021-02-201-2/+31
* | hw/sd: ssi-sd: Support single block writeBin Meng2021-02-201-4/+40
* | hw/sd: Introduce receive_ready() callbackBin Meng2021-02-202-0/+19
* | hw/sd: sd: Allow single/multiple block write for SPI modeBin Meng2021-02-201-3/+0Star
* | hw/sd: sd: Remove duplicated codes in single/multiple block read/writeBin Meng2021-02-201-47/+0Star
* | hw/sd: ssi-sd: Support multiple block readBin Meng2021-02-201-9/+33
|/
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-3/+3
* hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transferBin Meng2021-01-241-10/+16
* hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSIONBin Meng2021-01-241-1/+1
* hw/sd: ssi-sd: Add a state representing NacBin Meng2021-01-241-2/+7
* hw/sd: ssi-sd: Suffix a data block with CRC16Bin Meng2021-01-241-3/+20
* hw/sd: sd: Drop sd_crc16()Bin Meng2021-01-241-18/+0Star
* hw/sd: sd: Support CMD59 for SPI modeBin Meng2021-01-241-7/+1Star
* hw/sd: ssi-sd: Fix incorrect card response sequenceBin Meng2021-01-241-3/+8
* Remove superfluous timer_del() callsPeter Maydell2021-01-082-3/+0Star
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-101-6/+6
* hw/sd: Fix 2 GiB card CSD register valuesBin Meng2020-11-171-4/+11
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw/sd/sdcard: Zero out function selection fields before being populatedBin Meng2020-10-261-0/+1
* hw/sd/sdcard: Make iolen unsignedPhilippe Mathieu-Daudé2020-10-262-2/+2
* hw/sd/sdcard: Constify sd_crc*()'s message argumentPhilippe Mathieu-Daudé2020-10-261-4/+4
* hw/sd/sdcard: Simplify cmd_valid_while_locked()Philippe Mathieu-Daudé2020-10-261-6/+5Star
* hw/sd/sdcard: Update the SDState documentationPhilippe Mathieu-Daudé2020-10-261-1/+4
* hw/sd/sdcard: Assert if accessing an illegal groupPhilippe Mathieu-Daudé2020-10-211-0/+2