Renesas Ethernet AVB driver proper
Ethernet AVB includes an Gigabit Ethernet controller (E-MAC) that is basically compatible with SuperH Gigabit Ethernet E-MAC. Ethernet AVB has a dedicated direct memory access controller (AVB-DMAC) that is a new design compared to the SuperH E-DMAC. The AVB-DMAC is compliant with 3 standards formulated for IEEE 802.1BA: IEEE 802.1AS timing and synchronization protocol, IEEE 802.1Qav real- time transfer, and the IEEE 802.1Qat stream reservation protocol. The driver only supports device tree probing, so the binding document is included in this patch. Based on the original patches by Mitsuhiro Kimura. Signed-off-by:Mitsuhiro Kimura <mitsuhiro.kimura.kc@renesas.com> Signed-off-by:
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- Documentation/devicetree/bindings/net/renesas,ravb.txt 48 additions, 0 deletionsDocumentation/devicetree/bindings/net/renesas,ravb.txt
- drivers/net/ethernet/renesas/Kconfig 31 additions, 0 deletionsdrivers/net/ethernet/renesas/Kconfig
- drivers/net/ethernet/renesas/Makefile 1 addition, 0 deletionsdrivers/net/ethernet/renesas/Makefile
- drivers/net/ethernet/renesas/ravb.c 1801 additions, 0 deletionsdrivers/net/ethernet/renesas/ravb.c
- drivers/net/ethernet/renesas/ravb.h 806 additions, 0 deletionsdrivers/net/ethernet/renesas/ravb.h
Loading
-
mentioned in commit bf3583e1
-
mentioned in commit 83bc805b
-
mentioned in commit c72a7e42
-
mentioned in commit 8bad408a
-
mentioned in commit a4fd6f3d
-
mentioned in commit e0fce1d6
-
mentioned in commit 16ef54fd
-
mentioned in commit 39714428
-
mentioned in commit e6864af6
-
mentioned in commit 069cc149
-
mentioned in commit 0772c040
-
mentioned in commit 17e456ce
-
mentioned in commit 841ad9b9
-
mentioned in commit 9870257a
-
mentioned in commit e327b237
-
mentioned in commit a82ccd72
-
mentioned in commit ec823471
Please register or sign in to comment