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

From: Ulf Hansson
Date: Fri Jul 12 2024 - 10:45:08 EST


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(+)