summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAbhijeet Dharmapurikar <adharmap@codeaurora.org>2016-01-06 19:55:21 -0800
committerRohit Vaswani <rvaswani@codeaurora.org>2016-03-01 12:22:46 -0800
commitc2783e3d75efbc7c49a44b980a3ceac9ad4d62cf (patch)
tree44828554ab732d9167d3d84605a03cf5963afa07 /tools/perf/scripts/python
parent20477f69c1a3cf701ed62b15c8792049c8a12ce2 (diff)
spmi: pmic-arb: fix inconsistent use of ppid and chan
The driver currently uses "apid" and "chan" to mean apid. Remove the use of chan and use only apid. On a SPMI bus there is allocation to manage up to 4K peripherals. However, in practice only few peripherals are instantiated and only few among the instantiated ones actually interrupt. APID is CPU's way of keeping track of peripherals that could interrupt. There is a table that maps the 256 interrupting peripherals to a number between 0 and 255. This number is called APID.Information about that interrupting peripheral is stored in registers offset by its corresponding number between 0 and 255. Change-Id: Icdb82da24232a5382ed03b7437c3207db1befa94 Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions