diff options
author | Raju Rangoju <Raju.Rangoju@amd.com> | 2024-09-25 16:36:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-30 02:11:52 +0300 |
commit | efd9834b86a65f9229e90727fd61a5576c08389c (patch) | |
tree | 4d7b9408662f46e7ea6476dce03186b96f4e861e /tools/perf/scripts/python/stackcollapse.py | |
parent | 769c16fa86f135542e08610e94015ed0f10afae4 (diff) | |
download | linux-efd9834b86a65f9229e90727fd61a5576c08389c.tar.xz |
spi: spi_amd: Replace ioread/iowrite calls
All `ioread*` and `iowrite*` functions are better suited for architecture
independent code to ensure portability across different architectures.
Since AMD SoCs support only the x86 architecture, replacing all `ioread*`
and `iowrite*` calls with `read*` and `write*` calls can reduce the
overhead of ensuring portability and increase the speed of I/O operations.
Co-developed-by: Krishnamoorthi M <krishnamoorthi.m@amd.com>
Signed-off-by: Krishnamoorthi M <krishnamoorthi.m@amd.com>
Co-developed-by: Akshata MukundShetty <akshata.mukundshetty@amd.com>
Signed-off-by: Akshata MukundShetty <akshata.mukundshetty@amd.com>
Signed-off-by: Raju Rangoju <Raju.Rangoju@amd.com>
Link: https://patch.msgid.link/20240925133644.2922359-4-Raju.Rangoju@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions