From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [PATCH V2 0/4] mmc: sdhci: Disable re-tuning for HS400 Date: Tue, 30 Dec 2014 11:18:18 +0100 Message-ID: References: <1417800331-15248-1-git-send-email-adrian.hunter@intel.com> <549430F5.5070300@intel.com> <54A2727D.9060907@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-qc0-f172.google.com ([209.85.216.172]:43995 "EHLO mail-qc0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993AbaL3KST (ORCPT ); Tue, 30 Dec 2014 05:18:19 -0500 Received: by mail-qc0-f172.google.com with SMTP id m20so10440639qcx.31 for ; Tue, 30 Dec 2014 02:18:19 -0800 (PST) In-Reply-To: <54A2727D.9060907@intel.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Adrian Hunter Cc: Chris Ball , linux-mmc , Aaron Lu , Philip Rakity , Girish K S , Al Cooper , Arend van Spriel On 30 December 2014 at 10:38, Adrian Hunter wrote: > On 19/12/14 16:06, Adrian Hunter wrote: >> On 05/12/14 19:25, Adrian Hunter wrote: >>> Hi >>> >>> Here is V2 of patches to disable re-tuning for HS400. >>> >>> As described in patch 4, re-tuning for HS400 has to be done >>> in HS200 mode, but there is no support for that, so re-tuning >>> needs to be disabled until support is added. >>> >>> Changes in V2: >>> >>> Added "mmc: sdhci: Simplify use of tuning timer" >>> patch. >>> >>> Changed "mmc: sdhci: Disable re-tuning for HS400" >>> so that the tuning timer is not started instead >>> of stopping it when HS400 mode is selected. >>> >>> >>> Adrian Hunter (4): >>> mmc: sdhci: Tuning should not change max_blk_count >>> mmc: sdhci: Add out_unlock to sdhci_execute_tuning >>> mmc: sdhci: Simplify use of tuning timer >>> mmc: sdhci: Disable re-tuning for HS400 >>> >>> drivers/mmc/host/sdhci.c | 66 ++++++++++++++++++++++++++++++----------------- >>> include/linux/mmc/sdhci.h | 1 + >>> 2 files changed, 43 insertions(+), 24 deletions(-) >> >> Ulf, will you take these? > > Ping? > > Given that HS400 was added to sdhci in 3.19 they could go in now as fixes? > > Note Aaron reviewed patches 1-3. Thanks! Applied for fixes with Aaron's reviewed by tag. And sorry for the delay. Kind regards Uffe