Hi, On 8/14/23 09:31, Gerd Haeussler wrote: > From: Gerd Haeussler <gerd.haeussler.ext@xxxxxxxxxxx> > > 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 <gerd.haeussler.ext@xxxxxxxxxxx> 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 <gerd.haeussler.ext@xxxxxxxxxxx> > +M: Xing Tong Wu <xingtong.wu@xxxxxxxxxxx> > +M: Tobias Schaffner <tobias.schaffner@xxxxxxxxxxx> > +L: linux-leds@xxxxxxxxxxxxxxx > +S: Maintained > +F: drivers/leds/simple/ > + > +SIEMENS IPC PLATFORM DRIVERS > +M: Gerd Haeussler <gerd.haeussler.ext@xxxxxxxxxxx> > +M: Xing Tong Wu <xingtong.wu@xxxxxxxxxxx> > +M: Tobias Schaffner <tobias.schaffner@xxxxxxxxxxx> > +L: platform-driver-x86@xxxxxxxxxxxxxxx > +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 <gerd.haeussler.ext@xxxxxxxxxxx> > +M: Xing Tong Wu <xingtong.wu@xxxxxxxxxxx> > +M: Tobias Schaffner <tobias.schaffner@xxxxxxxxxxx> > +L: linux-watchdog@xxxxxxxxxxxxxxx > +S: Maintained > +F: drivers/watchdog/simatic-ipc-wdt.c > + > SIFIVE DRIVERS > M: Palmer Dabbelt <palmer@xxxxxxxxxxx> > M: Paul Walmsley <paul.walmsley@xxxxxxxxxx>