summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/tegra/pinctrl-tegra194.c
diff options
context:
space:
mode:
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>2021-12-24 15:57:47 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-12-25 11:18:06 +0100
commita382d568f144b9e533ad210117c6c50d8dbdcaf1 (patch)
treef1398b9d23bc6008456229699632571f30a45de8 /drivers/pinctrl/tegra/pinctrl-tegra194.c
parentpinctrl: samsung: Make symbol 'exynos7885_pin_ctrl' static (diff)
downloadlinux-a382d568f144b9e533ad210117c6c50d8dbdcaf1.tar.xz
linux-a382d568f144b9e533ad210117c6c50d8dbdcaf1.zip
pinctrl: samsung: Use platform_get_irq_optional() 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_optional(). Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Link: https://lore.kernel.org/r/20211224145748.18754-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Diffstat (limited to 'drivers/pinctrl/tegra/pinctrl-tegra194.c')
0 files changed, 0 insertions, 0 deletions