[PATCH] bcm63xx_enet: Use platform_get_irq() to get the interrupt

patchwork-bot+netdevbpf at kernel.org patchwork-bot+netdevbpf at kernel.org
Fri Mar 4 21:40:12 PST 2022


Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba at kernel.org>:

On Thu,  3 Mar 2022 18:08:15 +0800 you wrote:
> 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().
> 
> [...]

Here is the summary with links:
  - bcm63xx_enet: Use platform_get_irq() to get the interrupt
    https://git.kernel.org/netdev/net-next/c/43ff0d76f235

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html





More information about the linux-arm-kernel mailing list