Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753407AbaGJNAt (ORCPT ); Thu, 10 Jul 2014 09:00:49 -0400 Received: from mail-qa0-f44.google.com ([209.85.216.44]:60686 "EHLO mail-qa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379AbaGJNAr (ORCPT ); Thu, 10 Jul 2014 09:00:47 -0400 MIME-Version: 1.0 In-Reply-To: <1404817861-23359-2-git-send-email-mauricex.r.petallo@intel.com> References: <1404817861-23359-1-git-send-email-mauricex.r.petallo@intel.com> <1404817861-23359-2-git-send-email-mauricex.r.petallo@intel.com> Date: Thu, 10 Jul 2014 15:00:46 +0200 Message-ID: Subject: Re: [PATCH 1/2] mmc: sdhci: Preset value not supported in Baytrail eMMC From: Ulf Hansson To: Maurice Petallo Cc: Chris Ball , linux-mmc , "linux-kernel@vger.kernel.org" , 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 On 8 July 2014 13:11, Maurice Petallo wrote: > "SDHCI_QUIRK2_PRESET_VALUE_BROKEN" quirk is added to prohibit > preset value enabling for Baytrail eMMC controller. > > Signed-off-by: Maurice Petallo > Acked-by: Adrian Hunter Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/sdhci-acpi.c | 1 + > drivers/mmc/host/sdhci-pci.c | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c > index 8ce3c28..840788e 100644 > --- a/drivers/mmc/host/sdhci-acpi.c > +++ b/drivers/mmc/host/sdhci-acpi.c > @@ -127,6 +127,7 @@ static const struct sdhci_acpi_slot sdhci_acpi_slot_int_emmc = { > .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | MMC_CAP_HW_RESET, > .caps2 = MMC_CAP2_HC_ERASE_SZ, > .flags = SDHCI_ACPI_RUNTIME_PM, > + .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN, > }; > > static const struct sdhci_acpi_slot sdhci_acpi_slot_int_sdio = { > diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c > index 52c42fc..7514cc7 100644 > --- a/drivers/mmc/host/sdhci-pci.c > +++ b/drivers/mmc/host/sdhci-pci.c > @@ -279,6 +279,7 @@ static int byt_sdio_probe_slot(struct sdhci_pci_slot *slot) > static const struct sdhci_pci_fixes sdhci_intel_byt_emmc = { > .allow_runtime_pm = true, > .probe_slot = byt_emmc_probe_slot, > + .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN, > }; > > static const struct sdhci_pci_fixes sdhci_intel_byt_sdio = { > -- > 1.8.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/