aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBart Van Assche <[email protected]>2022-04-19 15:58:03 -0700
committerMartin K. Petersen <[email protected]>2022-04-25 23:23:03 -0400
commit3fb20fcd93fe5a1580355f1ea73f6daed1712f06 (patch)
tree2392adf19b7f2740688d7152b69dc8cf52ab83cb /tools/perf/scripts/python
parent21c2e3418d07955c7b87fc3f75688cb1c2b04a32 (diff)
scsi: ufs: Remove locking from around single register writes
Single register writes are atomic and hence do not need to be surrounded by locking. Additionally, MMIO writes are typically posted asynchronously. Hence, there is no guarantee that these have finished by the time the spin_unlock*() call has finished. See also the nonposted-mmio property of the Open Firmware tree. See also pci_iomap(). Link: https://lore.kernel.org/r/[email protected] Tested-by: Bean Huo <[email protected]> Reviewed-by: Avri Altman <[email protected]> Reviewed-by: Bean Huo <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions