From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, qemu-block@nongnu.org
Subject: [PULL 0/9] SD/MMC patches for 2021-01-24
Date: Sun, 24 Jan 2021 21:10:57 +0100 [thread overview]
Message-ID: <20210124201106.2602238-1-f4bug@amsat.org> (raw)
The following changes since commit e93c65a6c64fa18b0c61fb9338d364cbea32b6ef:
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210122-pull-request' into staging (2021-01-23 14:40:45 +0000)
are available in the Git repository at:
https://gitlab.com/philmd/qemu.git tags/sdmmc-20210124
for you to fetch changes up to 3f20ccd359913013723f64e2443dd513786039f6:
hw/sd: sd.h: Cosmetic change of using spaces (2021-01-24 20:11:05 +0100)
----------------------------------------------------------------
SD/MMC patches
- Various improvements for SD cards in SPI mode (Bin Meng)
----------------------------------------------------------------
Bin Meng (9):
hw/sd: ssi-sd: Fix incorrect card response sequence
hw/sd: sd: Support CMD59 for SPI mode
hw/sd: sd: Drop sd_crc16()
util: Add CRC16 (CCITT) calculation routines
hw/sd: ssi-sd: Suffix a data block with CRC16
hw/sd: ssi-sd: Add a state representing Nac
hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION
hw/sd: ssi-sd: Use macros for the dummy value and tokens in the
transfer
hw/sd: sd.h: Cosmetic change of using spaces
include/hw/sd/sd.h | 42 ++++++-------
include/qemu/crc-ccitt.h | 33 ++++++++++
hw/sd/sd.c | 26 +-------
hw/sd/ssi-sd.c | 59 ++++++++++++++----
util/crc-ccitt.c | 127 +++++++++++++++++++++++++++++++++++++++
util/meson.build | 1 +
6 files changed, 229 insertions(+), 59 deletions(-)
create mode 100644 include/qemu/crc-ccitt.h
create mode 100644 util/crc-ccitt.c
--
2.26.2
next reply other threads:[~2021-01-24 20:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-24 20:10 Philippe Mathieu-Daudé [this message]
2021-01-24 20:10 ` [PULL 1/9] hw/sd: ssi-sd: Fix incorrect card response sequence Philippe Mathieu-Daudé
2021-01-24 20:10 ` [PULL 2/9] hw/sd: sd: Support CMD59 for SPI mode Philippe Mathieu-Daudé
2021-01-24 20:11 ` [PULL 3/9] hw/sd: sd: Drop sd_crc16() Philippe Mathieu-Daudé
2021-01-24 20:11 ` [PULL 4/9] util: Add CRC16 (CCITT) calculation routines Philippe Mathieu-Daudé
2021-01-24 20:11 ` [PULL 5/9] hw/sd: ssi-sd: Suffix a data block with CRC16 Philippe Mathieu-Daudé
2021-01-24 20:11 ` [PULL 6/9] hw/sd: ssi-sd: Add a state representing Nac Philippe Mathieu-Daudé
2021-01-24 20:11 ` [PULL 7/9] hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION Philippe Mathieu-Daudé
2021-01-24 20:11 ` [PULL 8/9] hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer Philippe Mathieu-Daudé
2021-01-24 20:11 ` [PULL 9/9] hw/sd: sd.h: Cosmetic change of using spaces Philippe Mathieu-Daudé
2021-01-25 13:48 ` [PULL 0/9] SD/MMC patches for 2021-01-24 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210124201106.2602238-1-f4bug@amsat.org \
--to=f4bug@amsat.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).