[PULL 0/1] SD/MMC patches for 2020-11-17

Philippe Mathieu-Daudé posted 1 patch 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201117105219.1185736-1-f4bug@amsat.org
hw/sd/sd.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
[PULL 0/1] SD/MMC patches for 2020-11-17
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
The following changes since commit cb5ed407a1ddadf788fd373fed41c87c9e81e5b0:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-15' into staging (2020-11-16 17:00:36 +0000)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/sdmmc-20201117

for you to fetch changes up to 575094b786e999e5fbd04c0456f518a5ebefab5b:

  hw/sd: Fix 2 GiB card CSD register values (2020-11-17 11:45:13 +0100)

----------------------------------------------------------------
SD/MMC patches

- Correctly handle 2 GB SCSD Memory Cards (Bin Meng)

CI jobs result:
. https://cirrus-ci.com/build/4688743904837632
. https://gitlab.com/philmd/qemu/-/pipelines/216829732
. https://travis-ci.org/github/philmd/qemu/builds/744026099
----------------------------------------------------------------

Bin Meng (1):
  hw/sd: Fix 2 GiB card CSD register values

 hw/sd/sd.c | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

-- 
2.26.2

Re: [PULL 0/1] SD/MMC patches for 2020-11-17
Posted by Peter Maydell 3 years, 5 months ago
On Tue, 17 Nov 2020 at 10:54, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> The following changes since commit cb5ed407a1ddadf788fd373fed41c87c9e81e5b0:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-15' into staging (2020-11-16 17:00:36 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/sdmmc-20201117
>
> for you to fetch changes up to 575094b786e999e5fbd04c0456f518a5ebefab5b:
>
>   hw/sd: Fix 2 GiB card CSD register values (2020-11-17 11:45:13 +0100)
>
> ----------------------------------------------------------------
> SD/MMC patches
>
> - Correctly handle 2 GB SCSD Memory Cards (Bin Meng)
>
> CI jobs result:
> . https://cirrus-ci.com/build/4688743904837632
> . https://gitlab.com/philmd/qemu/-/pipelines/216829732
> . https://travis-ci.org/github/philmd/qemu/builds/744026099


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM