diff options
author | Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> | 2021-07-02 04:40:34 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-07-26 09:18:45 +0200 |
commit | 258ce79cfce4b17b4afe867353c0365cc3c26b46 (patch) | |
tree | 86260ce705990ebeed64c68b0bf54b983d3a12ae /MAINTAINERS | |
parent | d20cf6b6c3ff15ff497bd96882b28616048b35eb (diff) | |
download | u-boot-258ce79cfce4b17b4afe867353c0365cc3c26b46.tar.gz u-boot-258ce79cfce4b17b4afe867353c0365cc3c26b46.tar.bz2 u-boot-258ce79cfce4b17b4afe867353c0365cc3c26b46.zip |
net: xilinx: axi_mrmac: Add MRMAC driver
Add support for xilinx multirate(MRMAC) ethernet driver.
This driver uses multichannel DMA(MCDMA) for data transfers of MRMAC.
Added support for 4 ports of MRMAC for speeds 10G and 25G.
MCDMA supports upto 16 channels but in this driver we have setup only
one channel which is enough.
Tested 10G and 25G on all 4 ports.
Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ae6c70860d..8a18b3b6d9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -545,6 +545,7 @@ M: Michal Simek <michal.simek@xilinx.com> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git F: arch/arm/mach-versal/ +F: drivers/net/xilinx_axi_mrmac.* F: drivers/watchdog/xilinx_wwdt.c N: (?<!uni)versal |