Skip to content
Snippets Groups Projects
  1. Feb 21, 2021
  2. Feb 20, 2021
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210220' into staging · a528b8c4
      Peter Maydell authored
      
      SD/MMC patches
      
      - Various improvements for SD cards in SPI mode (Bin Meng)
      - Add Bin Meng as SD/MMC cards co-maintainer
      
      # gpg: Signature made Sat 20 Feb 2021 00:09:44 GMT
      # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
      # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
      # Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE
      
      * remotes/philmd-gitlab/tags/sdmmc-20210220:
        MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cards
        hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
        hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode
        hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cards
        hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards
        hw/sd: sd: Move the sd_block_{read, write} and macros ahead
        hw/sd: sd: Fix CMD30 response type
        hw/sd: sd: Only SDSC cards support CMD28/29/30
        hw/sd: sd: Fix address check in sd_erase()
        hw/sd: ssi-sd: Handle the rest commands with R1b response type
        hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) response
        hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) response
        hw/sd: ssi-sd: Support multiple block write
        hw/sd: ssi-sd: Support single block write
        hw/sd: Introduce receive_ready() callback
        hw/sd: sd: Allow single/multiple block write for SPI mode
        hw/sd: sd: Remove duplicated codes in single/multiple block read/write
        hw/sd: ssi-sd: Support multiple block read
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      a528b8c4
    • Philippe Mathieu-Daudé's avatar
      MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cards · 3e0a7693
      Philippe Mathieu-Daudé authored
      
      There is new interest in the SD/MMC device emulation, so it
      would be good to have more than only one maintainer / reviewer
      for it.
      
      Bin Meng proved by his contributions a deep understanding of the
      SD cards internals, so let's add him to the corresponding section
      in the MAINTAINERS file.
      
      Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Acked-by: default avatarBin Meng <bin.meng@windriver.com>
      Message-Id: <20210216132841.1121653-1-f4bug@amsat.org>
      3e0a7693
  3. Feb 19, 2021
Loading