Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649311
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] MMC fixes for v.4.12 rc3 - take 1/2 |
| Date | 2017-05-24 10:50 +0200 |
| Message-ID | <tKA9t-8rl-53@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
Here are a couple of mmc fixes intended for v4.12 rc3. They are based
on v4.12-rc1.
If everything goes as expected, I intend to send yet another PR later
this week with some more fixes, hence take 1/2.
Details are as usual found in the signed tag. Please pull this in!
Kind regards
Ulf Hansson
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.12-rc1
for you to fetch changes up to f5f968f2371ccdebb8a365487649673c9af68d09:
mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
(2017-05-22 18:18:04 +0200)
----------------------------------------------------------------
MMC host:
- sdhci-xenon: Don't free data for phy allocated by devm*
- sdhci-iproc: Suppress spurious interrupts
- cavium: Fix probing race with regulator
- cavium: Prevent crash with incomplete DT
- cavium-octeon: Use proper GPIO name for power control
- cavium-octeon: Fix interrupt enable code
----------------------------------------------------------------
David Daney (2):
mmc: cavium-octeon: Fix interrupt enable code
mmc: cavium-octeon: Use proper GPIO name for power control
Jan Glauber (3):
mmc: cavium: Prevent crash with incomplete DT
of/platform: Make of_platform_device_destroy globally visible
mmc: cavium: Fix probing race with regulator
Jisheng Zhang (1):
mmc: sdhci-xenon: kill xenon_clean_phy()
Srinath Mannam (1):
mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
drivers/mmc/host/cavium-octeon.c | 15 ++++++++++++---
drivers/mmc/host/cavium-thunderx.c | 6 ++++++
drivers/mmc/host/cavium.c | 25 ++++++++++---------------
drivers/mmc/host/sdhci-iproc.c | 3 ++-
drivers/mmc/host/sdhci-xenon-phy.c | 14 +-------------
drivers/mmc/host/sdhci-xenon.c | 6 +-----
drivers/mmc/host/sdhci-xenon.h | 1 -
drivers/of/platform.c | 3 ++-
include/linux/of_platform.h | 1 +
9 files changed, 35 insertions(+), 39 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] MMC fixes for v.4.12 rc3 - take 1/2 Ulf Hansson <ulf.hansson@linaro.org> - 2017-05-24 10:50 +0200
csiph-web