2023-08-14 07:46:50

by Gerd Haeussler

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add entries for Siemens IPC modules

From: Gerd Haeussler <[email protected]>

There are different IPC driver modules in the kernel that are actively
maintained by Siemens but not yet listed in the MAINTAINERS file.
Add the missing entries.

Signed-off-by: Gerd Haeussler <[email protected]>
---
MAINTAINERS | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0f966f05fb0d..6ca5564a4f8c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19402,6 +19402,32 @@ F: drivers/media/mmc/siano/
F: drivers/media/usb/siano/
F: drivers/media/usb/siano/

+SIEMENS IPC LED DRIVERS
+M: Gerd Haeussler <[email protected]>
+M: Xing Tong Wu <[email protected]>
+M: Tobias Schaffner <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/leds/simple/
+
+SIEMENS IPC PLATFORM DRIVERS
+M: Gerd Haeussler <[email protected]>
+M: Xing Tong Wu <[email protected]>
+M: Tobias Schaffner <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/platform/x86/siemens/
+F: include/linux/platform_data/x86/simatic-ipc-base.h
+F: include/linux/platform_data/x86/simatic-ipc.h
+
+SIEMENS IPC WATCHDOG DRIVERS
+M: Gerd Haeussler <[email protected]>
+M: Xing Tong Wu <[email protected]>
+M: Tobias Schaffner <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/watchdog/simatic-ipc-wdt.c
+
SIFIVE DRIVERS
M: Palmer Dabbelt <[email protected]>
M: Paul Walmsley <[email protected]>
--
2.20.1



2023-08-14 10:26:05

by Hans de Goede

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add entries for Siemens IPC modules

Hi,

On 8/14/23 09:31, Gerd Haeussler wrote:
> From: Gerd Haeussler <[email protected]>
>
> There are different IPC driver modules in the kernel that are actively
> maintained by Siemens but not yet listed in the MAINTAINERS file.
> Add the missing entries.
>
> Signed-off-by: Gerd Haeussler <[email protected]>

Thank you for your patch, I've applied this patch to my review-hans
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans



> ---
> MAINTAINERS | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0f966f05fb0d..6ca5564a4f8c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19402,6 +19402,32 @@ F: drivers/media/mmc/siano/
> F: drivers/media/usb/siano/
> F: drivers/media/usb/siano/
>
> +SIEMENS IPC LED DRIVERS
> +M: Gerd Haeussler <[email protected]>
> +M: Xing Tong Wu <[email protected]>
> +M: Tobias Schaffner <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: drivers/leds/simple/
> +
> +SIEMENS IPC PLATFORM DRIVERS
> +M: Gerd Haeussler <[email protected]>
> +M: Xing Tong Wu <[email protected]>
> +M: Tobias Schaffner <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: drivers/platform/x86/siemens/
> +F: include/linux/platform_data/x86/simatic-ipc-base.h
> +F: include/linux/platform_data/x86/simatic-ipc.h
> +
> +SIEMENS IPC WATCHDOG DRIVERS
> +M: Gerd Haeussler <[email protected]>
> +M: Xing Tong Wu <[email protected]>
> +M: Tobias Schaffner <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: drivers/watchdog/simatic-ipc-wdt.c
> +
> SIFIVE DRIVERS
> M: Palmer Dabbelt <[email protected]>
> M: Paul Walmsley <[email protected]>


2023-08-14 14:13:01

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add entries for Siemens IPC modules

On Mon, Aug 14, 2023 at 09:31:14AM +0200, Gerd Haeussler wrote:
> From: Gerd Haeussler <[email protected]>
>
> There are different IPC driver modules in the kernel that are actively
> maintained by Siemens but not yet listed in the MAINTAINERS file.
> Add the missing entries.
>
> Signed-off-by: Gerd Haeussler <[email protected]>
> ---
> MAINTAINERS | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0f966f05fb0d..6ca5564a4f8c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
[ ... ]
> +
> +SIEMENS IPC WATCHDOG DRIVERS
> +M: Gerd Haeussler <[email protected]>
> +M: Xing Tong Wu <[email protected]>
> +M: Tobias Schaffner <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: drivers/watchdog/simatic-ipc-wdt.c
> +

For watchdog:

Acked-by: Guenter Roeck <[email protected]>