* [PATCH v2] MAINTAINERS: net: add entry for TI Ethernet Switch drivers
@ 2016-04-21 10:13 Grygorii Strashko
2016-04-21 11:18 ` Mugunthan V N
2016-04-24 18:20 ` David Miller
0 siblings, 2 replies; 4+ messages in thread
From: Grygorii Strashko @ 2016-04-21 10:13 UTC (permalink / raw)
To: netdev, linux-kernel, David S. Miller
Cc: Sekhar Nori, linux-omap, Grygorii Strashko, Tony Lindgren,
Mugunthan V N, Richard Cochran
Add record for TI Ethernet Switch Driver CPSW/CPDMA/MDIO HW
(am33/am43/am57/dr7/davinci) to ensure that related patches
will go through dedicated linux-omap list.
Also add Mugunthan as maintainer and myself as the reviewer.
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Mugunthan V N <mugunthanvnm@ti.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
Changes in v2:
- added netdev@vger.kernel.org list
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1d5b4be..8491336 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11071,6 +11071,15 @@ S: Maintained
F: drivers/clk/ti/
F: include/linux/clk/ti.h
+TI ETHERNET SWITCH DRIVER (CPSW)
+M: Mugunthan V N <mugunthanvnm@ti.com>
+R: Grygorii Strashko <grygorii.strashko@ti.com>
+L: linux-omap@vger.kernel.org
+L: netdev@vger.kernel.org
+S: Maintained
+F: drivers/net/ethernet/ti/cpsw*
+F: drivers/net/ethernet/ti/davinci*
+
TI FLASH MEDIA INTERFACE DRIVER
M: Alex Dubov <oakad@yahoo.com>
S: Maintained
--
2.8.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: net: add entry for TI Ethernet Switch drivers
2016-04-21 10:13 [PATCH v2] MAINTAINERS: net: add entry for TI Ethernet Switch drivers Grygorii Strashko
@ 2016-04-21 11:18 ` Mugunthan V N
2016-04-21 14:33 ` Tony Lindgren
2016-04-24 18:20 ` David Miller
1 sibling, 1 reply; 4+ messages in thread
From: Mugunthan V N @ 2016-04-21 11:18 UTC (permalink / raw)
To: Grygorii Strashko, netdev, linux-kernel, David S. Miller
Cc: Sekhar Nori, linux-omap, Tony Lindgren, Richard Cochran
On Thursday 21 April 2016 03:43 PM, Grygorii Strashko wrote:
> Add record for TI Ethernet Switch Driver CPSW/CPDMA/MDIO HW
> (am33/am43/am57/dr7/davinci) to ensure that related patches
> will go through dedicated linux-omap list.
>
> Also add Mugunthan as maintainer and myself as the reviewer.
>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Mugunthan V N <mugunthanvnm@ti.com>
> Cc: Richard Cochran <richardcochran@gmail.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Regards
Mugunthan V N
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: net: add entry for TI Ethernet Switch drivers
2016-04-21 11:18 ` Mugunthan V N
@ 2016-04-21 14:33 ` Tony Lindgren
0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2016-04-21 14:33 UTC (permalink / raw)
To: Mugunthan V N
Cc: Grygorii Strashko, netdev, linux-kernel, David S. Miller,
Sekhar Nori, linux-omap, Richard Cochran
* Mugunthan V N <mugunthanvnm@ti.com> [160421 04:19]:
> On Thursday 21 April 2016 03:43 PM, Grygorii Strashko wrote:
> > Add record for TI Ethernet Switch Driver CPSW/CPDMA/MDIO HW
> > (am33/am43/am57/dr7/davinci) to ensure that related patches
> > will go through dedicated linux-omap list.
> >
> > Also add Mugunthan as maintainer and myself as the reviewer.
> >
> > Cc: "David S. Miller" <davem@davemloft.net>
> > Cc: Tony Lindgren <tony@atomide.com>
> > Cc: Mugunthan V N <mugunthanvnm@ti.com>
> > Cc: Richard Cochran <richardcochran@gmail.com>
> > Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
>
> Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Looks good to me too thanks:
Acked-by: Tony Lindgren <tony@atomide.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: net: add entry for TI Ethernet Switch drivers
2016-04-21 10:13 [PATCH v2] MAINTAINERS: net: add entry for TI Ethernet Switch drivers Grygorii Strashko
2016-04-21 11:18 ` Mugunthan V N
@ 2016-04-24 18:20 ` David Miller
1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2016-04-24 18:20 UTC (permalink / raw)
To: grygorii.strashko
Cc: netdev, linux-kernel, nsekhar, linux-omap, tony, mugunthanvnm,
richardcochran
From: Grygorii Strashko <grygorii.strashko@ti.com>
Date: Thu, 21 Apr 2016 13:13:56 +0300
> Add record for TI Ethernet Switch Driver CPSW/CPDMA/MDIO HW
> (am33/am43/am57/dr7/davinci) to ensure that related patches
> will go through dedicated linux-omap list.
>
> Also add Mugunthan as maintainer and myself as the reviewer.
>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Mugunthan V N <mugunthanvnm@ti.com>
> Cc: Richard Cochran <richardcochran@gmail.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---
> Changes in v2:
> - added netdev@vger.kernel.org list
Applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-24 18:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 10:13 [PATCH v2] MAINTAINERS: net: add entry for TI Ethernet Switch drivers Grygorii Strashko
2016-04-21 11:18 ` Mugunthan V N
2016-04-21 14:33 ` Tony Lindgren
2016-04-24 18:20 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).