lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <65238f8f-46b8-41f2-a992-0d1a150ae8c1@intel.com>
Date: Tue, 11 Mar 2025 17:20:01 +0200
From: Adrian Hunter <adrian.hunter@...el.com>
To: Erick Shepherd <erick.shepherd@...com>
CC: <andy-ld.lu@...iatek.com>, <avri.altman@....com>,
	<cw9316.lee@...sung.com>, <dsimic@...jaro.org>, <keita.aihara@...y.com>,
	<linux-kernel@...r.kernel.org>, <linux-mmc@...r.kernel.org>,
	<quic_jjohnson@...cinc.com>, <ricardo@...liere.net>,
	<ulf.hansson@...aro.org>, <victor.shih@...esyslogic.com.tw>,
	<wsa+renesas@...g-engineering.com>
Subject: Re: [RFC PATCH V2 2/2] mmc: allow card to disable tuning

On 7/03/25 23:17, Erick Shepherd wrote:
>> Does it tuning at all?  Maybe MMC_QUIRK_NO_UHS_DDR50_TUNING is a better
>> name, then at the top of mmc_execute_tuning()
> 
>> 	if ((card->quirks & MMC_QUIRK_NO_UHS_DDR50_TUNING) &&
>> 	    host->ios->timing == MMC_TIMING_UHS_DDR50)
>> 		return 0;
> 
> The card doesn't need to tune at all so I think this would work for us.
> I'm not very familiar with using card quirks. What would be the best
> way to set MMC_QUIRK_NO_UHS_DDR50_TUNING? Would it be set based on the
> model of the card or should it be set after the initial tuning times
> out?

Based on the model of the card i.e. add a new entry to mmc_sd_fixups[]


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ