From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Hunter Subject: Re: [PATCH V2 0/4] mmc: sdhci: Fix card detect race for Intel BXT/APL Date: Thu, 11 Feb 2016 12:32:16 +0200 Message-ID: <56BC6330.20209@intel.com> References: <1455027158-21564-1-git-send-email-adrian.hunter@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com ([192.55.52.93]:53391 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751148AbcBKKfq (ORCPT ); Thu, 11 Feb 2016 05:35:46 -0500 In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ulf Hansson Cc: linux-mmc , Russell King On 11/02/16 12:00, Ulf Hansson wrote: > On 9 February 2016 at 15:12, Adrian Hunter wrote: >> Hi >> >> Here is V2 of patches to fix a problem on Intel BXT/APL. >> The PCI and ACPI Ids for BXT/APL were added in v4.4 so the >> patches are cc stable v4.4+. >> >> Changes in V2: >> >> Override the mmc host ->get_cd() operation instead of adding a >> new sdhci host operation. >> >> >> Adrian Hunter (4): >> mmc: sdhci: Allow override of mmc host operations >> mmc: sdhci: Allow override of get_cd() called from sdhci_request() >> mmc: sdhci-pci: Fix card detect race for Intel BXT/APL >> mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL >> >> drivers/mmc/host/sdhci-acpi.c | 30 ++++++++++++++++++++++++++++++ >> drivers/mmc/host/sdhci-pci-core.c | 31 +++++++++++++++++++++++++++++++ >> drivers/mmc/host/sdhci.c | 5 +++-- >> drivers/mmc/host/sdhci.h | 1 + >> 4 files changed, 65 insertions(+), 2 deletions(-) >> >> >> Regards >> Adrian > > This seems like step in good direction for sdhci, as well as it solves > a regression. > > Do you want me to pick it up for fixes? That would be good, thanks!