mbox series

[GIT,PULL] MMC fixes for v6.13-rc4

Message ID 20241219134142.48554-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v6.13-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.13-rc2

Message

Ulf Hansson Dec. 19, 2024, 1:41 p.m. UTC
Hi Linus,

Here's a PR with a few MMC fixes intended for v6.13-rc4. 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 fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.13-rc2

for you to fetch changes up to f3d87abe11ed04d1b23a474a212f0e5deeb50892:

  mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe() (2024-12-10 16:02:34 +0100)

----------------------------------------------------------------
MMC host:
 - mtk-sd: Cleanup the wakeup configuration in error/remove-path
 - sdhci-tegra: Correct quirk for ADMA2 length

----------------------------------------------------------------
Joe Hattori (1):
      mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()

Prathamesh Shete (1):
      mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk

 drivers/mmc/host/mtk-sd.c      | 2 ++
 drivers/mmc/host/sdhci-tegra.c | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)