* [PATCH 0/3] spi: introduce max message size and use it in the fsl-espi driver
@ 2016-08-07 19:46 Heiner Kallweit
0 siblings, 0 replies; only message in thread
From: Heiner Kallweit @ 2016-08-07 19:46 UTC (permalink / raw)
To: Mark Brown, Brian Norris
Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
MTD Maling List
Recently a maximum transfer size was was introduced in struct spi_master.
However there are also spi controllers with a maximum message size, e.g.
fsl-espi has a max message size of 64KB.
As there are no (known) spi controller with differing size limits for
transfer and message, introduce a flag in spi_master to indicate that
the max transfer size is also the maximum message size.
Then use this flag in the m25p80 driver to calculate proper read chunks
for such controllers.
Eventually this new feature allows to significantly simplify the
fsl-espi driver.
Heiner Kallweit (3):
spi: introduce max message size flag in spi_master
mtd: m25p80: consider max message size in m25p80_read
spi: fsl-espi: eliminate spi nor flash read loop
drivers/mtd/devices/m25p80.c | 7 +++-
drivers/spi/spi-fsl-espi.c | 88 ++++++++++----------------------------------
include/linux/spi/spi.h | 4 ++
3 files changed, 30 insertions(+), 69 deletions(-)
--
2.9.2
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-07 19:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-07 19:46 [PATCH 0/3] spi: introduce max message size and use it in the fsl-espi driver Heiner Kallweit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).