[GIT PULL] MMC fixes for v.4.6 rc3

From: Ulf Hansson
Date: Sun Apr 10 2016 - 04:50:28 EST


Hi Linus,

Here are a couple of mmc fixes intended for v4.6 rc3 (or rc4 as I
guess it's late for rc3). It's based on v4.6 rc1.

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

Kind regards
Ulf Hansson

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 01d6b2a40a0fa73c90e05b1033f181a51fec9292:

mmc: sdhci-pci: Add support and PCI IDs for more Broxton host
controllers (2016-04-05 12:14:09 +0200)

----------------------------------------------------------------
MMC host:
- sdhci: Fix regression setting power on Trats2 board
- sdhci-pci: Add support and PCI IDs for more Broxton host controllers

----------------------------------------------------------------
Adrian Hunter (2):
mmc: sdhci: Fix regression setting power on Trats2 board
mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers

drivers/mmc/host/sdhci-pci-core.c | 25 +++++++++++++++++++++++++
drivers/mmc/host/sdhci-pci.h | 3 +++
drivers/mmc/host/sdhci-pxav3.c | 22 ++++++++++++++++++++++
drivers/mmc/host/sdhci.c | 39 ++++++++++++++++++++++++++++++---------
drivers/mmc/host/sdhci.h | 4 ++++
5 files changed, 84 insertions(+), 9 deletions(-)