aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorRoy Pledge <[email protected]>2018-03-27 14:13:31 -0400
committerGreg Kroah-Hartman <[email protected]>2018-04-23 15:51:34 +0200
commit03fcedc20ebe164b49c458d9b4a7d5b1b42e4fdd (patch)
tree0844cf76782aabbd3ffb8475978ff14f6d82577f /tools/perf/scripts/python/export-to-sqlite.py
parent72cbd314bc79ba105d9e0184e4b00b2cf6f3b42d (diff)
drivers/staging/fsl-mc: Use devm_memremap/devm_ioremap for DPIO
Change the mapping of the QBMan cache enabled area from using ioremap_wc() to devm_memremap(). This allows the __iomem attribute to be removed from the pointer (which makes sense as accesses treat this as cacheable memory not IO memory). These changes allow sparse checks to pass. Also use devm_ioremap() for the cache inhibited area so unmap occurs automatically when the device is released. Signed-off-by: Roy Pledge <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions