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