lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat,  7 Oct 2017 09:33:30 +0200
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     Linus <torvalds@...ux-foundation.org>, linux-mmc@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     Jaehoon Chung <jh80.chung@...sung.com>,
        Adrian Hunter <adrian.hunter@...el.com>,
        Ulf Hansson <ulf.hansson@...aro.org>
Subject: [GIT PULL] MMC fixes for v.4.14-rc4

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ