2023-11-22 17:07:15

by Serge Semin

[permalink] [raw]
Subject: [PATCH 0/3] MAINTAINERS: Add MIPS Baikal-T1 SoC bits maintainer

For the last few years several Baikal-T1 platform-specific drivers have
been merged into the kernel repo. I should have added them to the
MAINTAINERS list in the first place, but didn't do that postponing for the
final series with the arch-specific patches. Sooner than later that will
be done (after I finally finish working on the EDAC and network drivers),
but until then let's add the already merged in drivers maintainer to the
list in order to not have them looking abandoned, especially seeing such
concern has already been raised here:

Link: https://lore.kernel.org/lkml/[email protected]/

Signed-off-by: Serge Semin <[email protected]>
Cc: Alexey Malahov <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]

Serge Semin (3):
MAINTAINERS: Add maintainer for Baikal-T1 PVT hwmon driver
MAINTAINERS: Add maintainer for Baikal-T1 PCIe driver
MAINTAINERS: Add maintainer for MIPS Baikal-T1 platform code

MAINTAINERS | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

--
2.42.1



2023-11-22 17:07:15

by Serge Semin

[permalink] [raw]
Subject: [PATCH 2/3] MAINTAINERS: Add maintainer for Baikal-T1 PCIe driver

Add myself as a maintainer of the Baikal-T1 PCIe Root Port driver.

Signed-off-by: Serge Semin <[email protected]>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9e50a77d746e..52ee905c50f4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16796,6 +16796,13 @@ S: Maintained
F: Documentation/devicetree/bindings/pci/axis,artpec*
F: drivers/pci/controller/dwc/*artpec*

+PCIE DRIVER FOR BAIKAL-T1
+M: Serge Semin <[email protected]>
+L: [email protected]
+S: Supported
+F: Documentation/devicetree/bindings/pci/baikal,bt1-pcie.yaml
+F: drivers/pci/controller/dwc/pcie-bt1.c
+
PCIE DRIVER FOR CAVIUM THUNDERX
M: Robert Richter <[email protected]>
L: [email protected]
--
2.42.1


2023-11-22 17:08:16

by Serge Semin

[permalink] [raw]
Subject: [PATCH 1/3] MAINTAINERS: Add maintainer for Baikal-T1 PVT hwmon driver

Add myself as a maintainer of the Baikal-T1 PVT sensors driver.

Signed-off-by: Serge Semin <[email protected]>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 97f51d5ec1cf..9e50a77d746e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3467,6 +3467,14 @@ F: drivers/video/backlight/
F: include/linux/backlight.h
F: include/linux/pwm_backlight.h

+BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
+M: Serge Semin <[email protected]>
+L: [email protected]
+S: Supported
+F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
+F: Documentation/hwmon/bt1-pvt.rst
+F: drivers/hwmon/bt1-pvt.[ch]
+
BARCO P50 GPIO DRIVER
M: Santosh Kumar Yadav <[email protected]>
M: Peter Korsgaard <[email protected]>
--
2.42.1


2023-12-11 14:32:38

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 1/3] MAINTAINERS: Add maintainer for Baikal-T1 PVT hwmon driver

On Wed, Nov 22, 2023 at 08:04:50PM +0300, Serge Semin wrote:
> Add myself as a maintainer of the Baikal-T1 PVT sensors driver.
>
> Signed-off-by: Serge Semin <[email protected]>

Applied.

Guenter