From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6D15D21257F; Wed, 1 Jul 2026 02:45:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782873901; cv=none; b=WR5/VJzHra4CYwNEksKumpTC3VGwt8Z2Tmf/3KbEPq0r7t55j8g7T+0nu/M3a4e5jKPaBWWzaRAKbTbbuL0ZVAUQwQ0K6bd19eTlTWascMCVLlTFHysm2WqvXZMBL2FLgpLjymzeb2mqg5vyVeSBBbESyTcaZrAAv4cAcTxL+Ks= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782873901; c=relaxed/simple; bh=RF4euZ9RIPjwdIKIeQUbBgDQhrOuuYC1NTJwKJqG4/w=; h=From:Subject:To:Cc:In-Reply-To:References:Content-Type:Date: Message-Id; b=Kk7hcBaB5IDkYOBybAx2Q5vN1/MmB/PoJ3eU+3AuCliy608W6fj6B+i0HlNRHT4+LFME4iF44TVHla9TYeWYpP8MtCyUP1lUi7npnwFBKBbuB8rI6VGVhT5KIE4O3i9s4QVclXO5Df8ELRX7Jvv+6RHb3p4GWCMdrrBqX3u2Avg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Cq3a2cjF; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Cq3a2cjF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEB321F000E9; Wed, 1 Jul 2026 02:44:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782873900; bh=/Bnrg1WoliTLxopCnz1bWMqddLrP6tGgpk2T3QZ6FEw=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date; b=Cq3a2cjFpeqyQwj/UBotOuN8RFTF1MBb/KtmPNKBdKN+hNeZwNG7B5/q/hQ2elK4/ 3x2S0nR45q9UkSUaYAHrjEWmxUVs+78k0kPACMw8u7SsKuXpueC4CcdtGIVGuyhdEx hIeNFpWQ2REwjTmL+1MIp2yY7aHSh25dO+/pMGTTuPcigFRSNCDqU/GDngnoEstYFX 1C7HPxxnlDroZoAWK5dVALuPK9W+MZhFwmMZoZK23ULiXZOA9TYfuSG0ZgFK3kGGTF oP9KuSlcEXhEIqXioa9h9dQaEr/GbVXHbQHPkR9ZkAHpMDCRkDk7IHS3DnbJBggBD7 V8LfH5BQb23Rg== From: sashiko-bot@kernel.org Subject: Re: [PATCH] dt-bindings: altr,msgdma: update maintainer Reply-To: sashiko-reviews@lists.linux.dev To: "Adrian Ng Ho Yin" Cc: Frank.Li@kernel.org, conor+dt@kernel.org, robh@kernel.org, dmaengine@vger.kernel.org, vkoul@kernel.org, devicetree@vger.kernel.org In-Reply-To: <20260701023455.36330-1-adrian.ho.yin.ng@altera.com> References: <20260701023455.36330-1-adrian.ho.yin.ng@altera.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Wed, 01 Jul 2026 02:44:58 +0000 Message-Id: <20260701024459.AEB321F000E9@smtp.kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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 bu= t fails to update the corresponding entry in the global MAINTAINERS file. -- commit db17ec175a921c83db0dc0de95284d7a5faee871 Author: Adrian Ng Ho Yin 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/Doc= umentation/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 > =20 > maintainers: > - - Olivier Dautricourt > + - Adrian Ng Ho Yin [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 R: Stefan Roese Without updating this global file, get_maintainer.pl will still return the previous maintainer for patches touching the driver code. --=20 Sashiko AI review =C2=B7 https://sashiko.dev/#/patchset/20260701023455.3633= 0-1-adrian.ho.yin.ng@altera.com?part=3D1