All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list
@ 2023-05-16 13:47 Michal Simek
  2023-05-16 14:45 ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2023-05-16 13:47 UTC (permalink / raw)
  To: laurent.pinchart; +Cc: linux-kernel

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 <michal.simek@amd.com>
---

 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 <hyun.kwon@xilinx.com>
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 L:	dri-devel@lists.freedesktop.org
 S:	Maintained
@@ -23162,7 +23161,6 @@ S:	Maintained
 F:	drivers/tty/serial/uartlite.c
 
 XILINX VIDEO IP CORES
-M:	Hyun Kwon <hyun.kwon@xilinx.com>
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 L:	linux-media@vger.kernel.org
 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 <hyun.kwon@xilinx.com>
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 L:	dmaengine@vger.kernel.org
 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 <anurag.kumar.vulisha@xilinx.com>
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list
  2023-05-16 13:47 [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list Michal Simek
@ 2023-05-16 14:45 ` Laurent Pinchart
  2023-05-16 15:07   ` Michal Simek
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2023-05-16 14:45 UTC (permalink / raw)
  To: Michal Simek; +Cc: linux-kernel

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 <michal.simek@amd.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

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 <hyun.kwon@xilinx.com>
>  M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>  L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
> @@ -23162,7 +23161,6 @@ S:	Maintained
>  F:	drivers/tty/serial/uartlite.c
>  
>  XILINX VIDEO IP CORES
> -M:	Hyun Kwon <hyun.kwon@xilinx.com>
>  M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>  L:	linux-media@vger.kernel.org
>  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 <hyun.kwon@xilinx.com>
>  M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>  L:	dmaengine@vger.kernel.org
>  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 <anurag.kumar.vulisha@xilinx.com>
>  M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>  L:	linux-kernel@vger.kernel.org
>  S:	Supported

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list
  2023-05-16 14:45 ` Laurent Pinchart
@ 2023-05-16 15:07   ` Michal Simek
  2023-05-16 16:20     ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2023-05-16 15:07 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-kernel

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 <michal.simek@amd.com>
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> Will you merge this yourself ?

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

Thanks,
Michal

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list
  2023-05-16 15:07   ` Michal Simek
@ 2023-05-16 16:20     ` Laurent Pinchart
  2023-05-22 14:41       ` Michal Simek
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2023-05-16 16:20 UTC (permalink / raw)
  To: Michal Simek; +Cc: linux-kernel

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 <michal.simek@amd.com>
> > 
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> > 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list
  2023-05-16 16:20     ` Laurent Pinchart
@ 2023-05-22 14:41       ` Michal Simek
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Simek @ 2023-05-22 14:41 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-kernel

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 <michal.simek@amd.com>
>>>
>>> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>>>
>>> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-22 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16 13:47 [PATCH] MAINTAINERS: Remove Hyun and Anurag from maintainer list Michal Simek
2023-05-16 14:45 ` Laurent Pinchart
2023-05-16 15:07   ` Michal Simek
2023-05-16 16:20     ` Laurent Pinchart
2023-05-22 14:41       ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.