* [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER
@ 2025-11-10 7:35 Lukas Bulwahn
2025-11-10 11:47 ` Jon Hunter
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Lukas Bulwahn @ 2025-11-10 7:35 UTC (permalink / raw)
To: Shubhi Garg, Alexandre Belloni, linux-tegra, linux-rtc
Cc: Jon Hunter, kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit 9d6d6b06933c ("rtc: nvvrs: add NVIDIA VRS RTC device driver") adds
the section NVIDIA VRS RTC DRIVER in MAINTAINERS, which refers to the
non-existing file include/linux/rtc/rtc-nvidia-vrs10.h
Note, with the changes of v6 to v7 of the patch series adding the driver,
the content of this include file was moved into the driver file, and the
include file was dropped from that patch. It was simply missed to adjust
the section in MAINTAINERS that was newly added with that patch.
Drop the file entry to this non-existing file accordingly now.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2a881629003c..b2b55947efef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18586,7 +18586,6 @@ L: linux-tegra@vger.kernel.org
S: Maintained
F: Documentation/devicetree/bindings/rtc/nvidia,vrs-10.yaml
F: drivers/rtc/rtc-nvidia-vrs10.c
-F: include/linux/rtc/rtc-nvidia-vrs10.h
NVIDIA WMI EC BACKLIGHT DRIVER
M: Daniel Dadap <ddadap@nvidia.com>
--
2.51.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER
2025-11-10 7:35 [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER Lukas Bulwahn
@ 2025-11-10 11:47 ` Jon Hunter
2025-12-01 9:00 ` Shubhi Garg
2025-12-01 14:11 ` Thierry Reding
2025-12-08 22:09 ` Alexandre Belloni
2 siblings, 1 reply; 5+ messages in thread
From: Jon Hunter @ 2025-11-10 11:47 UTC (permalink / raw)
To: Lukas Bulwahn, Shubhi Garg, Alexandre Belloni, linux-tegra,
linux-rtc
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
On 10/11/2025 07:35, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 9d6d6b06933c ("rtc: nvvrs: add NVIDIA VRS RTC device driver") adds
> the section NVIDIA VRS RTC DRIVER in MAINTAINERS, which refers to the
> non-existing file include/linux/rtc/rtc-nvidia-vrs10.h
>
> Note, with the changes of v6 to v7 of the patch series adding the driver,
> the content of this include file was moved into the driver file, and the
> include file was dropped from that patch. It was simply missed to adjust
> the section in MAINTAINERS that was newly added with that patch.
>
> Drop the file entry to this non-existing file accordingly now.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2a881629003c..b2b55947efef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18586,7 +18586,6 @@ L: linux-tegra@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/rtc/nvidia,vrs-10.yaml
> F: drivers/rtc/rtc-nvidia-vrs10.c
> -F: include/linux/rtc/rtc-nvidia-vrs10.h
>
> NVIDIA WMI EC BACKLIGHT DRIVER
> M: Daniel Dadap <ddadap@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Thanks!
Jon
--
nvpublic
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER
2025-11-10 11:47 ` Jon Hunter
@ 2025-12-01 9:00 ` Shubhi Garg
0 siblings, 0 replies; 5+ messages in thread
From: Shubhi Garg @ 2025-12-01 9:00 UTC (permalink / raw)
To: Jon Hunter, Lukas Bulwahn, Alexandre Belloni, linux-tegra,
linux-rtc
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
On 10/11/25 5:17 pm, Jon Hunter wrote:
>
> On 10/11/2025 07:35, Lukas Bulwahn wrote:
>> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>>
>> Commit 9d6d6b06933c ("rtc: nvvrs: add NVIDIA VRS RTC device driver") adds
>> the section NVIDIA VRS RTC DRIVER in MAINTAINERS, which refers to the
>> non-existing file include/linux/rtc/rtc-nvidia-vrs10.h
>>
>> Note, with the changes of v6 to v7 of the patch series adding the driver,
>> the content of this include file was moved into the driver file, and the
>> include file was dropped from that patch. It was simply missed to adjust
>> the section in MAINTAINERS that was newly added with that patch.
>>
>> Drop the file entry to this non-existing file accordingly now.
>>
>> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>> ---
>> MAINTAINERS | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 2a881629003c..b2b55947efef 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -18586,7 +18586,6 @@ L: linux-tegra@vger.kernel.org
>> S: Maintained
>> F: Documentation/devicetree/bindings/rtc/nvidia,vrs-10.yaml
>> F: drivers/rtc/rtc-nvidia-vrs10.c
>> -F: include/linux/rtc/rtc-nvidia-vrs10.h
>> NVIDIA WMI EC BACKLIGHT DRIVER
>> M: Daniel Dadap <ddadap@nvidia.com>
>
>
> Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
>
> Thanks!
> Jon
>
Reviewed-by: Shubhi Garg <shgarg@nvidia.com>
--
Regards,
Shubhi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER
2025-11-10 7:35 [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER Lukas Bulwahn
2025-11-10 11:47 ` Jon Hunter
@ 2025-12-01 14:11 ` Thierry Reding
2025-12-08 22:09 ` Alexandre Belloni
2 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2025-12-01 14:11 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Shubhi Garg, Alexandre Belloni, linux-tegra, linux-rtc,
Jon Hunter, kernel-janitors, linux-kernel, Lukas Bulwahn
[-- Attachment #1: Type: text/plain, Size: 872 bytes --]
On Mon, Nov 10, 2025 at 08:35:44AM +0100, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 9d6d6b06933c ("rtc: nvvrs: add NVIDIA VRS RTC device driver") adds
> the section NVIDIA VRS RTC DRIVER in MAINTAINERS, which refers to the
> non-existing file include/linux/rtc/rtc-nvidia-vrs10.h
>
> Note, with the changes of v6 to v7 of the patch series adding the driver,
> the content of this include file was moved into the driver file, and the
> include file was dropped from that patch. It was simply missed to adjust
> the section in MAINTAINERS that was newly added with that patch.
>
> Drop the file entry to this non-existing file accordingly now.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
Acked-by: Thierry Reding <treding@nvidia.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER
2025-11-10 7:35 [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER Lukas Bulwahn
2025-11-10 11:47 ` Jon Hunter
2025-12-01 14:11 ` Thierry Reding
@ 2025-12-08 22:09 ` Alexandre Belloni
2 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2025-12-08 22:09 UTC (permalink / raw)
To: Shubhi Garg, linux-tegra, linux-rtc, Lukas Bulwahn
Cc: Jon Hunter, kernel-janitors, linux-kernel, Lukas Bulwahn
On Mon, 10 Nov 2025 08:35:44 +0100, Lukas Bulwahn wrote:
> Commit 9d6d6b06933c ("rtc: nvvrs: add NVIDIA VRS RTC device driver") adds
> the section NVIDIA VRS RTC DRIVER in MAINTAINERS, which refers to the
> non-existing file include/linux/rtc/rtc-nvidia-vrs10.h
>
> Note, with the changes of v6 to v7 of the patch series adding the driver,
> the content of this include file was moved into the driver file, and the
> include file was dropped from that patch. It was simply missed to adjust
> the section in MAINTAINERS that was newly added with that patch.
>
> [...]
Applied, thanks!
[1/1] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER
https://git.kernel.org/abelloni/c/40d8123ff749
Best regards,
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-12-08 22:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10 7:35 [PATCH] MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER Lukas Bulwahn
2025-11-10 11:47 ` Jon Hunter
2025-12-01 9:00 ` Shubhi Garg
2025-12-01 14:11 ` Thierry Reding
2025-12-08 22:09 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox