This series contains the leftover patches from these 2 series: - SDCard: housekeeping, add tracing (part 4) - SDCard: bugfixes, support UHS-I (part 5) with Peter Maydell comments addressed.
I misunderstood the 2.12 train deadline, but better to have the series standing in the list rather than forgot it. Philippe Mathieu-Daudé (8): sdcard: Do not trace CMD55, except when we already expect an ACMD sdcard: Display command name when tracing CMD/ACMD sdcard: Display which protocol is used when tracing (SD or SPI) sdcard: Add the Tuning Command (CMD19) sdcard: Implement the UHS-I SWITCH_FUNCTION entries (Spec v3) sdcard: Add a 'uhs' property, update the OCR register ACCEPT_SWITCH_1V8 bit sdhci: Fix a typo in comment MAINTAINERS: Add entries for SD (SDHCI, SDBus, SDCard) hw/sd/sdmmc-internal.h | 20 +++++ hw/sd/sd.c | 208 ++++++++++++++++++++++++++++++++++++++++++------- hw/sd/sdhci.c | 4 +- hw/sd/sdmmc-internal.c | 72 +++++++++++++++++ hw/sd/Makefile.objs | 2 +- hw/sd/trace-events | 9 ++- MAINTAINERS | 8 ++ 7 files changed, 288 insertions(+), 35 deletions(-) create mode 100644 hw/sd/sdmmc-internal.c -- 2.16.2