Thread (4 messages) 4 messages, 3 authors, 2022-01-04

Re: [PATCH] serial: atmel: Use platform_get_irq() to get the interrupt

From: Richard Genoud <hidden>
Date: 2022-01-04 15:05:28
Also in: linux-serial, lkml

Le 15/12/2021 à 23:48, Rob Herring a écrit :
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>
Acked-by: Richard Genoud <redacted>
quoted hunk ↗ jump to hunk
---
  drivers/tty/serial/atmel_serial.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
index 2c99a47a2535..9e57bfe523cf 100644
--- a/drivers/tty/serial/atmel_serial.c
+++ b/drivers/tty/serial/atmel_serial.c
@@ -2479,7 +2479,7 @@ static int atmel_init_port(struct atmel_uart_port *atmel_port,
  	port->fifosize		= 1;
  	port->dev		= &pdev->dev;
  	port->mapbase		= mpdev->resource[0].start;
-	port->irq		= mpdev->resource[1].start;
+	port->irq		= platform_get_irq(mpdev, 0);
  	port->rs485_config	= atmel_config_rs485;
  	port->iso7816_config	= atmel_config_iso7816;
  	port->membase		= NULL;
Thanks !

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help