aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2022-01-13 11:44:15 +0100
committerMauro Carvalho Chehab <[email protected]>2022-03-07 11:07:42 +0100
commit87137d55f3dcfc3e3664f072ba6bad7bf9bb1ff7 (patch)
tree11380defe140f7d7687e8db8bf28964d148770c2 /tools/perf/scripts/python
parente6a21a14106d9718aa4f8e115b1e474888eeba44 (diff)
media: davinci: vpif: 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(). While at it, propagate error code in case devm_request_irq() fails instead of returning -EINVAL. Signed-off-by: Lad Prabhakar <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions