diff options
author | Arnd Bergmann <[email protected]> | 2019-09-18 10:52:31 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-05-07 22:55:49 +0200 |
commit | 85c611991255603fef24e374eed3b35175be490b (patch) | |
tree | c5104aaea548b2eb3803bf80c98452c6704e8468 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 8ff064521f97554cd9bc95af8902485e97131c78 (diff) |
ASoC: pxa: i2s: use normal MMIO accessors
To avoid dereferencing hardwired constant pointers from a global header
file, change the driver to use devm_platform_ioremap_resource for getting
an __iomem pointer, and then using readl/writel on that.
Each pointer dereference gets changed by a search&replace, which leads
to a few overlong lines, but seems less risky than trying to clean up
the code at the same time.
Acked-by: Mark Brown <[email protected]>
Acked-by: Robert Jarzmik <[email protected]>
Cc: [email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions