[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221202083310.136427-1-ulf.hansson@linaro.org>
Date: Fri, 2 Dec 2022 09:33:10 +0100
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Linus <torvalds@...ux-foundation.org>, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Ulf Hansson <ulf.hansson@...aro.org>
Subject: [GIT PULL] MMC fixes for v6.1-rc7
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v6.1-rc7. 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 222cfa0118aa68687ace74aab8fdf77ce8fbd7e6:
mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put() (2022-11-16 17:00:39 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.1-rc5-2
for you to fetch changes up to dd30dcfa7a74a06f8dcdab260d8d5adf32f17333:
mmc: sdhci-sprd: Fix no reset data and command after voltage switch (2022-12-01 11:28:39 +0100)
----------------------------------------------------------------
MMC core:
- Fix ambiguous TRIM and DISCARD args
- Fix removal of debugfs file for mmc_test
MMC host:
- mtk-sd: Add missing clk_disable_unprepare() in an error path
- sdhci: Fix I/O voltage switch delay for UHS-I SD cards
- sdhci-esdhc-imx: Fix CQHCI exit halt state check
- sdhci-sprd: Fix voltage switch
----------------------------------------------------------------
Adrian Hunter (1):
mmc: sdhci: Fix voltage switch delay
Christian Löhle (1):
mmc: core: Fix ambiguous TRIM and DISCARD arg
Gaosheng Cui (1):
mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()
Sebastian Falbesoner (1):
mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check
Wenchao Chen (1):
mmc: sdhci-sprd: Fix no reset data and command after voltage switch
Ye Bin (1):
mmc: mmc_test: Fix removal of debugfs file
drivers/mmc/core/core.c | 9 ++++--
drivers/mmc/core/mmc_test.c | 3 +-
drivers/mmc/host/mtk-sd.c | 6 ++--
drivers/mmc/host/sdhci-esdhc-imx.c | 2 +-
drivers/mmc/host/sdhci-sprd.c | 4 ++-
drivers/mmc/host/sdhci.c | 61 +++++++++++++++++++++++++++++++++-----
drivers/mmc/host/sdhci.h | 2 ++
include/linux/mmc/mmc.h | 2 +-
8 files changed, 72 insertions(+), 17 deletions(-)
Powered by blists - more mailing lists