aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2022-01-10 14:40:39 +0000
committerDaniel Lezcano <[email protected]>2022-05-19 12:11:50 +0200
commit3277e022a1c31f5041753942b3d9006174ca7aa2 (patch)
treeeadde30ac3f9fafcaa695e4057f1249e67adb4b2 /scripts/gdb/linux/tasks.py
parentfeef7f32521eb169d7bcbb80291fc78bd39edb97 (diff)
thermal/drivers/rcar_thermal: 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]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions