Devicetree
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: altr,msgdma: update maintainer
@ 2026-07-01  2:34 Adrian Ng Ho Yin
  2026-07-01  2:44 ` sashiko-bot
  2026-07-01  7:36 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: Adrian Ng Ho Yin @ 2026-07-01  2:34 UTC (permalink / raw)
  To: Olivier Dautricourt, Stefan Roese, Vinod Koul, Frank Li,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, dmaengine,
	devicetree, linux-kernel
  Cc: Adrian Ng Ho Yin

Olivier Dautricourt has stepped down as maintainer of the Altera
msgDMA driver as he no longer has access to the hardware. Replace him
with Adrian Ng Ho Yin as the new maintainer.

Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
---
 Documentation/devicetree/bindings/dma/altr,msgdma.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/dma/altr,msgdma.yaml b/Documentation/devicetree/bindings/dma/altr,msgdma.yaml
index 391bf5838602..bea302b89453 100644
--- a/Documentation/devicetree/bindings/dma/altr,msgdma.yaml
+++ b/Documentation/devicetree/bindings/dma/altr,msgdma.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Altera mSGDMA IP core
 
 maintainers:
-  - Olivier Dautricourt <olivierdautricourt@gmail.com>
+  - Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
 
 description: |
   Altera / Intel modular Scatter-Gather Direct Memory Access (mSGDMA)
-- 
2.49.GIT


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

* Re: [PATCH] dt-bindings: altr,msgdma: update maintainer
  2026-07-01  2:34 [PATCH] dt-bindings: altr,msgdma: update maintainer Adrian Ng Ho Yin
@ 2026-07-01  2:44 ` sashiko-bot
  2026-07-01  7:36 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 5+ messages in thread
From: sashiko-bot @ 2026-07-01  2:44 UTC (permalink / raw)
  To: Adrian Ng Ho Yin; +Cc: Frank.Li, conor+dt, robh, dmaengine, vkoul, devicetree

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The commit updates the maintainer in the DT binding YAML file but fails to update the corresponding entry in the global MAINTAINERS file.
--

commit db17ec175a921c83db0dc0de95284d7a5faee871
Author: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>

dt-bindings: altr,msgdma: update maintainer

This commit updates the maintainer for the Altera mSGDMA IP core from
Olivier Dautricourt to Adrian Ng Ho Yin in the device tree binding file.

> diff --git a/Documentation/devicetree/bindings/dma/altr,msgdma.yaml b/Documentation/devicetree/bindings/dma/altr,msgdma.yaml
> index 391bf58386025..bea302b894534 100644
> --- a/Documentation/devicetree/bindings/dma/altr,msgdma.yaml
> +++ b/Documentation/devicetree/bindings/dma/altr,msgdma.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: Altera mSGDMA IP core
>  
>  maintainers:
> -  - Olivier Dautricourt <olivierdautricourt@gmail.com>
> +  - Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>

[Severity: Medium]
Does the global MAINTAINERS file also need to be updated to reflect this
change?

Currently, the MAINTAINERS file still points to the previous maintainer:

MAINTAINERS:
ALTERA MSGDMA IP CORE DRIVER
M:	Olivier Dautricourt <olivierdautricourt@gmail.com>
R:	Stefan Roese <sr@denx.de>

Without updating this global file, get_maintainer.pl will still return the
previous maintainer for patches touching the driver code.

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260701023455.36330-1-adrian.ho.yin.ng@altera.com?part=1

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

* Re: [PATCH] dt-bindings: altr,msgdma: update maintainer
  2026-07-01  2:34 [PATCH] dt-bindings: altr,msgdma: update maintainer Adrian Ng Ho Yin
  2026-07-01  2:44 ` sashiko-bot
@ 2026-07-01  7:36 ` Krzysztof Kozlowski
  2026-07-01  8:21   ` Vinod Koul
  1 sibling, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-07-01  7:36 UTC (permalink / raw)
  To: Adrian Ng Ho Yin
  Cc: Olivier Dautricourt, Stefan Roese, Vinod Koul, Frank Li,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, dmaengine,
	devicetree, linux-kernel

On Wed, Jul 01, 2026 at 10:34:55AM +0800, Adrian Ng Ho Yin wrote:
> Olivier Dautricourt has stepped down as maintainer of the Altera
> msgDMA driver as he no longer has access to the hardware. Replace him
> with Adrian Ng Ho Yin as the new maintainer.
> 
> Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
> ---
>  Documentation/devicetree/bindings/dma/altr,msgdma.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

And maintainers file? Don't send such commits separately.

Also, subject is too generic - "update maintainer" can be any update...

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: altr,msgdma: update maintainer
  2026-07-01  7:36 ` Krzysztof Kozlowski
@ 2026-07-01  8:21   ` Vinod Koul
  2026-07-01 13:02     ` Ng, Adrian Ho Yin
  0 siblings, 1 reply; 5+ messages in thread
From: Vinod Koul @ 2026-07-01  8:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Adrian Ng Ho Yin, Olivier Dautricourt, Stefan Roese, Frank Li,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, dmaengine,
	devicetree, linux-kernel

On 01-07-26, 09:36, Krzysztof Kozlowski wrote:
> On Wed, Jul 01, 2026 at 10:34:55AM +0800, Adrian Ng Ho Yin wrote:
> > Olivier Dautricourt has stepped down as maintainer of the Altera
> > msgDMA driver as he no longer has access to the hardware. Replace him
> > with Adrian Ng Ho Yin as the new maintainer.
> > 
> > Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
> > ---
> >  Documentation/devicetree/bindings/dma/altr,msgdma.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> And maintainers file? Don't send such commits separately.

That was sent separately
065e447dc41ea149c900338e64f047575ca6c348.1782279704.git.adrian.ho.yin.ng@altera.com

But yes subject could be better for both. Myabe replace Oliver as altera
maintainer.

Would be good to post both together as update

> 
> Also, subject is too generic - "update maintainer" can be any update...
> 
> Best regards,
> Krzysztof

-- 
~Vinod

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

* Re: [PATCH] dt-bindings: altr,msgdma: update maintainer
  2026-07-01  8:21   ` Vinod Koul
@ 2026-07-01 13:02     ` Ng, Adrian Ho Yin
  0 siblings, 0 replies; 5+ messages in thread
From: Ng, Adrian Ho Yin @ 2026-07-01 13:02 UTC (permalink / raw)
  To: Vinod Koul, Krzysztof Kozlowski
  Cc: Olivier Dautricourt, Stefan Roese, Frank Li, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, dmaengine, devicetree,
	linux-kernel

On 7/1/2026 4:21 PM, Vinod Koul wrote:
> On 01-07-26, 09:36, Krzysztof Kozlowski wrote:
>> On Wed, Jul 01, 2026 at 10:34:55AM +0800, Adrian Ng Ho Yin wrote:
>>> Olivier Dautricourt has stepped down as maintainer of the Altera
>>> msgDMA driver as he no longer has access to the hardware. Replace him
>>> with Adrian Ng Ho Yin as the new maintainer.
>>>
>>> Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
>>> ---
>>>   Documentation/devicetree/bindings/dma/altr,msgdma.yaml | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> And maintainers file? Don't send such commits separately.
> 
> That was sent separately
> 065e447dc41ea149c900338e64f047575ca6c348.1782279704.git.adrian.ho.yin.ng@altera.com
> 
> But yes subject could be better for both. Myabe replace Oliver as altera
> maintainer.
Will update commit message in next revision.
> 
> Would be good to post both together as update
Will submit changes to both MAINTAINERS and dt binding together in next 
revision

Thank You
Adrian>
>>
>> Also, subject is too generic - "update maintainer" can be any update...
>>
>> Best regards,
>> Krzysztof
> 

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

end of thread, other threads:[~2026-07-01 13:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01  2:34 [PATCH] dt-bindings: altr,msgdma: update maintainer Adrian Ng Ho Yin
2026-07-01  2:44 ` sashiko-bot
2026-07-01  7:36 ` Krzysztof Kozlowski
2026-07-01  8:21   ` Vinod Koul
2026-07-01 13:02     ` Ng, Adrian Ho Yin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox