mbox series

[GIT,PULL] MMC fixes for v5.7-rc6

Message ID 20200514193136.23283-1-ulf.hansson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] MMC fixes for v5.7-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.7-rc4

Message

Ulf Hansson May 14, 2020, 7:31 p.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.7-rc6. Details about the
highlights are as usual found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:

  Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.7-rc4

for you to fetch changes up to 45a3fe3bf93b7cfeddc28ef7386555e05dc57f06:

  mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040 (2020-05-11 10:51:30 +0200)

----------------------------------------------------------------
MMC core:
 - Fix a couple of quite severe issues for the CQE request path

MMC host:
 - alcor: Fix a resource leak in the error path for ->probe()
 - sdhci-acpi: Fix the DMA support for the AMD eMMC v5.0 variant
 - sdhci-pci-gli: Fix system resume support for GL975x
 - sdhci-pci-gli: Fix reboot error for GL9750

----------------------------------------------------------------
Adrian Hunter (1):
      mmc: block: Fix request completion in the CQE timeout path

Ben Chuang (2):
      mmc: sdhci-pci-gli: Fix no irq handler from suspend
      mmc: sdhci-pci-gli: Fix can not access GL9750 after reboot from Windows 10

Christophe JAILLET (1):
      mmc: alcor: Fix a resource leak in the error path for ->probe()

Raul E Rangel (1):
      mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040

Sarthak Garg (1):
      mmc: core: Fix recursive locking issue in CQE recovery path

Veerabhadrarao Badiganti (1):
      mmc: core: Check request type before completing the request

 drivers/mmc/core/block.c         |  3 ++-
 drivers/mmc/core/queue.c         | 16 +++++-----------
 drivers/mmc/host/alcor.c         |  6 +++++-
 drivers/mmc/host/sdhci-acpi.c    | 10 ++++++----
 drivers/mmc/host/sdhci-pci-gli.c | 23 +++++++++++++++++++++++
 5 files changed, 41 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org May 14, 2020, 8:30 p.m. UTC | #1
The pull request you sent on Thu, 14 May 2020 21:31:36 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.7-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1ae7efb388540adc1653a51a3bc3b2c9cef5ec1a

Thank you!