From: Lucas Stach <l.stach@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 3/6] mfd: rn5t618: demote probe message to debug level
Date: Thu, 11 Jun 2026 13:21:12 +0200 [thread overview]
Message-ID: <20260611112115.670073-3-l.stach@pengutronix.de> (raw)
In-Reply-To: <20260611112115.670073-1-l.stach@pengutronix.de>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
drivers/mfd/rn5t618.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/rn5t618.c b/drivers/mfd/rn5t618.c
index 2cecdac49b5f..d0c8824489a1 100644
--- a/drivers/mfd/rn5t618.c
+++ b/drivers/mfd/rn5t618.c
@@ -111,7 +111,7 @@ static int __init rn5t618_i2c_probe(struct device *dev)
return ret;
}
- dev_info(dev, "Found NMD RN5T567/618 LSI %x, OTP: %x\n", reg[0], reg[1]);
+ dev_dbg(dev, "Found NMD RN5T567/618 LSI %x, OTP: %x\n", reg[0], reg[1]);
/* Settings used to trigger software reset and by a watchdog trigger */
regmap_write(pmic_instance->regmap, RN5T618_REPCNT, RN5T618_REPCNT_OFF_RESETO_16MS |
--
2.47.3
next prev parent reply other threads:[~2026-06-11 11:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-11 11:21 [PATCH 1/6] mfd: rn5t568: rename to rn5t618 Lucas Stach
2026-06-11 11:21 ` [PATCH 2/6] mfd: rn5t618: use defined compatibles Lucas Stach
2026-06-11 11:21 ` Lucas Stach [this message]
2026-06-11 11:21 ` [PATCH 4/6] mfd: rn5t618: wait a bit after triggering restart Lucas Stach
2026-06-11 11:21 ` [PATCH 5/6] watchdog: RN568: rename to rn5t618 Lucas Stach
2026-06-11 11:21 ` [PATCH 6/6] rn5t618: mfd/watchdog: switch to mfd device population Lucas Stach
2026-06-15 7:50 ` [PATCH 1/6] mfd: rn5t568: rename to rn5t618 Sascha Hauer
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=20260611112115.670073-3-l.stach@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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