diff options
author | Raju Rangoju <[email protected]> | 2024-09-25 19:06:41 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-09-30 01:11:54 +0200 |
commit | d97735d42ab00e2f9ac4bf7cd374249cde9cb193 (patch) | |
tree | 2889e7bcb4622d25d69bb7ca570e61ecc3e463f7 /tools/perf/scripts/python/stackcollapse.py | |
parent | 8cd9141ad4e053d361c854cc24a18a9ca050e0a1 (diff) |
spi: spi_amd: Optimize IO operations
Read and write the maximum number of data bytes at once, rather than byte
by byte. This improves AMD SPI controller driver performance by reducing
the time required to access FIFO registers. For example, with the new
changes, 64 bytes of data from the FIFO queue can be read in 8 read calls
(8 bytes per call) instead of 64 read calls(1 byte per call).
Co-developed-by: Krishnamoorthi M <[email protected]>
Signed-off-by: Krishnamoorthi M <[email protected]>
Co-developed-by: Akshata MukundShetty <[email protected]>
Signed-off-by: Akshata MukundShetty <[email protected]>
Signed-off-by: Raju Rangoju <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions