On Oct 7, 2010, at 9:15 PM, Hu Mingkai-B21284 wrote:
Yes, I agree with David on this. If large transfers don't work,
then it is the SPI master driver that is buggy.
>>>
>>> By the way, does this fix your problem?
>>>
>>> https://patchwork.kernel.org/patch/184752/
>>
>> It shouldn't.
spi-devel-
> gene...@lists.sourceforge.net
> Subject: Re: [PATCH v3 6/7] mtd: m25p80: add a read function to read page by
> page
>
> On Thu, Sep 30, 2010 at 11:41:40PM +0900, Grant Likely wrote:
> > On Thu, Sep 30, 2010 at 11:16 PM, Grant Likely
> > wrote:
> > > On Thu,
ang Roy-R61911; Hu Mingkai-B21284
> Subject: Re: [PATCH v3 6/7] mtd: m25p80: add a read function to read page by
> page
>
>
> --- On Thu, 9/30/10, Mingkai Hu wrote:
>
> > From: Mingkai Hu
> > Subject: [PATCH v3 6/7] mtd: m25p80: add a read function to read page
>
Hmmm for some reason the previous replies didn't get picked up by
patchwork, so I'm replying with my comment again for the public
record.
In this case the eSPI controller driver is buggy and needs to be
fixed. If the hardware can only support small transfers, then it is
the responsibilty of t
gt;>
>> >> --- On Thu, 9/30/10, Mingkai Hu wrote:
>> >>
>> >>> From: Mingkai Hu
>> >>> Subject: [PATCH v3 6/7] mtd: m25p80: add a read function to read page by
>> >>> page
>> >>
>> >> NAK.
>> >>
From: Mingkai Hu
> >>> Subject: [PATCH v3 6/7] mtd: m25p80: add a read function to read page by
> >>> page
> >>
> >> NAK.
> >>
> >> We went over this before.
> >
> > Yes, I agree with David on this. If large transf
On Thu, Sep 30, 2010 at 11:16 PM, Grant Likely
wrote:
> On Thu, Sep 30, 2010 at 7:46 PM, David Brownell wrote:
>>
>> --- On Thu, 9/30/10, Mingkai Hu wrote:
>>
>>> From: Mingkai Hu
>>> Subject: [PATCH v3 6/7] mtd: m25p80: add a read function to read pag
On Thu, Sep 30, 2010 at 7:46 PM, David Brownell wrote:
>
> --- On Thu, 9/30/10, Mingkai Hu wrote:
>
>> From: Mingkai Hu
>> Subject: [PATCH v3 6/7] mtd: m25p80: add a read function to read page by page
>
> NAK.
>
> We went over this before.
Yes, I agree with D
--- On Thu, 9/30/10, Mingkai Hu wrote:
> From: Mingkai Hu
> Subject: [PATCH v3 6/7] mtd: m25p80: add a read function to read page by page
NAK.
We went over this before.
The bug is in your SPI master controller driver,
and the fix there involves mapping large reads
into multiple s
For Freescale's eSPI controller, the max transaction length one time
is limitted by the SPCOM[TRANSLEN] field which is 0x. When used
mkfs.ext2 command to create ext2 filesystem on the flash, the read
length will exceed the max value of the SPCOM[TRANSLEN] field, so
change the read function to r
10 matches
Mail list logo