aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2021-12-20 01:04:10 +0000
committerGreg Kroah-Hartman <[email protected]>2021-12-21 08:51:57 +0100
commit78e17d69999521b52b9db9656e9b9b397f59f228 (patch)
tree454b1bc69d119c63f78df16d30fbf2d7e79c05b5 /tools/perf/scripts/python
parentd057ac484a370f90d0353b30ad0fab2b4f1adf27 (diff)
usb: cdns3: Use platform_get_irq_byname() to get the interrupt
platform_get_resource_byname(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_byname(). Reviewed-by: Roger Quadros <[email protected]> Signed-off-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions