diff options
author | Meng Tang <[email protected]> | 2022-03-03 18:08:15 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-03-04 21:34:59 -0800 |
commit | 43ff0d76f23571e8cfc60bf08af4f89ef78f20f0 (patch) | |
tree | cb780eeb9e92bfa97b090be6b42daf3c0f652f6c /drivers/fpga/fpga-bridge.c | |
parent | 61fd7ac2152237c3aa4057de81b98cb9a4967cd7 (diff) |
bcm63xx_enet: 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 bypassed
the hierarchical setup and messed up the irq chaining.
In preparation for removal of static setup of IRQ resource
from DT core code use platform_get_irq().
Signed-off-by: Meng Tang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions