mbox series

[GIT,PULL] MMC fixes for v6.8-rc7

Message ID 20240301100736.3789777-1-ulf.hansson@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] MMC fixes for v6.8-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.8-rc4

Message

Ulf Hansson March 1, 2024, 10:07 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.8-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 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.8-rc4

for you to fetch changes up to 09e23823ae9a3e2d5d20f2e1efe0d6e48cef9129:

  mmc: sdhci-xenon: add timeout for PHY init complete (2024-02-28 13:41:35 +0100)

----------------------------------------------------------------
MMC core:
 - Fix eMMC initialization with 1-bit bus connection

MMC host:
 - mmci: Fix DMA API overlapping mappings for the stm32 variant
 - sdhci-xenon: Fix PHY stability issues

----------------------------------------------------------------
Christophe Kerello (1):
      mmc: mmci: stm32: fix DMA API overlapping mappings warning

Elad Nachman (2):
      mmc: sdhci-xenon: fix PHY init clock stability
      mmc: sdhci-xenon: add timeout for PHY init complete

Ivan Semenov (1):
      mmc: core: Fix eMMC initialization with 1-bit bus connection

 drivers/mmc/core/mmc.c              |  2 ++
 drivers/mmc/host/mmci_stm32_sdmmc.c | 24 +++++++++++++++++++
 drivers/mmc/host/sdhci-xenon-phy.c  | 48 ++++++++++++++++++++++++++++++-------
 3 files changed, 65 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org March 1, 2024, 8:17 p.m. UTC | #1
The pull request you sent on Fri,  1 Mar 2024 11:07:36 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.8-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/371e4a1f914aff0d128c518895495ef44059ddc6

Thank you!