[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1c525e43-d71c-4c4a-a8ac-96627cd6ea7e@linaro.org>
Date: Tue, 8 Oct 2024 10:34:39 +0100
From: Tudor Ambarus <tudor.ambarus@...aro.org>
To: Mihai Sain <mihai.sain@...rochip.com>, broonie@...nel.org,
nicolas.ferre@...rochip.com, alexandre.belloni@...tlin.com,
claudiu.beznea@...on.dev, linux-spi@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] spi: atmel-quadspi: Print the controller version and used
irq
Hi, Mihai,
On 10/8/24 9:32 AM, Mihai Sain wrote:
> Add support to print the controller version and used irq
> similar to other at91 drivers (spi, twi, usart).
>
> Signed-off-by: Mihai Sain <mihai.sain@...rochip.com>
> ---
> drivers/spi/atmel-quadspi.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/spi/atmel-quadspi.c b/drivers/spi/atmel-quadspi.c
> index 95cdfc28361e..757f07132585 100644
> --- a/drivers/spi/atmel-quadspi.c
> +++ b/drivers/spi/atmel-quadspi.c
> @@ -687,6 +687,8 @@ static int atmel_qspi_probe(struct platform_device *pdev)
> pm_runtime_mark_last_busy(&pdev->dev);
> pm_runtime_put_autosuspend(&pdev->dev);
>
> + dev_info(&pdev->dev, "AT91 QSPI Controller version %#x (irq %d)\n",
> + atmel_qspi_read(aq, QSPI_VERSION), irq);
This pollutes the console. Better to add a dev_dbg if you care.
And irq number doesn't bring too much value as you can see it in dt,
isn't it?
Cheers,
ta
Powered by blists - more mailing lists