[GIT PULL] MMC fixes for v7.0-rc2

From: Ulf Hansson

Date: Fri Feb 27 2026 - 12:00:20 EST


Hi Linus,

Here's a pull-request with a couple of MMC fixes intended for v7.0-rc2.
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 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v7.0-rc1

for you to fetch changes up to 901084c51a0a8fb42a3f37d2e9c62083c495f824:

mmc: core: Avoid bitfield RMW for claim/retune flags (2026-02-23 13:45:50 +0100)

----------------------------------------------------------------
MMC core:
- Avoid bitfield RMW for claim/retune flags

MMC host:
- dw_mmc-rockchip: Fix runtime PM support for internal phase support
- mmci: Fix device_node reference leak in of_get_dml_pipe_index()
- sdhci-brcmstb: Use correct register offset for V1 pin_sel restore

----------------------------------------------------------------
Felix Gu (1):
mmc: mmci: Fix device_node reference leak in of_get_dml_pipe_index()

Kamal Dasu (1):
mmc: sdhci-brcmstb: use correct register offset for V1 pin_sel restore

Penghe Geng (1):
mmc: core: Avoid bitfield RMW for claim/retune flags

Shawn Lin (1):
mmc: dw_mmc-rockchip: Fix runtime PM support for internal phase support

drivers/mmc/host/dw_mmc-rockchip.c | 38 +++++++++++++++++++++++++++++++++++++-
drivers/mmc/host/mmci_qcom_dml.c | 1 +
drivers/mmc/host/sdhci-brcmstb.c | 2 +-
include/linux/mmc/host.h | 9 +++++----
4 files changed, 44 insertions(+), 6 deletions(-)