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 3/4] ARM: i.MX7: snvs: rename imx7_snvs_init -> imx7_setup_snvs
Date: Wed, 03 Jun 2026 15:33:44 +0200 [thread overview]
Message-ID: <20260603-feature-snvs-imx6ul-v1-3-6305f63bd3fa@pengutronix.de> (raw)
In-Reply-To: <20260603-feature-snvs-imx6ul-v1-0-6305f63bd3fa@pengutronix.de>
For consistency with the i.MX8 family.
Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>
---
arch/arm/mach-imx/snvs.c | 2 +-
include/mach/imx/snvs.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-imx/snvs.c b/arch/arm/mach-imx/snvs.c
index 414e927b05..8ec8accf6a 100644
--- a/arch/arm/mach-imx/snvs.c
+++ b/arch/arm/mach-imx/snvs.c
@@ -29,7 +29,7 @@ static void snvs_init(void __iomem *snvs)
writel(0xffffffff, snvs + SNVS_LPSR);
}
-void imx7_snvs_init(void)
+void imx7_setup_snvs(void)
{
void __iomem *snvs = IOMEM(MX7_SNVS_BASE_ADDR);
diff --git a/include/mach/imx/snvs.h b/include/mach/imx/snvs.h
index 01154d57d9..65e1da34f0 100644
--- a/include/mach/imx/snvs.h
+++ b/include/mach/imx/snvs.h
@@ -3,7 +3,7 @@
#ifndef __MACH_IMX_SNVS_H
#define __MACH_IMX_SNVS_H
-void imx7_snvs_init(void);
+void imx7_setup_snvs(void);
void imx8m_setup_snvs(void);
#endif /* __MACH_IMX_SNVS_H */
--
2.47.3
next prev parent reply other threads:[~2026-06-03 13:35 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 ` [PATCH 1/4] nvmem: snvs_lpgpr: remove unnecessary cfg->name assignment Stefan Kerkmann
2026-06-03 14:41 ` 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 ` Stefan Kerkmann [this message]
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-3-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