public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER
@ 2025-03-17  9:27 Lukas Bulwahn
  2025-03-19 12:14 ` Ilpo Järvinen
  2025-03-24 17:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2025-03-17  9:27 UTC (permalink / raw)
  To: Rajneesh Bhardwaj, David E Box, Hans de Goede, Ilpo Järvinen,
	Chao Qin, Choong Yong Liang, Jakub Kicinski, netdev,
	platform-driver-x86
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 7e2f7e25f6ff ("arch: x86: add IPC mailbox accessor function and add
SoC register access") adds a new file entry referring to the non-existent
file linux/platform_data/x86/intel_pmc_ipc.h in section INTEL PMC CORE
DRIVER rather than referring to the file
include/linux/platform_data/x86/intel_pmc_ipc.h added with this commit.
Note that it was missing 'include' in the beginning.

Adjust the file reference to the intended file.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
I think the commit above is in net-next, this patch is to be applied
on the tree where the commit has been added.

Jakub, please pick this minor non-urgent fix. Thanks.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 96ae7f628da4..9544a4e84f99 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12069,7 +12069,7 @@ L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 F:	Documentation/ABI/testing/sysfs-platform-intel-pmc
 F:	drivers/platform/x86/intel/pmc/
-F:	linux/platform_data/x86/intel_pmc_ipc.h
+F:	include/linux/platform_data/x86/intel_pmc_ipc.h
 
 INTEL PMIC GPIO DRIVERS
 M:	Andy Shevchenko <andy@kernel.org>
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER
  2025-03-17  9:27 [PATCH net-next] MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER Lukas Bulwahn
@ 2025-03-19 12:14 ` Ilpo Järvinen
  2025-03-24 17:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2025-03-19 12:14 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Rajneesh Bhardwaj, David E Box, Hans de Goede, Chao Qin,
	Choong Yong Liang, Jakub Kicinski, Netdev, platform-driver-x86,
	kernel-janitors, LKML, Lukas Bulwahn

[-- Attachment #1: Type: text/plain, Size: 1445 bytes --]

On Mon, 17 Mar 2025, Lukas Bulwahn wrote:

> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit 7e2f7e25f6ff ("arch: x86: add IPC mailbox accessor function and add
> SoC register access") adds a new file entry referring to the non-existent
> file linux/platform_data/x86/intel_pmc_ipc.h in section INTEL PMC CORE
> DRIVER rather than referring to the file
> include/linux/platform_data/x86/intel_pmc_ipc.h added with this commit.
> Note that it was missing 'include' in the beginning.
> 
> Adjust the file reference to the intended file.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> I think the commit above is in net-next, this patch is to be applied
> on the tree where the commit has been added.
> 
> Jakub, please pick this minor non-urgent fix. Thanks.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 96ae7f628da4..9544a4e84f99 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12069,7 +12069,7 @@ L:	platform-driver-x86@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/ABI/testing/sysfs-platform-intel-pmc
>  F:	drivers/platform/x86/intel/pmc/
> -F:	linux/platform_data/x86/intel_pmc_ipc.h
> +F:	include/linux/platform_data/x86/intel_pmc_ipc.h
>  
>  INTEL PMIC GPIO DRIVERS
>  M:	Andy Shevchenko <andy@kernel.org>

Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

-- 
 i.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER
  2025-03-17  9:27 [PATCH net-next] MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER Lukas Bulwahn
  2025-03-19 12:14 ` Ilpo Järvinen
@ 2025-03-24 17:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-03-24 17:40 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: irenic.rajneesh, david.e.box, hdegoede, ilpo.jarvinen, chao.qin,
	yong.liang.choong, kuba, netdev, platform-driver-x86,
	kernel-janitors, linux-kernel, lukas.bulwahn

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 17 Mar 2025 10:27:17 +0100 you wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit 7e2f7e25f6ff ("arch: x86: add IPC mailbox accessor function and add
> SoC register access") adds a new file entry referring to the non-existent
> file linux/platform_data/x86/intel_pmc_ipc.h in section INTEL PMC CORE
> DRIVER rather than referring to the file
> include/linux/platform_data/x86/intel_pmc_ipc.h added with this commit.
> Note that it was missing 'include' in the beginning.
> 
> [...]

Here is the summary with links:
  - [net-next] MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER
    https://git.kernel.org/netdev/net-next/c/fd88253605a4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-24 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17  9:27 [PATCH net-next] MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER Lukas Bulwahn
2025-03-19 12:14 ` Ilpo Järvinen
2025-03-24 17:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox