Re: [PATCH v2 1/3] mmc: tegra: disable UHS modes

2014-05-22 Thread Andrew Bresticker
> Hi Stephen/Andrew, > > I tried to include the v2 of patch1 and patch2 in PR I just sent to > Chris - but needed to omit them due to conflicts. > > Could you please re-base them on top of my PR and resend them? I > suppose Chris can take them separately once he pulled my PR. Will do. Thanks, And

Re: [PATCH v2 1/3] mmc: tegra: disable UHS modes

2014-05-22 Thread Ulf Hansson
On 21 May 2014 02:43, Chris Ball wrote: > Hi Stephen, > > On Tue, May 20 2014, Stephen Warren wrote: >> 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

Re: [PATCH v2 1/3] mmc: tegra: disable UHS modes

2014-05-20 Thread Chris Ball
Hi Stephen, On Tue, May 20 2014, Stephen Warren wrote: > 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-specif

Re: [PATCH v2 1/3] mmc: tegra: disable UHS modes

2014-05-20 Thread Stephen Warren
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 no

[PATCH v2 1/3] mmc: tegra: disable UHS modes

2014-04-16 Thread Andrew Bresticker
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. Signed-off-by: Andrew Bresticker --- No