* [PATCH] MAINTAINERS: adjust file entry in INTEL MID PLATFORM
@ 2024-09-17 10:39 Lukas Bulwahn
2024-09-17 10:43 ` Hans de Goede
2024-09-17 13:43 ` Andy Shevchenko
0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2024-09-17 10:39 UTC (permalink / raw)
To: Andy Shevchenko, Hans de Goede, Ilpo Järvinen, platform-driver-x86
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit 5f1cda51107f ("platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to
x86 subfolder") moves intel-mid_wdt.h in ./include/linux/platform_data into
the x86 subdirectory, but misses to adjust the INTEL MID PLATFORM section,
which is referring to this file.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Adjust the file entry to this header file movement.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4c4116045664..9a4fa88edcd3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11646,7 +11646,7 @@ F: drivers/platform/x86/intel_scu_*
F: drivers/staging/media/atomisp/
F: drivers/watchdog/intel-mid_wdt.c
F: include/linux/mfd/intel_soc_pmic_mrfld.h
-F: include/linux/platform_data/intel-mid_wdt.h
+F: include/linux/platform_data/x86/intel-mid_wdt.h
F: include/linux/platform_data/x86/intel_scu_ipc.h
INTEL P-Unit IPC DRIVER
--
2.46.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in INTEL MID PLATFORM
2024-09-17 10:39 [PATCH] MAINTAINERS: adjust file entry in INTEL MID PLATFORM Lukas Bulwahn
@ 2024-09-17 10:43 ` Hans de Goede
2024-09-17 13:43 ` Andy Shevchenko
1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2024-09-17 10:43 UTC (permalink / raw)
To: Lukas Bulwahn, Andy Shevchenko, Ilpo Järvinen, platform-driver-x86
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Hi,
On 9/17/24 12:39 PM, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 5f1cda51107f ("platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to
> x86 subfolder") moves intel-mid_wdt.h in ./include/linux/platform_data into
> the x86 subdirectory, but misses to adjust the INTEL MID PLATFORM section,
> which is referring to this file.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Adjust the file entry to this header file movement.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Thank you for your patch, I've applied this patch to pdx86/for-next:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=for-next
Regards,
Hans
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4c4116045664..9a4fa88edcd3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11646,7 +11646,7 @@ F: drivers/platform/x86/intel_scu_*
> F: drivers/staging/media/atomisp/
> F: drivers/watchdog/intel-mid_wdt.c
> F: include/linux/mfd/intel_soc_pmic_mrfld.h
> -F: include/linux/platform_data/intel-mid_wdt.h
> +F: include/linux/platform_data/x86/intel-mid_wdt.h
> F: include/linux/platform_data/x86/intel_scu_ipc.h
>
> INTEL P-Unit IPC DRIVER
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in INTEL MID PLATFORM
2024-09-17 10:39 [PATCH] MAINTAINERS: adjust file entry in INTEL MID PLATFORM Lukas Bulwahn
2024-09-17 10:43 ` Hans de Goede
@ 2024-09-17 13:43 ` Andy Shevchenko
1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2024-09-17 13:43 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Hans de Goede, Ilpo Järvinen, platform-driver-x86,
kernel-janitors, linux-kernel, Lukas Bulwahn
On Tue, Sep 17, 2024 at 12:39:55PM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 5f1cda51107f ("platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to
> x86 subfolder") moves intel-mid_wdt.h in ./include/linux/platform_data into
> the x86 subdirectory, but misses to adjust the INTEL MID PLATFORM section,
> which is referring to this file.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Adjust the file entry to this header file movement.
Ah, thanks!
It was due to renase issue (initially the Intel MID MAINTAINERS patch was the last).
FWIW,
Reviewed-by: Andy Shevchenko <andy@kernel.org>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-17 13:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-17 10:39 [PATCH] MAINTAINERS: adjust file entry in INTEL MID PLATFORM Lukas Bulwahn
2024-09-17 10:43 ` Hans de Goede
2024-09-17 13:43 ` Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®