[GIT PULL] MMC fixes for v6.2-rc5

From: Ulf Hansson
Date: Fri Jan 20 2023 - 05:27:30 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.2-rc5. 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 88603b6dc419445847923fcb7fe5080067a30f98:

Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8509419758f2cc28dd05370385af0d91573b76b4:

mmc: sunxi-mmc: Fix clock refcount imbalance during unbind (2023-01-02 15:57:36 +0100)

----------------------------------------------------------------
MMC host:
- sunxi-mmc: Fix clock refcount imbalance during unbind
- sdhci-esdhc-imx: Fix some tuning settings

----------------------------------------------------------------
Haibo Chen (1):
mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting

Samuel Holland (1):
mmc: sunxi-mmc: Fix clock refcount imbalance during unbind

drivers/mmc/host/sdhci-esdhc-imx.c | 22 +++++++++++++++-------
drivers/mmc/host/sunxi-mmc.c | 8 +++++---
2 files changed, 20 insertions(+), 10 deletions(-)