diff options
author | Lad Prabhakar <[email protected]> | 2021-12-21 19:45:08 +0000 |
---|---|---|
committer | Marc Kleine-Budde <[email protected]> | 2022-01-05 12:08:19 +0100 |
commit | eff104cf3cf328ade52469b269c1b9b81f78a3f5 (patch) | |
tree | ed60b76e11d2d780a7e534b05c60da89b5031aef /tools/perf/scripts/python/intel-pt-events.py | |
parent | b8f91799687eeb6ffe73b66420db46d8c0292295 (diff) |
can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt
platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static
allocation of IRQ resources in DT core code, this causes an issue when
using hierarchical interrupt domains using "interrupts" property in
the node as this bypasses the hierarchical setup and messes up the irq
chaining.
In preparation for removal of static setup of IRQ resource from DT
core code use platform_get_irq().
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Lad Prabhakar <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions