summaryrefslogtreecommitdiff
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>2021-12-22 20:19:14 +0300
committerBartosz Golaszewski <brgl@bgdev.pl>2022-01-05 11:57:06 +0300
commit6408693f95275ffec5327d97a4ed22def8b20692 (patch)
treeb437b5ba1e3856e383b838152fd704367ea0d543 /drivers/irqchip
parent80f60eba9ceea670092f599a6c90ca2cd7794004 (diff)
downloadlinux-6408693f95275ffec5327d97a4ed22def8b20692.tar.xz
gpio: ts5500: 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: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'drivers/irqchip')
0 files changed, 0 insertions, 0 deletions