mbox series

[GIT,PULL] MMC fixes for v5.8-rc5

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.8-rc1

Message

Ulf Hansson July 10, 2020, 7:52 a.m. UTC
Hi Linus,

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

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.8-rc1

for you to fetch changes up to 3ec2d5113ea5e182b759b613dc1f7108ba7aac9e:

  mmc: sdhci-msm: Override DLL_CONFIG only if the valid value is supplied (2020-07-08 15:30:35 +0200)

----------------------------------------------------------------
MMC host:
 - sdhci-msm: Override DLL_CONFIG only with valid values
 - owl-mmc: Get rid of of_match_ptr() macro to fix warning
 - meson-gx: Limit segments to 1 to fix G12A/G12B SoCs

----------------------------------------------------------------
Manivannan Sadhasivam (1):
      mmc: owl-mmc: Get rid of of_match_ptr() macro

Neil Armstrong (1):
      mmc: meson-gx: limit segments to 1 when dram-access-quirk is needed

Veerabhadrarao Badiganti (1):
      mmc: sdhci-msm: Override DLL_CONFIG only if the valid value is supplied

 drivers/mmc/host/meson-gx-mmc.c | 6 ++++--
 drivers/mmc/host/owl-mmc.c      | 2 +-
 drivers/mmc/host/sdhci-msm.c    | 5 +++--
 3 files changed, 8 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org July 10, 2020, 4:55 p.m. UTC | #1
The pull request you sent on Fri, 10 Jul 2020 09:52:34 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.8-rc1

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

Thank you!