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.14-rc4
Date: Sat, 7 Oct 2017 09:33:30 +0200 [thread overview]
Message-ID: <1507361610-31577-1-git-send-email-ulf.hansson@linaro.org> (raw)
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v4.14-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 9e66317d3c92ddaab330c125dfe9d06eee268aff:
Linux 4.14-rc3 (2017-10-01 14:54:54 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.14-rc3
for you to fetch changes up to bb16ea1742c8f35a9349b7508dc45d3a922db5f5:
mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock (2017-10-04 10:50:36 +0200)
----------------------------------------------------------------
MMC core:
- Fix driver strength selection when selecting hs400es
- Delete bounce buffer handling:
This change fixes a problem related to how bounce buffers are being
allocated. However, instead of trying to fix that, let's just remove
the mmc bounce buffer code altogether, as it has practically no use.
MMC host:
- meson-gx: A couple of fixes related to clock/phase/tuning
- sdhci-xenon: Fix clock resource by adding an optional bus clock
----------------------------------------------------------------
Chanho Min (1):
mmc: core: add driver strength selection when selecting hs400es
Gregory CLEMENT (1):
mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock
Jerome Brunet (3):
mmc: meson-gx: make sure the clock is rounded down
mmc: meson-gx: fix rx phase reset
mmc: meson-gx: include tx phase in the tuning process
Linus Walleij (1):
mmc: Delete bounce buffer handling
.../bindings/mmc/marvell,xenon-sdhci.txt | 12 +-
drivers/mmc/core/block.c | 3 -
drivers/mmc/core/mmc.c | 36 +++---
drivers/mmc/core/queue.c | 125 ++-------------------
drivers/mmc/core/queue.h | 6 -
drivers/mmc/host/cavium.c | 2 +-
drivers/mmc/host/meson-gx-mmc.c | 26 ++++-
drivers/mmc/host/pxamci.c | 6 +-
drivers/mmc/host/sdhci-xenon.c | 24 +++-
drivers/mmc/host/sdhci-xenon.h | 1 +
include/linux/mmc/host.h | 2 +-
11 files changed, 81 insertions(+), 162 deletions(-)
next reply other threads:[~2017-10-07 7:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-07 7:33 Ulf Hansson [this message]
2017-11-20 13:12 ` sdhci broke in 4.14 [was: MMC fixes for v.4.14-rc4] Jiri Slaby
2017-11-21 15:08 ` Ulf Hansson
2017-11-21 15:13 ` Jiri Slaby
2017-11-21 16:13 ` Ulf Hansson
2017-11-24 15:15 ` Jiri Slaby
2017-11-24 15:20 ` Ulf Hansson
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=1507361610-31577-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).