linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] spi: fsl-espi: eliminate linearization into intermediate buffer
@ 2016-11-25 22:58 Heiner Kallweit
  0 siblings, 0 replies; only message in thread
From: Heiner Kallweit @ 2016-11-25 22:58 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA

Currently all transfers are copied into an intermediate buffer first,
and then written to the hardware from this buffer.

This patch set implements direct transfers between transfer buffers
and hardware, and it allows to get rid of the 64k intermediate buffer.

Heiner Kallweit (4):
  spi: fsl-espi: determine need for byte swap only once
  spi: fsl-espi: eliminate need for linearization when writing to hardware
  spi: fsl-espi: eliminate need for linearization when reading from hardware
  spi: fsl-espi: remove unused linearization code

 drivers/spi/spi-fsl-espi.c | 240 +++++++++++++++++++++++++--------------------
 1 file changed, 132 insertions(+), 108 deletions(-)

-- 
2.10.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-11-25 22:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-25 22:58 [PATCH 0/4] spi: fsl-espi: eliminate linearization into intermediate buffer 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).