linux-kernel.vger.kernel.org archive mirror
 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: Jaehoon Chung <jh80.chung@samsung.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: [GIT PULL] MMC fixes for v.4.16-rc4
Date: Fri,  2 Mar 2018 12:47:55 +0100	[thread overview]
Message-ID: <1519991275-31436-1-git-send-email-ulf.hansson@linaro.org> (raw)

Hi Linus,

Here's a PR with some MMC fixes intended for v4.16-rc4. 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 4a3928c6f8a53fa1aed28ccba227742486e8ddcb:

  Linux 4.16-rc3 (2018-02-25 18:50:41 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.16-rc3

for you to fetch changes up to 3a574919f0cc15a46ec14c3e5e08300908991915:

  mmc: core: Avoid hanging to claim host for mmc via some nested calls (2018-02-27 15:12:37 +0100)

----------------------------------------------------------------
MMC core:
 - mmc: core: Avoid hang when claiming host

MMC host:
 - dw_mmc: Avoid hang when accessing registers
 - dw_mmc: Fix out-of-bounds access for slot's caps
 - dw_mmc-k3: Fix out-of-bounds access through DT alias
 - sdhci-pci: Fix S0i3 for Intel BYT-based controllers

----------------------------------------------------------------
Adrian Hunter (1):
      mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers

Geert Uytterhoeven (1):
      mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias

Shawn Lin (3):
      mmc: dw_mmc: Factor out dw_mci_init_slot_caps
      mmc: dw_mmc: Fix out-of-bounds access for slot's caps
      mmc: dw_mmc: Avoid accessing registers in runtime suspended state

Ulf Hansson (1):
      mmc: core: Avoid hanging to claim host for mmc via some nested calls

 drivers/mmc/core/mmc_ops.c         |  4 --
 drivers/mmc/host/dw_mmc-exynos.c   |  1 +
 drivers/mmc/host/dw_mmc-k3.c       |  4 ++
 drivers/mmc/host/dw_mmc-rockchip.c |  1 +
 drivers/mmc/host/dw_mmc-zx.c       |  1 +
 drivers/mmc/host/dw_mmc.c          | 84 ++++++++++++++++++++++++--------------
 drivers/mmc/host/dw_mmc.h          |  2 +
 drivers/mmc/host/sdhci-pci-core.c  | 35 ++++++++++++++--
 8 files changed, 94 insertions(+), 38 deletions(-)

                 reply	other threads:[~2018-03-02 11:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1519991275-31436-1-git-send-email-ulf.hansson@linaro.org \
    --to=ulf.hansson@linaro.org \
    --cc=adrian.hunter@intel.com \
    --cc=jh80.chung@samsung.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).