Re: [PATCH net-next v15 0/5] PRU-ICSSM Ethernet Driver
From: Parvathi Pudi <parvathi@couthit.com>
Date: 2025-09-11 08:30:05
Also in:
linux-arm-kernel, linux-devicetree, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
Hi,
On Mon, 8 Sep 2025 20:20:20 +0530 (IST) Parvathi Pudi wrote:quoted
quoted
On Thu, 4 Sep 2025 15:45:37 +0530 Parvathi Pudi wrote:quoted
The Programmable Real-Time Unit Industrial Communication Sub-system (PRU-ICSS) is available on the TI SOCs in two flavors: Gigabit ICSS (ICSSG) and the older Megabit ICSS (ICSSM).Looks like the new code is not covered by the existing MAINTAINERS entries. Who is expected to be maintaining the new driver? Please consult: https://docs.kernel.org/next/maintainer/feature-and-driver-maintainers.htmlWe will update the MAINTAINERS information in a separate patch to this series and share the next version soon.I wasn't asking if you can update the MAINTAINERS, I was asking what you will update it with. Since that's still not clear I'm dropping the series from pw, please repost with the MAINTAINERS entry included.
The new entry for the ICSSM Ethernet driver will be added immediately after the existing ICSSG driver section. We will update the MAINTAINERS file with the change shown below.
diff --git a/MAINTAINERS b/MAINTAINERS
index b81595e9ea95..c7f04ff96cf0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS@@ -25320,6 +25320,18 @@ S: Maintained F: Documentation/devicetree/bindings/net/ti,icss*.yaml F: drivers/net/ethernet/ti/icssg/* +TI ICSSM ETHERNET DRIVER (ICSSM) +M: MD Danish Anwar <danishanwar@ti.com> +M: Parvathi Pudi <parvathi@couthit.com> +R: Roger Quadros <rogerq@kernel.org> +R: Mohan Reddy Putluru <pmohan@couthit.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +L: netdev@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/net/ti,icssm*.yaml +F: Documentation/devicetree/bindings/net/ti,pruss-ecap.yaml +F: drivers/net/ethernet/ti/icssm/* + TI J721E CSI2RX DRIVER M: Jai Luthra <jai.luthra@linux.dev> L: linux-media@vger.kernel.org --
Thanks and Regards, Parvathi.