diff options
author | Gerd Haeussler <[email protected]> | 2023-08-14 09:31:14 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2023-08-14 16:34:28 +0200 |
commit | 62d25cb19bb25a443e467a6c042846e3ac401113 (patch) | |
tree | c8b0ae15f98a9c3cb68ebe57b205dca9ed4ba568 | |
parent | 7abf253afa5c72c0c7eb21f67da1d443f036737a (diff) |
MAINTAINERS: Add entries for Siemens IPC modules
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]>
Acked-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r-- | MAINTAINERS | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3be1bdfe8ecc..3c70de4b4f8c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19390,6 +19390,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]> +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]> +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]> +S: Maintained +F: drivers/watchdog/simatic-ipc-wdt.c + SIFIVE DRIVERS M: Palmer Dabbelt <[email protected]> M: Paul Walmsley <[email protected]> |