* [PATCH 0/2] mtd: m25p80: make use of recently introduced max_transfer_size in SPI core
@ 2016-02-27 22:47 Heiner Kallweit
0 siblings, 0 replies; only message in thread
From: Heiner Kallweit @ 2016-02-27 22:47 UTC (permalink / raw)
To: Brian Norris; +Cc: MTD Maling List
Some time ago there was a discussion about enabling m25p80_read to read
in chunks due to controller transfer size limits. Related patches have
been proposed but it seems like they got lost on the way.
This is a new attempt to add reading in chunks if the transfer size
exceeds the controller limit exposed via spi_max_transfer_size().
Heiner Kallweit (2):
mtd: m25p80: fix retlen usage in m25p80_read and propagate errors
mtd: m25p80: consider max_transfer_size when reading
drivers/mtd/devices/m25p80.c | 43 ++++++++++++++++++++++++++++++++++++-------
1 file changed, 36 insertions(+), 7 deletions(-)
--
2.7.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-27 22:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 22:47 [PATCH 0/2] mtd: m25p80: make use of recently introduced max_transfer_size in SPI core Heiner Kallweit
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.