[Rebase/PATCHv2] drivers: mtd: m25p80: Add quad read support.
Sourav Poddar
sourav.poddar at ti.com
Wed Oct 30 02:32:59 PDT 2013
Hi Huang,
On Wednesday 30 October 2013 02:59 PM, Huang Shijie wrote:
> 于 2013年10月30日 17:20, Sourav Poddar 写道:
>> @@ -1077,6 +1221,12 @@ static int m25p_probe(struct spi_device *spi)
>> flash->addr_width = 4;
>> if (JEDEC_MFR(info->jedec_id) == CFI_MFR_AMD) {
>> /* Dedicated 4-byte command set */
>> + if (flash->quad_read)
>> + flash->read_opcode = OPCODE_QUAD_READ_4B;
>> + else
>> + flash->read_opcode = flash->fast_read ?
>> + OPCODE_FAST_READ_4B :
>> + OPCODE_NORM_READ_4B;
>> flash->read_opcode = flash->fast_read ?
>> OPCODE_FAST_READ_4B :
>> OPCODE_NORM_READ_4B;
> you missed to remove these three lines above?
My bad. its removed in my internal testing branch. While rebasing,
I made some error. I will update the patch and send v3.
Thanks Huang for your review. if you have any other comments, it will be
great to
know, so that I can consolidate all in v3 and send.
Thanks!
>
> thanks
> Huang Shijie
>
More information about the linux-mtd
mailing list