[GIT PULL] MMC fixes for v6.1-rc6

From: Ulf Hansson
Date: Fri Nov 18 2022 - 04:39:00 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.1-rc6. 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 094226ad94f471a9f19e8f8e7140a09c2625abaa:

Linux 6.1-rc5 (2022-11-13 13:12:55 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.1-rc5

for you to fetch changes up to 222cfa0118aa68687ace74aab8fdf77ce8fbd7e6:

mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put() (2022-11-16 17:00:39 +0100)

----------------------------------------------------------------
MMC core:
- Fixup VDD/VMMC voltage-range negotiation

MMC host:
- sdhci-pci: Fix memory leak by adding a missing pci_dev_put()
- sdhci-pci-o2micro: Fix card detect by tuning the debounce timeout

----------------------------------------------------------------
Chevron Li (1):
mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce timeout

Xiongfeng Wang (1):
mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()

Yann Gautier (1):
mmc: core: properly select voltage range without power cycle

drivers/mmc/core/core.c | 8 +++++++-
drivers/mmc/host/sdhci-pci-core.c | 2 ++
drivers/mmc/host/sdhci-pci-o2micro.c | 7 +++++++
3 files changed, 16 insertions(+), 1 deletion(-)