[PATCH] MAINTAINERS: Update i.MX entry

Peng Fan posted 1 patch 3 months ago
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS: Update i.MX entry
Posted by Peng Fan 3 months ago
Add two patterns:
 - Documentation/devicetree/bindings/firmware/fsl*
 - Documentation/devicetree/bindings/firmware/nxp*

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8be3e0fbe72b..b15ca3e13ec3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2596,6 +2596,8 @@ L:	imx@lists.linux.dev
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
+F:	Documentation/devicetree/bindings/firmware/fsl*
+F:	Documentation/devicetree/bindings/firmware/nxp*
 F:	arch/arm/boot/dts/nxp/imx/
 F:	arch/arm/boot/dts/nxp/mxs/
 F:	arch/arm64/boot/dts/freescale/
-- 
2.37.1
Re: [PATCH] MAINTAINERS: Update i.MX entry
Posted by Shawn Guo 3 months ago
On Mon, Jul 07, 2025 at 02:37:53PM +0800, Peng Fan wrote:
> Add two patterns:
>  - Documentation/devicetree/bindings/firmware/fsl*
>  - Documentation/devicetree/bindings/firmware/nxp*
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks!