From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v2 1/3] mmc: tegra: disable UHS modes Date: Tue, 20 May 2014 11:25:54 -0600 Message-ID: <537B9022.20709@wwwdotorg.org> References: <1397526163-20126-1-git-send-email-abrestic@chromium.org> <1397689719-28882-1-git-send-email-abrestic@chromium.org> <1397689719-28882-2-git-send-email-abrestic@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397689719-28882-2-git-send-email-abrestic@chromium.org> Sender: linux-mmc-owner@vger.kernel.org To: Andrew Bresticker , Chris Ball , Ulf Hansson Cc: Thierry Reding , linux-mmc@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-tegra@vger.kernel.org On 04/16/2014 05:08 PM, Andrew Bresticker wrote: > Program TEGRA_SDHCI_VENDOR_MISC_CTRL so that UHS modes aren't advertised > in SDHCI_CAPABILITIES_1. While the Tegra SDHCI controller does support > these modes, they require Tegra-specific tuning and calibration routines > which the driver does not support yet. What's the status of patches 1 and 2 in this series? I assumed they'd be applied to the MMC tree. I've had them applied to my local development tree for a while now, so in case this helps: Tested-by: Stephen Warren Acked-by: Stephen Warren (I thought I wrote that before, but I can't find it, so I must have forgotten to) From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Tue, 20 May 2014 11:25:54 -0600 Subject: [PATCH v2 1/3] mmc: tegra: disable UHS modes In-Reply-To: <1397689719-28882-2-git-send-email-abrestic@chromium.org> References: <1397526163-20126-1-git-send-email-abrestic@chromium.org> <1397689719-28882-1-git-send-email-abrestic@chromium.org> <1397689719-28882-2-git-send-email-abrestic@chromium.org> Message-ID: <537B9022.20709@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/16/2014 05:08 PM, Andrew Bresticker wrote: > Program TEGRA_SDHCI_VENDOR_MISC_CTRL so that UHS modes aren't advertised > in SDHCI_CAPABILITIES_1. While the Tegra SDHCI controller does support > these modes, they require Tegra-specific tuning and calibration routines > which the driver does not support yet. What's the status of patches 1 and 2 in this series? I assumed they'd be applied to the MMC tree. I've had them applied to my local development tree for a while now, so in case this helps: Tested-by: Stephen Warren Acked-by: Stephen Warren (I thought I wrote that before, but I can't find it, so I must have forgotten to)