On 7/2/24 02:19, Philippe Mathieu-Daudé wrote:
The following changes since commit c80a339587fe4148292c260716482dd2f86d4476:
Merge tag 'pull-target-arm-20240701'
ofhttps://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-07-01
10:41:45 -0700)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/sdmmc-20240702
for you to fetch changes up to 8442e1625ba6723bee2c6d0fdb7207a3e27a2b05:
hw/sd/sdcard: Add sd_acmd_SEND_SCR handler (ACMD51) (2024-07-02 10:08:32
+0200)
Checkpatch warnings ignored:
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
WARNING: line over 80 characters
#64: FILE: hw/sd/sd.c:2327:
+ [23] = {8, sd_spi, "SET_WR_BLK_ERASE_COUNT",
sd_acmd_SET_WR_BLK_ERASE_COUNT},
#72: FILE: hw/sd/sd.c:2386:
+ [23] = {8, sd_ac, "SET_WR_BLK_ERASE_COUNT",
sd_acmd_SET_WR_BLK_ERASE_COUNT},
#75: FILE: hw/sd/sd.c:2395:
+ [42] = {8, sd_ac, "SET_CLR_CARD_DETECT",
sd_acmd_SET_CLR_CARD_DETECT},
----------------------------------------------------------------
SD/MMC patches queue
- Deprecate SD spec v1.10
- Improve tracing
- Fix endianness on DAT lines
- Introduce helpers for commands transmitting data on the DAT lines
- Convert most commands to new helpers
- Register various optional commands
- Add command {name, type, class} fields to SDProto structure
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/9.1 as
appropriate.
r~