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]
Date:	Fri, 21 Feb 2014 10:16:11 +0800
From:	张毅 <yix.x.zhang@...il.com>
To:	Jaehoon Chung <jh80.chung@...sung.com>
Cc:	Chris Ball <cjb@...top.org>, linux-mmc@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Add eMMC 5.0 support

Oh, I missed this mail, thanks

2014-02-20 10:12 GMT+08:00 Jaehoon Chung <jh80.chung@...sung.com>:
> Hi,
>
> You can refer to this.
>
> http://comments.gmane.org/gmane.linux.kernel.mmc/23838
>
> Best Regards,
> Jaehoon Chung
>
> On 02/19/2014 10:47 PM, Zhang Yi wrote:
>> Current code will exist when read eMMC 5.0, add support for it
>>
>> Signed-off-by: Zhang Yi <yix.x.zhang@...il.com>
>> ---
>>  mmc_cmds.c |    3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/mmc_cmds.c b/mmc_cmds.c
>> index b8afa74..5edf42b 100644
>> --- a/mmc_cmds.c
>> +++ b/mmc_cmds.c
>> @@ -722,6 +722,9 @@ int do_read_extcsd(int nargs, char **argv)
>>       ext_csd_rev = ext_csd[192];
>>
>>       switch (ext_csd_rev) {
>> +     case 7:
>> +             str = "5.0";
>> +             break;
>>       case 6:
>>               str = "4.5";
>>               break;
>>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ