summaryrefslogtreecommitdiff
path: root/include/linux/memory/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorWayne Chang <waynec@nvidia.com>2026-01-12 22:56:53 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-14 16:02:28 +0100
commitd13b6a128a12e528bb18f971f2969feb286f45c7 (patch)
treedcaef222f96fd2cb9b7703a6f160bad02fd58b35 /include/linux/memory/git@git.tavy.me:linux.git
parent01ef7f1b8713a78ab1a9512cf8096d2474c70633 (diff)
usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQs
When some wake IRQs are disabled in the device tree, the corresponding interrupt entries are removed from DT. In such cases, the driver currently calls platform_get_irq(), which returns -ENXIO and logs an error like: tegra-xusb 3610000.usb: error -ENXIO: IRQ index 2 not found However, not all wake IRQs are mandatory. The hardware can operate normally even if some wake sources are not defined in DT. To avoid this false alarm and allow missing wake IRQs gracefully, use platform_get_irq_optional() instead of platform_get_irq(). Fixes: 5df186e2ef11 ("usb: xhci: tegra: Support USB wakeup function for Tegra234") Cc: stable <stable@kernel.org> Signed-off-by: Wayne Chang <waynec@nvidia.com> Signed-off-by: Wei-Cheng Chen <weichengc@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Link: https://patch.msgid.link/20260112145653.95691-1-weichengc@nvidia.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/memory/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions