aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2021-12-24 14:57:47 +0000
committerKrzysztof Kozlowski <[email protected]>2021-12-25 11:18:06 +0100
commita382d568f144b9e533ad210117c6c50d8dbdcaf1 (patch)
treef1398b9d23bc6008456229699632571f30a45de8 /tools/perf/scripts/python
parent16dd3bb5c190654854c0846ee433076139f71c6a (diff)
pinctrl: samsung: Use platform_get_irq_optional() 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_optional(). Signed-off-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions