From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752502AbcD2HHb (ORCPT ); Fri, 29 Apr 2016 03:07:31 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:36203 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750752AbcD2HH3 (ORCPT ); Fri, 29 Apr 2016 03:07:29 -0400 MIME-Version: 1.0 Date: Fri, 29 Apr 2016 09:07:28 +0200 Message-ID: Subject: [GIT PULL] MMC fixes for v.4.6 rc6 From: Ulf Hansson To: Linus Torvalds , linux-mmc , "linux-kernel@vger.kernel.org" Cc: Jaehoon Chung , Adrian Hunter Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Here are a two mmc fixes intended for v4.6 rc6. It's based on v4.6 rc4. Details are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9: Linux 4.6-rc4 (2016-04-17 19:13:32 -0700) are available in the git repository at: git://git.linaro.org/people/ulf.hansson/mmc.git tags/mmc-v4.6-rc4 for you to fetch changes up to 2963070a0f8184fe40be11927344e3fcc7e18e7c: mmc: sunxi: Disable eMMC HS-DDR (MMC_CAP_1_8V_DDR) for Allwinner A80 (2016-04-28 11:43:54 +0200) ---------------------------------------------------------------- MMC host: - sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs - sunxi: Disable eMMC HS-DDR for Allwinner A80 ---------------------------------------------------------------- Adrian Hunter (1): mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs Chen-Yu Tsai (1): mmc: sunxi: Disable eMMC HS-DDR (MMC_CAP_1_8V_DDR) for Allwinner A80 drivers/mmc/host/Kconfig | 1 + drivers/mmc/host/sdhci-acpi.c | 81 +++++++++++++++++++++++++++++++++++++++++++ drivers/mmc/host/sunxi-mmc.c | 5 +++ 3 files changed, 87 insertions(+)