aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorBjorn Andersson <[email protected]>2021-08-23 08:49:57 -0700
committerLorenzo Pieralisi <[email protected]>2021-10-12 13:46:02 +0100
commit7e919677bb392c765e0f86fda63191e517c0bd1f (patch)
tree3d220a0313356854e462cb14a7caf9bb29266d51 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent5b8402562e553983fc941bb955e2c14d1a69215f (diff)
PCI: dwc: Perform host_init() before registering msi
On the Qualcomm sc8180x platform the bootloader does something related to PCI that leaves a pending "msi" interrupt, which with the current ordering often fires before init has a chance to enable the clocks that are necessary for the interrupt handler to access the hardware. Move the host_init() call before the registration of the "msi" interrupt handler to ensure the host driver has a chance to enable the clocks. The assignment of the bridge's ops and child_ops is moved along, because at least the TI Keystone driver overwrites these in its host_init callback. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Rob Herring <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions