aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-trace.c
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2021-12-21 17:00:59 +0000
committerMark Brown <[email protected]>2021-12-21 18:05:42 +0000
commitc2efaf8f2d53ffa2ecc487e21c62d13bbb8d88c3 (patch)
treea4af80e06b5568f3e7b93f2456171a03c54ccb93 /drivers/usb/cdns3/cdns3-trace.c
parent15443f6cab25762272312373226d3fd2a742404f (diff)
ASoC: xlnx: 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 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(). Signed-off-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions