mbox series

[GIT,PULL] MMC fixes for v6.10-rc8

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

Pull-request

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

Message

Ulf Hansson July 12, 2024, 2:44 p.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.10-rc8. 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 ab069ce125965a5e282f7b53b86aee76ab32975c:

  mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (2024-06-20 16:42:30 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 16198eef11c1929374381d7f6271b4bf6aa44615:

  mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's length (2024-07-11 17:48:54 +0200)

----------------------------------------------------------------
MMC host:
 - davinci_mmc: Prevent transmitted data size from exceeding sgm's length
 - sdhci: Fix max_seg_size for 64KiB PAGE_SIZE

----------------------------------------------------------------
Adrian Hunter (1):
      mmc: sdhci: Fix max_seg_size for 64KiB PAGE_SIZE

Bastien Curutchet (1):
      mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's length

 drivers/mmc/host/davinci_mmc.c |  3 +++
 drivers/mmc/host/sdhci.c       | 15 +++++++++++++++
 2 files changed, 18 insertions(+)

Comments

pr-tracker-bot@kernel.org July 12, 2024, 7:12 p.m. UTC | #1
The pull request you sent on Fri, 12 Jul 2024 16:44:57 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/01ec3bb6ea6a9e5cbe18600e8613c717508b0a71

Thank you!