From: Mihai Sain <mihai.sain@microchip.com>
To: <broonie@kernel.org>, <nicolas.ferre@microchip.com>,
<alexandre.belloni@bootlin.com>, <claudiu.beznea@tuxon.dev>,
<linux-spi@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Cc: Mihai Sain <mihai.sain@microchip.com>
Subject: [PATCH] spi: atmel-quadspi: Print the controller version and used irq
Date: Tue, 8 Oct 2024 11:32:26 +0300 [thread overview]
Message-ID: <20241008083226.51163-1-mihai.sain@microchip.com> (raw)
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@microchip.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);
return 0;
disable_qspick:
base-commit: 87d6aab2389e5ce0197d8257d5f8ee965a67c4cd
prerequisite-patch-id: 5e1313094386b146c9180d72c15bae49aaffbfa8
--
2.47.0
next reply other threads:[~2024-10-08 8:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-08 8:32 Mihai Sain [this message]
2024-10-08 9:34 ` [PATCH] spi: atmel-quadspi: Print the controller version and used irq Tudor Ambarus
2024-10-08 10:29 ` Mark Brown
2024-10-09 7:04 ` Tudor Ambarus
2025-01-10 10:25 ` Alexander Dahl
2025-01-13 7:52 ` Mihai.Sain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241008083226.51163-1-mihai.sain@microchip.com \
--to=mihai.sain@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=broonie@kernel.org \
--cc=claudiu.beznea@tuxon.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).