[PATCH 0/3] spi: introduce max message size and use it in the fsl-espi driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux