diff options
| author | Grygorii Strashko <[email protected]> | 2016-04-21 13:13:56 +0300 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-04-24 14:19:47 -0400 |
| commit | f75cfbaddeef943aed479b80415c3dcc63ff4247 (patch) | |
| tree | bdc6999dd077171c52447314a67d3c6ee324283b | |
| parent | 5f44abd041c5f3be76d57579ab254d78e601315b (diff) | |
MAINTAINERS: net: add entry for TI Ethernet Switch drivers
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" <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Mugunthan V N <[email protected]>
Cc: Richard Cochran <[email protected]>
Signed-off-by: Grygorii Strashko <[email protected]>
Acked-by: Mugunthan V N <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1d5b4becab6f..849133608da7 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 <[email protected]> +R: Grygorii Strashko <[email protected]> +S: Maintained +F: drivers/net/ethernet/ti/cpsw* +F: drivers/net/ethernet/ti/davinci* + TI FLASH MEDIA INTERFACE DRIVER M: Alex Dubov <[email protected]> S: Maintained |