Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1560710 > unrolled thread
| Started by | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| First post | 2017-01-17 16:30 +0100 |
| Last post | 2017-01-17 16:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] MMC fixes for v.4.10 rc5 Ulf Hansson <ulf.hansson@linaro.org> - 2017-01-17 16:30 +0100
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Date | 2017-01-17 16:30 +0100 |
| Subject | [GIT PULL] MMC fixes for v.4.10 rc5 |
| Message-ID | <t0DRV-jr-41@gated-at.bofh.it> |
Hi Linus,
Here are some mmc fixes intended for v4.9 rc5. They are based on v4.9-rc3.
Details are as usual found in the signed tag. Please pull this in!
Kind regards
Ulf Hansson
The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:
Linux 4.10-rc3 (2017-01-08 14:18:17 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.10-rc3
for you to fetch changes up to ee6ff743e3a4b697e8286054667d7e4e1b56510d:
mmc: core: Restore parts of the polling policy when switch to HS/HS
DDR (2017-01-16 16:17:42 +0100)
----------------------------------------------------------------
MMC core:
- Fix regressions detecting HS/HS DDR eMMC cards related to CMD6
MMC host:
- mmc: mxs-mmc: Fix additional cycles after transmission stop
- sdhci-acpi: Only powered up enabled acpi child devices
- meson: avoid possible NULL dereference
----------------------------------------------------------------
Hans de Goede (1):
mmc: sdhci-acpi: Only powered up enabled acpi child devices
Heinrich Schuchardt (1):
MMC: meson: avoid possible NULL dereference
Stefan Wahren (1):
mmc: mxs-mmc: Fix additional cycles after transmission stop
Ulf Hansson (1):
mmc: core: Restore parts of the polling policy when switch to HS/HS DDR
drivers/mmc/core/mmc_ops.c | 25 ++++++++++++-------------
drivers/mmc/host/meson-gx-mmc.c | 8 +++++---
drivers/mmc/host/mxs-mmc.c | 6 ++++--
drivers/mmc/host/sdhci-acpi.c | 3 ++-
4 files changed, 23 insertions(+), 19 deletions(-)
Back to top | Article view | linux.kernel
csiph-web