From: Stefan Kerkmann <s.kerkmann@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>,
"open list:BAREBOX" <barebox@lists.infradead.org>
Cc: Stefan Kerkmann <s.kerkmann@pengutronix.de>
Subject: [PATCH 1/4] nvmem: snvs_lpgpr: remove unnecessary cfg->name assignment
Date: Wed, 03 Jun 2026 15:33:42 +0200 [thread overview]
Message-ID: <20260603-feature-snvs-imx6ul-v1-1-6305f63bd3fa@pengutronix.de> (raw)
In-Reply-To: <20260603-feature-snvs-imx6ul-v1-0-6305f63bd3fa@pengutronix.de>
The name is now fixed to `snvs` since commit:
8f52947260 ("nvmem: snvs_lpgpr: set nvmem config name to snvs").
Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>
---
drivers/nvmem/snvs_lpgpr.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/nvmem/snvs_lpgpr.c b/drivers/nvmem/snvs_lpgpr.c
index 95ce023a14..6c1d5a836f 100644
--- a/drivers/nvmem/snvs_lpgpr.c
+++ b/drivers/nvmem/snvs_lpgpr.c
@@ -117,7 +117,6 @@ static int snvs_lpgpr_probe(struct device *dev)
return PTR_ERR(priv->regmap);
cfg = &priv->cfg;
- cfg->name = dev_name(dev);
cfg->dev = dev;
cfg->priv = priv;
cfg->stride = 4;
--
2.47.3
next prev parent reply other threads:[~2026-06-03 13:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-03 13:33 [PATCH 0/4] ARM: i.MX6UL: initialize snvs peripheral Stefan Kerkmann
2026-06-03 13:33 ` Stefan Kerkmann [this message]
2026-06-03 14:41 ` [PATCH 1/4] nvmem: snvs_lpgpr: remove unnecessary cfg->name assignment Ahmad Fatoum
2026-06-03 13:33 ` [PATCH 2/4] ARM: i.MX8M/i.MX7: initialize SNVS glitch detection for all families Stefan Kerkmann
2026-06-03 13:33 ` [PATCH 3/4] ARM: i.MX7: snvs: rename imx7_snvs_init -> imx7_setup_snvs Stefan Kerkmann
2026-06-03 13:33 ` [PATCH 4/4] ARM: i.MX6UL: initialize SNVS Stefan Kerkmann
2026-06-04 7:02 ` [PATCH 0/4] ARM: i.MX6UL: initialize snvs peripheral 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=20260603-feature-snvs-imx6ul-v1-1-6305f63bd3fa@pengutronix.de \
--to=s.kerkmann@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/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