Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1315028

[GIT PULL] MMC fixes for v.4.5 rc1

Path csiph.com!goblin1!goblin.stu.neva.ru!nntpspool01.opticnetworks.net!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod
From Ulf Hansson <ulf.hansson@linaro.org>
Newsgroups linux.kernel
Subject [GIT PULL] MMC fixes for v.4.5 rc1
Date Fri, 22 Jan 2016 15:30:02 +0100
Message-ID <qTKSS-5dr-31@gated-at.bofh.it> (permalink)
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=JR8gVRxD0pVEc4QmC4RpU5oMK1+jNKvsT57QgjBb2oM=; b=Te8kkElNXWQdSr1nikuVjHGmpGXr/ohpBXoRRPsjwqR9SSkceA9H4tfk6oTKCxqU60 buCZ7EMutGkS2CvBF7J3Ol+EuHQ6tnjKKHHs5MkKE1fk9UGsE8vlPutw/FE2GBnf8fra DnWhYMBmMaf7PWgEleBJt1qXJHwHCOsgR1u8o=
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=JR8gVRxD0pVEc4QmC4RpU5oMK1+jNKvsT57QgjBb2oM=; b=ixnrYsQiqVvTBqASerBO3d5f2W34+EepvXxfyydBWXjxOMh4imWTWbJvOaIjPAW85G mCmNh2m2OboqRRGDPnVdc+pOjVLoxj1uCFYdP3IM7gP8RBgy1XZ0zfy6ynt1x0g2DRqL P8NF3s0Xpn91LQ4PTM/9S3QqU5Oty8TWi1DUH74kuP3pO3eBwwGXt9gZ7hSaEQ0WvMxZ 8qgmtzBFcpyWFaAJU/nbgSKbrOUNE24wMrNccOa9Qpogjnv8USTZoGvMLH71Tn2kPiln CYS+H8SekjASnDXa1J5b4y05tCuKNkGF83SKfNRkXUYs/+GQlsD2Pbying6zvJl+Hdjf W3Vw==
X-Gm-Message-State AG10YOR4BEuKgrPKs/24IcYqx3VMjs5xLKKvUwuiJx16S3blvKvLy/xogzq8ytQ1Mnqp6jVjtZZ4rw41QGnJRbZo
MIME-Version 1.0
X-Received by 10.129.98.11 with SMTP id w11mr1626600ywb.37.1453472642248; Fri, 22 Jan 2016 06:24:02 -0800 (PST)
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 71
Organization linux.* mail to news gateway
X-Original-Cc Jaehoon Chung <jh80.chung@samsung.com>
X-Original-Date Fri, 22 Jan 2016 15:24:02 +0100
X-Original-Message-ID <CAPDyKFpR0HQ7dPkigSwSawPKosCA-9TKUxf=LKwWH9WcD4p39A@mail.gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1315028

Show key headers only | View raw


Hi Linus,

Here are some mmc fixes intended for v4.5 rc1. These are based on a
commit earlier in the merge window but has been tested a while in
linux-next via my next branch.

Details are as usual found in the signed tag. Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit 67990608c8b95d2b8ccc29932376ae73d5818727:

  Merge tag 'pm+acpi-4.5-rc1-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
(2016-01-12 20:25:09 -0800)

are available in the git repository at:


  git://git.linaro.org/people/ulf.hansson/mmc.git tags/mmc-v4.5-rc1

for you to fetch changes up to 64a67d4762ce3ce4c9466eadd152d825fbf84967:

  mmc: pwrseq_simple: Make reset-gpios optional to match doc
(2016-01-21 13:52:27 +0100)

----------------------------------------------------------------
MMC core:
 - Restore reset-gpios to be optional in pwrseq_simple
 - Allow SDIO tuple for CISTPL_SDIO_STD
 - Print correct voltage value in debugfs
 - Enable tuning according to the actual timing
 - Limit SD card power limit according to cards capabilities

MMC host:
 - tmio_mmc_dma: don't print invalid DMA cookie
 - mmci: Pick the correct variant and allow 8-bit mode for Nomadik

----------------------------------------------------------------
Arnd Bergmann (1):
      mmc: tmio_mmc_dma: don't print invalid DMA cookie

Carlo Caione (1):
      mmc: core: Enable tuning according to the actual timing

Chuanxiao Dong (1):
      mmc: debugfs: correct wrong voltage value

Linus Walleij (2):
      mmc: mmci: fix an ages old detection error
      mmc: mmci: support 8bit mode on the Nomadik

Martin Fuzzey (1):
      mmc: pwrseq_simple: Make reset-gpios optional to match doc

Russell King (1):
      mmc: sd: limit SD card power limit according to cards capabilities

Shawn Lin (1):
      mmc: sdio_cis: fix unknown tuple for CISTPL_SDIO_STD

drivers/mmc/core/debugfs.c       |  2 +-
 drivers/mmc/core/pwrseq_simple.c | 22 ++++++++++++++--------
 drivers/mmc/core/sd.c            | 28 ++++++++++++++++++++--------
 drivers/mmc/core/sdio.c          |  4 ++--
 drivers/mmc/core/sdio_cis.c      |  1 +
 drivers/mmc/host/mmci.c          |  3 ++-
 drivers/mmc/host/tmio_mmc_dma.c  | 15 +++++++--------
 7 files changed, 47 insertions(+), 28 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] MMC fixes for v.4.5 rc1 Ulf Hansson <ulf.hansson@linaro.org> - 2016-01-22 15:30 +0100

csiph-web