[PATCH 2/2] mtd: m25p80: consider max_transfer_size when reading

Brian Norris computersforpeace at gmail.com
Tue Apr 5 14:07:27 PDT 2016


On Tue, Apr 05, 2016 at 10:08:35PM +0200, Heiner Kallweit wrote:
> Am 05.04.2016 um 21:39 schrieb Brian Norris:
> > On Sat, Feb 27, 2016 at 11:50:11PM +0100, Heiner Kallweit wrote:
> >> Some controllers have transfer size limits. To allow to deal with this
> >> max_transfer_size was introduced in the SPI core recently.
> >> Use this new feature to read in chunks if needed.
> >>
> >> Signed-off-by: Heiner Kallweit <hkallweit1 at gmail.com>
> > 
> > Michal has been working on a similar series, with some differences (I'll
> > comment below). I think his latest work is here:
> > 
> > http://lists.infradead.org/pipermail/linux-mtd/2015-December/063865.html
> > 
> > Is there a particular reason you've continued on your series instead of
> > reviewing/fixing his?
> > 
> Latest version of Michal's patch set was sent beginning of December and has
> received no comment since then, so I assumed it's dead.
> If that's not the case, totally fine with me and I'll have a further look at it.

There was a comment about the loop bounds changing away from page
alignment. I think otherwise it's about ready to go.

If you or Michal don't take a look at it, I'll rebase and resubmit it.

Brian



More information about the linux-mtd mailing list