aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorPhilipp Stanner <[email protected]>2023-12-22 12:52:17 +0100
committerJyri Sarha <[email protected]>2023-12-28 19:29:04 +0200
commita196a5166e0812db267281c32fa0724fc5be6582 (patch)
tree566dd565cd9dd266e30218b6a89107b26e0e5956 /tools/perf/scripts/python/export-to-sqlite.py
parent021a81e7ac8f579b049e5bc76efabd9e67bd627c (diff)
drm/tilcdc: request and mapp iomem with devres
tilcdc currently just ioremaps its iomem, without doing the (a bit more robust) request on the memory first. The devm_ functions provide a handy way to both request and ioremap the memory with automatic cleanup. Replace the manual ioremap with the devm_ version. Suggested-by: Thomas Zimmermann <[email protected]> Signed-off-by: Philipp Stanner <[email protected]> Reviewed-by: Jyri Sarha <[email protected]> Tested-by: Jyri Sarha <[email protected]> Signed-off-by: Jyri Sarha <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions