aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2022-04-29 17:50:50 +0100
committerGreg Kroah-Hartman <[email protected]>2022-05-09 15:42:09 +0200
commit228662b074149e16949ab73205ac93b5ca2c3552 (patch)
tree4cd12345ea52c3936f99160d0b1d628f0a3d0c04 /tools/perf/scripts/python/bin
parent249369e93121306ccf0e1365fc5b2ecc6c8618ab (diff)
slimbus: qcom-ngd-ctrl: 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(). Tested-By: Steev Klimaszewski <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Lad Prabhakar <[email protected]> Signed-off-by: Srinivas Kandagatla <[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/bin')
0 files changed, 0 insertions, 0 deletions