2023-05-16 14:18:28

by Michal Simek

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list

There is no activity from them for these drivers. All of them have Laurent
as active maintainer and their emails no longer works that's why remove
them from the list.

Signed-off-by: Michal Simek <[email protected]>
---

MAINTAINERS | 4 ----
1 file changed, 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e..60f6effb168c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7077,7 +7077,6 @@ F: Documentation/gpu/xen-front.rst
F: drivers/gpu/drm/xen/

DRM DRIVERS FOR XILINX
-M: Hyun Kwon <[email protected]>
M: Laurent Pinchart <[email protected]>
L: [email protected]
S: Maintained
@@ -23162,7 +23161,6 @@ S: Maintained
F: drivers/tty/serial/uartlite.c

XILINX VIDEO IP CORES
-M: Hyun Kwon <[email protected]>
M: Laurent Pinchart <[email protected]>
L: [email protected]
S: Supported
@@ -23191,7 +23189,6 @@ F: include/linux/dma/amd_xdma.h
F: include/linux/platform_data/amd_xdma.h

XILINX ZYNQMP DPDMA DRIVER
-M: Hyun Kwon <[email protected]>
M: Laurent Pinchart <[email protected]>
L: [email protected]
S: Supported
@@ -23207,7 +23204,6 @@ F: Documentation/devicetree/bindings/memory-controllers/xlnx,zynqmp-ocmc-1.0.yam
F: drivers/edac/zynqmp_edac.c

XILINX ZYNQMP PSGTR PHY DRIVER
-M: Anurag Kumar Vulisha <[email protected]>
M: Laurent Pinchart <[email protected]>
L: [email protected]
S: Supported
--
2.36.1



2023-05-16 14:50:46

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list

Hi Michal,

Thank you for the patch.

On Tue, May 16, 2023 at 03:47:15PM +0200, Michal Simek wrote:
> There is no activity from them for these drivers. All of them have Laurent
> as active maintainer and their emails no longer works that's why remove
> them from the list.
>
> Signed-off-by: Michal Simek <[email protected]>

Reviewed-by: Laurent Pinchart <[email protected]>

Will you merge this yourself ?

> ---
>
> MAINTAINERS | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e0b87d5aa2e..60f6effb168c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7077,7 +7077,6 @@ F: Documentation/gpu/xen-front.rst
> F: drivers/gpu/drm/xen/
>
> DRM DRIVERS FOR XILINX
> -M: Hyun Kwon <[email protected]>
> M: Laurent Pinchart <[email protected]>
> L: [email protected]
> S: Maintained
> @@ -23162,7 +23161,6 @@ S: Maintained
> F: drivers/tty/serial/uartlite.c
>
> XILINX VIDEO IP CORES
> -M: Hyun Kwon <[email protected]>
> M: Laurent Pinchart <[email protected]>
> L: [email protected]
> S: Supported
> @@ -23191,7 +23189,6 @@ F: include/linux/dma/amd_xdma.h
> F: include/linux/platform_data/amd_xdma.h
>
> XILINX ZYNQMP DPDMA DRIVER
> -M: Hyun Kwon <[email protected]>
> M: Laurent Pinchart <[email protected]>
> L: [email protected]
> S: Supported
> @@ -23207,7 +23204,6 @@ F: Documentation/devicetree/bindings/memory-controllers/xlnx,zynqmp-ocmc-1.0.yam
> F: drivers/edac/zynqmp_edac.c
>
> XILINX ZYNQMP PSGTR PHY DRIVER
> -M: Anurag Kumar Vulisha <[email protected]>
> M: Laurent Pinchart <[email protected]>
> L: [email protected]
> S: Supported

--
Regards,

Laurent Pinchart

2023-05-16 15:16:01

by Michal Simek

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list

Hi Laurent,

On 5/16/23 16:45, Laurent Pinchart wrote:
> Hi Michal,
>
> Thank you for the patch.
>
> On Tue, May 16, 2023 at 03:47:15PM +0200, Michal Simek wrote:
>> There is no activity from them for these drivers. All of them have Laurent
>> as active maintainer and their emails no longer works that's why remove
>> them from the list.
>>
>> Signed-off-by: Michal Simek <[email protected]>
>
> Reviewed-by: Laurent Pinchart <[email protected]>
>
> Will you merge this yourself ?

That wasn't my intention. Feel free to take it via your tree.

Thanks,
Michal

2023-05-16 16:33:14

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list

Hi Michal,

On Tue, May 16, 2023 at 05:07:04PM +0200, Michal Simek wrote:
> On 5/16/23 16:45, Laurent Pinchart wrote:
> > On Tue, May 16, 2023 at 03:47:15PM +0200, Michal Simek wrote:
> >> There is no activity from them for these drivers. All of them have Laurent
> >> as active maintainer and their emails no longer works that's why remove
> >> them from the list.
> >>
> >> Signed-off-by: Michal Simek <[email protected]>
> >
> > Reviewed-by: Laurent Pinchart <[email protected]>
> >
> > Will you merge this yourself ?
>
> That wasn't my intention. Feel free to take it via your tree.

The commit touch four different subsystems. If you can merge it through
your tree it could go as-is, if I have to include it in pull requests it
may need to be split.

--
Regards,

Laurent Pinchart

2023-05-22 14:52:28

by Michal Simek

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list

Hi,

On 5/16/23 18:20, Laurent Pinchart wrote:
> Hi Michal,
>
> On Tue, May 16, 2023 at 05:07:04PM +0200, Michal Simek wrote:
>> On 5/16/23 16:45, Laurent Pinchart wrote:
>>> On Tue, May 16, 2023 at 03:47:15PM +0200, Michal Simek wrote:
>>>> There is no activity from them for these drivers. All of them have Laurent
>>>> as active maintainer and their emails no longer works that's why remove
>>>> them from the list.
>>>>
>>>> Signed-off-by: Michal Simek <[email protected]>
>>>
>>> Reviewed-by: Laurent Pinchart <[email protected]>
>>>
>>> Will you merge this yourself ?
>>
>> That wasn't my intention. Feel free to take it via your tree.
>
> The commit touch four different subsystems. If you can merge it through
> your tree it could go as-is, if I have to include it in pull requests it
> may need to be split.
>

ok. Will take it via my tree.

Applied.
M