qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 00/23] hw/sd/sdcard: Accumulation of cleanups and fixes


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 00/23] hw/sd/sdcard: Accumulation of cleanups and fixes
Date: Mon, 24 Jun 2024 15:10:57 +0200
User-agent: Mozilla Thunderbird

On 21/6/24 10:05, Philippe Mathieu-Daudé wrote:
Various SD card cleanups and fixes accumulated over
the years. Various have been useful to help integrating
eMMC support (which will come later).

Based-on: <20240621075607.17902-1-philmd@linaro.org> st24_be_p()

Philippe Mathieu-Daudé (23):
   hw/sd/sdcard: Correct code indentation
   hw/sd/sdcard: Rewrite sd_cmd_ALL_SEND_CID using switch case (CMD2)
   hw/sd/sdcard: Fix typo in SEND_OP_COND command name
   hw/sd/sdcard: Use HWBLOCK_SHIFT definition instead of magic values
   hw/sd/sdcard: Use registerfield CSR::CURRENT_STATE definition
   hw/sd/sdcard: Use Load/Store API to fill some CID/CSD registers
   hw/sd/sdcard: Remove ACMD6 handler for SPI mode
   hw/sd/sdcard: Remove explicit entries for illegal commands

   hw/sd/sdcard: Have cmd_valid_while_locked() return a boolean value
   hw/sd/sdcard: Factor sd_req_get_rca() method out
   hw/sd/sdcard: Only call sd_req_get_rca() where RCA is used
   hw/sd/sdcard: Factor sd_req_get_address() method out
   hw/sd/sdcard: Only call sd_req_get_address() where address is used
   hw/sd/sdcard: Add sd_invalid_mode_for_cmd to report invalid mode
     switch
   hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macros
   hw/sd/sdcard: Add comments around registers and commands

Patches 1-8, 13-20 queued.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]