diff options
| author | Alexander Kochetkov <[email protected]> | 2020-10-22 10:52:21 +0300 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2020-10-26 22:11:23 +0000 |
| commit | 345980a3a5e5e1c99fc621e2ce878fb150ad2287 (patch) | |
| tree | afffc239080a117e373ec2bc8d31067f269ec7cc /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | 2ee1b42e8a0d698daf5553257e51432f84c230f7 (diff) | |
spi: spi-sun6i: implement DMA-based transfer mode
DMA-based transfer will be enabled if data length is larger than FIFO size
(64 bytes for A64). This greatly reduce number of interrupts for
transferring data.
For smaller data size PIO mode will be used. In PIO mode whole buffer will
be loaded into FIFO.
If driver failed to request DMA channels then it fallback for PIO mode.
Tested on SOPINE (https://www.pine64.org/sopine/)
Signed-off-by: Alexander Kochetkov <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions