aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorSerge Semin <[email protected]>2022-09-09 22:36:04 +0300
committerDamien Le Moal <[email protected]>2022-09-17 01:39:18 +0900
commit82d437e6dcb10e07e1a109d74924e30b9ec6ea56 (patch)
tree377040e3f343d9aa4b9de2cd317dbc6c5970bc33 /tools/perf/scripts/python/exported-sql-viewer.py
parent2ea4d52ad11a9234eb7252377ba873c311896997 (diff)
ata: libahci_platform: Convert to using platform devm-ioremap methods
Currently the IOMEM AHCI registers space is mapped by means of the two functions invocation: platform_get_resource() is used to get the very first memory resource and devm_ioremap_resource() is called to remap that resource. Device-managed kernel API provides a handy wrapper to perform the same in single function call: devm_platform_ioremap_resource(). While at it seeing many AHCI platform drivers rely on having the AHCI CSR space marked with "ahci" name let's first try to find and remap the CSR IO-mem with that name and only if it fails fallback to getting the very first registers space platform resource. Signed-off-by: Serge Semin <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions