diff options
author | Jie Deng <Jie.Deng1@synopsys.com> | 2017-03-08 14:06:18 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-09 13:29:27 -0800 |
commit | 65e0ace2c5cdd7aa898fea17d6e7bdc909394bf9 (patch) | |
tree | 897ee962340111b59d597a402aa5fb61408660b1 /MAINTAINERS | |
parent | 24d79ce0dc39390cce85ac954890931309a15b39 (diff) |
net: dwc-xlgmac: Initial driver for DesignWare Enterprise Ethernet
Synopsys provides a new DesignWare Core Enterprise Ethernet MAC
IP (DWC-XLGMAC) for Ethernet designs. It is compliant with the
IEEE 802.3-2012 specifications, including IEEE 802.3ba and
consortium specifications.
This patch provides the initial 25G/40G/50G/100G Ethernet driver
for Synopsys XLGMAC IP Prototyping Kit.
Signed-off-by: Jie Deng <jiedeng@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e04d3a6725fc..a375d855f539 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11068,6 +11068,12 @@ F: include/linux/dma/dw.h F: include/linux/platform_data/dma-dw.h F: drivers/dma/dw/ +SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER +M: Jie Deng <jiedeng@synopsys.com> +L: netdev@vger.kernel.org +S: Supported +F: drivers/net/ethernet/synopsys/ + SYNOPSYS DESIGNWARE I2C DRIVER M: Jarkko Nikula <jarkko.nikula@linux.intel.com> R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |