Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1398357

Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30

From Stephen Warren <swarren@wwwdotorg.org>
Newsgroups linux.kernel
Subject Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30
Date 2016-05-10 19:50 +0200
Message-ID <rxjXb-7jo-9@gated-at.bofh.it> (permalink)
References <rwV8u-8cW-7@gated-at.bofh.it> <rxiy5-5Zu-5@gated-at.bofh.it> <rxiRu-6cC-55@gated-at.bofh.it> <rxjub-6Xg-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 05/10/2016 11:16 AM, Jon Hunter wrote:
>
> On 10/05/16 17:34, Stephen Warren wrote:
>> On 05/10/2016 10:13 AM, Jon Hunter wrote:
>
> [snip]
>
>>> Stephen, for your u-boot testing, do you are set the bit in the vendor
>>> misc register to enable version 3.0 support for sdhci on tegra30? This
>>> is what the above quirk is doing (and has done so for a very long time).
>>
>> I don't see anything in the U-Boot driver that is equivalent to the
>> kernel's NVQUIRK_ENABLE_SDHCI_SPEC_300. I assume that means the
>> controller advertises an early spec version when in U-Boot, which simply
>> means U-Boot doesn't know to take advantage of any faster transfer modes
>> enabled by later specification versions, but I'm not entirely sure what
>> effect the following kernel code has on the HW:
>>
>>>      /* Erratum: Enable SDHCI spec v3.00 support */
>>>      if (soc_data->nvquirks & NVQUIRK_ENABLE_SDHCI_SPEC_300)
>>>          misc_ctrl |= SDHCI_MISC_CTRL_ENABLE_SDHCI_SPEC_300;
>
> Do you see it touch the SDHCI_TEGRA_VENDOR_MISC_CTRL register?

Not at all. For reference, the register is defined in 
arch/arm/include/asm/arch-tegra/tegra_mmc.h as venmiscctl, and that 
symbol isn't referenced anywhere.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] mmc: tegra: Disable UHS-I modes for tegra30 Jon Hunter <jonathanh@nvidia.com> - 2016-05-09 17:20 +0200
  Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30 Ulf Hansson <ulf.hansson@linaro.org> - 2016-05-10 08:30 +0200
  Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30 Lucas Stach <dev@lynxeye.de> - 2016-05-10 09:20 +0200
    Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30 Jon Hunter <jonathanh@nvidia.com> - 2016-05-10 13:20 +0200
  Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30 Jon Hunter <jonathanh@nvidia.com> - 2016-05-10 18:20 +0200
    Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30 Stephen Warren <swarren@wwwdotorg.org> - 2016-05-10 18:40 +0200
      Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30 Jon Hunter <jonathanh@nvidia.com> - 2016-05-10 19:20 +0200
        Re: [PATCH] mmc: tegra: Disable UHS-I modes for tegra30 Stephen Warren <swarren@wwwdotorg.org> - 2016-05-10 19:50 +0200

csiph-web