summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJim Quinlan <jquinlan@broadcom.com>2020-09-11 20:52:23 +0300
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2020-09-17 14:30:38 +0300
commit1cf1b0a6dd95250e30a7706c962044c51c5e06bd (patch)
tree25ffa694268d2f7724fa26edc12bedf85256cea9 /tools/perf/scripts/python/check-perf-trace.py
parente6f98b292413f175391b52f5e3b20500c5c834c8 (diff)
downloadlinux-1cf1b0a6dd95250e30a7706c962044c51c5e06bd.tar.xz
PCI: brcmstb: Add bcm7278 register info
Add in compatibility strings and code for three Broadcom STB chips. Some of the register locations, shifts, and masks are different for certain chips, requiring the use of different constants based on of_id. We would like to add the following at this time to the match list but we need to wait until the end of this patchset so that everything works. { .compatible = "brcm,bcm7211-pcie", .data = &generic_cfg }, { .compatible = "brcm,bcm7278-pcie", .data = &bcm7278_cfg }, { .compatible = "brcm,bcm7216-pcie", .data = &bcm7278_cfg }, { .compatible = "brcm,bcm7445-pcie", .data = &generic_cfg }, Link: https://lore.kernel.org/r/20200911175232.19016-4-james.quinlan@broadcom.com Signed-off-by: Jim Quinlan <jquinlan@broadcom.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions