commit | f8b729ce97f66807f6b958e891888d0b1ed20a9e | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Nov 14 12:52:01 2022 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 22 17:25:23 2022 +0100 |
tree | 6a8d7c136c0dd0a789d7d40f57dce1ae2dd440e2 | |
parent | 718a38d092ec920dd84a5e25510cc6721f527c3e [diff] |
fotg210-udc: Get IRQ using platform_get_irq() The platform_get_irq() is necessary to use to get dynamic IRQ resolution when instantiating the device from the device tree. IRQs are not passed as resources in that case. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20221114115201.302887-4-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>