mbox series

[GIT,PULL] MMC fixes for v5.5-rc8

Message ID 20200123200257.17258-1-ulf.hansson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] MMC fixes for v5.5-rc8 | expand

Pull-request

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

Message

Ulf Hansson Jan. 23, 2020, 8:02 p.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.5-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 f667216c5c7c967c3e568cdddefb51fe606bfe26:

  mmc: sdhci-of-esdhc: re-implement erratum A-009204 workaround (2019-12-19 08:13:43 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 2a187d03352086e300daa2044051db00044cd171:

  mmc: sdhci: fix minimum clock rate for v3 controller (2020-01-20 10:36:27 +0100)

----------------------------------------------------------------
MMC host:
 - sdhci: Fix minimum clock rate for v3 controllers
 - sdhci-tegra: Fix SDR50 tuning override
 - sdhci_am654: Fixup tuning issues and support for CQHCI
 - sdhci_am654: Remove wrong write protect flag

----------------------------------------------------------------
Faiz Abbas (3):
      mmc: sdhci_am654: Remove Inverted Write Protect flag
      mmc: sdhci_am654: Reset Command and Data line after tuning
      mmc: sdhci_am654: Fix Command Queuing in AM65x

Michał Mirosław (2):
      mmc: tegra: fix SDR50 tuning override
      mmc: sdhci: fix minimum clock rate for v3 controller

 drivers/mmc/host/sdhci-tegra.c |  2 +-
 drivers/mmc/host/sdhci.c       | 10 ++++----
 drivers/mmc/host/sdhci_am654.c | 54 +++++++++++++++++++++++++++---------------
 3 files changed, 42 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 24, 2020, 6 p.m. UTC | #1
The pull request you sent on Thu, 23 Jan 2020 21:02:57 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.5-rc2-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/838a860a390547dc6f8bc9d0a77d4ebad1dc8ff1

Thank you!