diff options
author | Elliot Berman <[email protected]> | 2020-01-07 13:04:25 -0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-01-07 22:14:40 -0800 |
commit | 57d3b816718c1cf832e2929a754da3564c6127cc (patch) | |
tree | 287c023e5a5e9b899bdfbbf9093f35f2000f4c79 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 65f0c90b7d468545590992c61a19f9dc0aac61ef (diff) |
firmware: qcom_scm: Remove thin wrappers
qcom_scm-32 and qcom_scm-64 implementations are nearly identical, so
make qcom_scm_call and qcom_scm_call_atomic unique to each and the SCM
descriptor creation common to each. There are the following catches:
- __qcom_scm_is_call_available is still in each -32,-64 implementation
as the argument is unique to each convention
- For some functions, only one implementation was provided in -32 or
-64. The actual implementation was moved into qcom_scm.c
- io_writel and io_readl in -64 were non-atomic calls and in -32 they
were. Atomic is the better option, so use it.
Tested-by: Brian Masney <[email protected]> # arm32
Tested-by: Stephan Gerhold <[email protected]>
Signed-off-by: Elliot Berman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions