linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] MMC fixes for v.4.14-rc4
@ 2017-10-07  7:33 Ulf Hansson
  2017-11-20 13:12 ` sdhci broke in 4.14 [was: MMC fixes for v.4.14-rc4] Jiri Slaby
  0 siblings, 1 reply; 7+ messages in thread
From: Ulf Hansson @ 2017-10-07  7:33 UTC (permalink / raw)
  To: Linus, linux-mmc, linux-kernel; +Cc: Jaehoon Chung, Adrian Hunter, Ulf Hansson

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-11-24 15:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-07  7:33 [GIT PULL] MMC fixes for v.4.14-rc4 Ulf Hansson
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

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).