summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorRaju Rangoju <Raju.Rangoju@amd.com>2024-09-25 19:06:39 +0530
committerMark Brown <broonie@kernel.org>2024-09-30 01:11:52 +0200
commitefd9834b86a65f9229e90727fd61a5576c08389c (patch)
tree4d7b9408662f46e7ea6476dce03186b96f4e861e /tools/perf/scripts/python/task-analyzer.py
parent769c16fa86f135542e08610e94015ed0f10afae4 (diff)
downloadkernel-efd9834b86a65f9229e90727fd61a5576c08389c.tar.gz
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/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
itle='2019-09-03 16:52:22 +0300'>2019-09-03Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka 2019-09-03rt2x00: clear up IV's on key removalStanislaw Gruszka 2019-09-03rt2x00: do not set IEEE80211_TX_STAT_AMPDU_NO_BACK on tx statusStanislaw Gruszka 2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2019-08-20rt2x00: clear IV's on start to fix AP mode regressionStanislaw Gruszka 2019-08-06rt2800usb: Add new rt2800usb device PLANEX GW-USMicroNMasanari Iida 2019-07-24rt2x00: no need to check return value of debugfs_create functionsGreg Kroah-Hartman 2019-07-24rt2x00usb: remove unnecessary rx flag checksSoeren Moch 2019-07-15rt2x00usb: fix rx queue hangSoeren Moch 2019-06-25rt2800: do not enable watchdog by defaultStanislaw Gruszka 2019-06-25rt2x00: add restart hwStanislaw Gruszka 2019-06-25rt2800: do not nullify initialization vector dataStanislaw Gruszka 2019-06-25rt2800: add pre_reset_hw callbackStanislaw Gruszka 2019-06-25rt2800: initial watchdog implementationStanislaw Gruszka 2019-06-25rt2800: add helpers for reading dma done indexStanislaw Gruszka 2019-06-25rt2x00: allow to specify watchdog intervalStanislaw Gruszka 2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-05net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar 2019-04-25rt2x00: add RT3883 supportGabor Juhos