Searched hist:"5 bb221b0ad655b47a1b7601223feb7dbd9ac232e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | atmel_serial.c | diff 5bb221b0ad655b47a1b7601223feb7dbd9ac232e Wed Dec 15 16:48:31 CST 2021 Rob Herring <robh@kernel.org> serial: atmel: Use platform_get_irq() to get the interrupt
Accessing platform device resources directly has long been deprecated for DT as IRQ resources may not be available at device creation time. Drivers continuing to use static IRQ resources is blocking removing the static setup from the DT core code.
Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20211215224832.1985402-1-robh@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|