* [PATCH] rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver
@ 2025-12-22 3:56 Peter Robinson
2026-01-02 11:01 ` Jon Hunter
2026-01-19 23:17 ` Alexandre Belloni
0 siblings, 2 replies; 3+ messages in thread
From: Peter Robinson @ 2025-12-22 3:56 UTC (permalink / raw)
To: Alexandre Belloni, linux-rtc; +Cc: Peter Robinson, Shubhi Garg, Jon Hunter
The NV VRS RTC driver currently is only supported on the
Tegra platform so add a dep for ARCH_TEGRA and compile test
so it doesn't show up universally across all arches/platforms.
Fixes: 9d6d6b06933c8 ("rtc: nvvrs: add NVIDIA VRS RTC device driver")
Cc: Shubhi Garg <shgarg@nvidia.com>
Cc: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
drivers/rtc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 50dc779f7f983..50ba48609d74e 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -418,6 +418,7 @@ config RTC_DRV_SPACEMIT_P1
config RTC_DRV_NVIDIA_VRS10
tristate "NVIDIA VRS10 RTC device"
+ depends on ARCH_TEGRA || COMPILE_TEST
help
If you say yes here you will get support for the battery backed RTC device
of NVIDIA VRS (Voltage Regulator Specification). The RTC is connected via
--
2.52.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver
2025-12-22 3:56 [PATCH] rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver Peter Robinson
@ 2026-01-02 11:01 ` Jon Hunter
2026-01-19 23:17 ` Alexandre Belloni
1 sibling, 0 replies; 3+ messages in thread
From: Jon Hunter @ 2026-01-02 11:01 UTC (permalink / raw)
To: Peter Robinson, Alexandre Belloni, linux-rtc
Cc: Shubhi Garg, linux-tegra@vger.kernel.org
On 22/12/2025 03:56, Peter Robinson wrote:
> The NV VRS RTC driver currently is only supported on the
> Tegra platform so add a dep for ARCH_TEGRA and compile test
> so it doesn't show up universally across all arches/platforms.
>
> Fixes: 9d6d6b06933c8 ("rtc: nvvrs: add NVIDIA VRS RTC device driver")
> Cc: Shubhi Garg <shgarg@nvidia.com>
> Cc: Jon Hunter <jonathanh@nvidia.com>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> drivers/rtc/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
> index 50dc779f7f983..50ba48609d74e 100644
> --- a/drivers/rtc/Kconfig
> +++ b/drivers/rtc/Kconfig
> @@ -418,6 +418,7 @@ config RTC_DRV_SPACEMIT_P1
>
> config RTC_DRV_NVIDIA_VRS10
> tristate "NVIDIA VRS10 RTC device"
> + depends on ARCH_TEGRA || COMPILE_TEST
> help
> If you say yes here you will get support for the battery backed RTC device
> of NVIDIA VRS (Voltage Regulator Specification). The RTC is connected via
Looks good to me.
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Thanks!
Jon
--
nvpublic
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver
2025-12-22 3:56 [PATCH] rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver Peter Robinson
2026-01-02 11:01 ` Jon Hunter
@ 2026-01-19 23:17 ` Alexandre Belloni
1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2026-01-19 23:17 UTC (permalink / raw)
To: linux-rtc, Peter Robinson; +Cc: Shubhi Garg, Jon Hunter
On Mon, 22 Dec 2025 03:56:48 +0000, Peter Robinson wrote:
> The NV VRS RTC driver currently is only supported on the
> Tegra platform so add a dep for ARCH_TEGRA and compile test
> so it doesn't show up universally across all arches/platforms.
>
>
Applied, thanks!
[1/1] rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver
https://git.kernel.org/abelloni/c/f9ecfd9bfedb
Best regards,
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-19 23:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-22 3:56 [PATCH] rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver Peter Robinson
2026-01-02 11:01 ` Jon Hunter
2026-01-19 23:17 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox