Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932124AbbBLDup (ORCPT ); Wed, 11 Feb 2015 22:50:45 -0500 Received: from mail-ig0-f175.google.com ([209.85.213.175]:61921 "EHLO mail-ig0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932069AbbBLDun (ORCPT ); Wed, 11 Feb 2015 22:50:43 -0500 MIME-Version: 1.0 In-Reply-To: <1423677351-31635-1-git-send-email-rklein@nvidia.com> References: <1423677351-31635-1-git-send-email-rklein@nvidia.com> From: Alexandre Courbot Date: Thu, 12 Feb 2015 12:50:22 +0900 Message-ID: Subject: Re: [PATCH] mmc: tegra: Optimize write_w path for tegra114 and later To: Rhyland Klein Cc: Ulf Hansson , Chris Ball , Stephen Warren , Thierry Reding , linux-mmc , "linux-tegra@vger.kernel.org" , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 809 Lines: 23 On Thu, Feb 12, 2015 at 2:55 AM, Rhyland Klein wrote: > Setup a different set of sdhci_ops for tegra114 and later so that > the write_w callback is only used on tegra114. This allows us to > remove the NVQUIRK_SHADOW_XFER_MODE_REG and simply the logic > in tegra_sdhci_writew. > > This was suggested by Alexandre Courbot. There's a tag for that. ;) Suggested-by: Alexandre Courbot > > Signed-off-by: Rhyland Klein Acked-by: Alexandre Courbot Thanks for keeping up with this! -- 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/