[GIT PULL] MMC fixes for v.4.8 rc7

From: Ulf Hansson
Date: Sat Sep 17 2016 - 06:40:51 EST


Hi Linus,

Here are some mmc fixes intended for v4.8 rc7. They are based on v4.8-rc6.

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

Kind regards
Ulf Hansson


The following changes since commit 9395452b4aab7bc2475ef8935b4a4fb99d778d70:

Linux 4.8-rc6 (2016-09-11 20:02:25 -0700)

are available in the git repository at:

git://git.linaro.org/people/ulf.hansson/mmc.git tags/mmc-v4.8-rc6

for you to fetch changes up to df804d5e27490151da1ce9f216031a31352203e6:

mmc: omap: Initialize dma_slave_config to avoid random data in it's
fields (2016-09-14 13:59:33 +0200)

----------------------------------------------------------------
MMC host:
- omap/omap_hsmmc: Initialize dma_slave_config to avoid random data
- sdhci-st: Handle interconnect clock

----------------------------------------------------------------
Lee Jones (2):
dt-bindings: mmc: sdhci-st: Mention the discretionary "icn" clock
mmc: sdhci-st: Handle interconnect clock

Peter Ujfalusi (2):
mmc: omap_hsmmc: Initialize dma_slave_config to avoid random data
mmc: omap: Initialize dma_slave_config to avoid random data in it's fields

Documentation/devicetree/bindings/mmc/sdhci-st.txt | 2 +-
drivers/mmc/host/omap.c | 18 ++++++++++--------
drivers/mmc/host/omap_hsmmc.c | 16 ++++++++--------
drivers/mmc/host/sdhci-st.c | 15 ++++++++++++++-
4 files changed, 33 insertions(+), 18 deletions(-)