All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Linus <torvalds@linux-foundation.org>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Subject: [GIT PULL] MMC fixes for v6.6-rc7
Date: Fri, 20 Oct 2023 13:56:57 +0200	[thread overview]
Message-ID: <20231020115657.153077-1-ulf.hansson@linaro.org> (raw)

Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.6-rc7. 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 6465e260f48790807eef06b583b38ca9789b6072:

  Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.6-rc3

for you to fetch changes up to 84ee19bffc9306128cd0f1c650e89767079efeff:

  mmc: core: Capture correct oemid-bits for eMMC cards (2023-09-27 12:17:04 +0200)

----------------------------------------------------------------
MMC core:
 - Capture correct oemid-bits for eMMC cards
 - Fix error propagation for some ioctl commands
 - Hold retuning if SDIO is in 1-bit mode

MMC host:
 - mtk-sd: Use readl_poll_timeout_atomic to not "schedule while atomic"
 - sdhci-msm: Correct minimum number of clocks
 - sdhci-pci-gli: Fix LPM negotiation so x86/S0ix SoCs can suspend
 - sdhci-sprd: Fix error code in sdhci_sprd_tuning()

----------------------------------------------------------------
Avri Altman (1):
      mmc: core: Capture correct oemid-bits for eMMC cards

Dan Carpenter (1):
      mmc: sdhci-sprd: Fix error code in sdhci_sprd_tuning()

Haibo Chen (1):
      mmc: core: sdio: hold retuning if sdio in 1-bit mode

Krzysztof Kozlowski (1):
      dt-bindings: mmc: sdhci-msm: correct minimum number of clocks

Pablo Sun (1):
      mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw

Sven van Ashbrook (1):
      mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can suspend

Ulf Hansson (1):
      mmc: core: Fix error propagation for some ioctl commands

 .../devicetree/bindings/mmc/sdhci-msm.yaml         |   2 +-
 drivers/mmc/core/block.c                           |  31 +++---
 drivers/mmc/core/mmc.c                             |   2 +-
 drivers/mmc/core/sdio.c                            |   8 +-
 drivers/mmc/host/mtk-sd.c                          |   6 +-
 drivers/mmc/host/sdhci-pci-gli.c                   | 104 +++++++++++++--------
 drivers/mmc/host/sdhci-sprd.c                      |   1 +
 7 files changed, 99 insertions(+), 55 deletions(-)

             reply	other threads:[~2023-10-20 11:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-20 11:56 Ulf Hansson [this message]
2023-10-20 20:27 ` [GIT PULL] MMC fixes for v6.6-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231020115657.153077-1-ulf.hansson@linaro.org \
    --to=ulf.hansson@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.