aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3/cdns3-plat.c
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2021-12-20 01:04:06 +0000
committerGreg Kroah-Hartman <[email protected]>2021-12-21 07:51:57 +0000
commit9198e0298efcc7108bf23f76badacd1717bbb281 (patch)
tree8ddbecefe76aeb1b6aec05146b12ce67dd5aefc9 /drivers/usb/cdns3/cdns3-plat.c
parentxhci: use max() to make code cleaner (diff)
downloadkernel-9198e0298efcc7108bf23f76badacd1717bbb281.tar.gz
kernel-9198e0298efcc7108bf23f76badacd1717bbb281.zip
usb: host: fotg210: 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(). Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-plat.c')
0 files changed, 0 insertions, 0 deletions