diff options
author | Marc Zyngier <[email protected]> | 2018-02-20 13:01:19 +0000 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2018-03-14 14:02:55 +0100 |
commit | 76f1416e6428dfcebba2134aa8c37963f8f71439 (patch) | |
tree | 91d89334d942bfd3dd2379fa83e5423e65a4b052 /tools/perf/scripts/python/stackcollapse.py | |
parent | 5f9e93fed4d45e9a8f84728aff1a8f2ab8922902 (diff) |
drm/rockchip: Do not use memcpy for MMIO addresses
memcpy is only meant to be used for memory, and only that.
MMIO accessors should be used to access MMIO regions, preferably
the ones that correspond to the size of the register accessed.
Let's convert the bulk register copy to writel/readl_relaxed,
which is the correct API.
Signed-off-by: Marc Zyngier <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions