]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thu, 20 Jun 2024 18:22:19 +0000 (20:22 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jun 2024 11:24:54 +0000 (12:24 +0100)
commitb0d3969d2b4db82602492cad576b8de494a12ddf
tree63107a4ef3ffcf097e8aab6c692b523e4fa083c5
parentd7527fe98d79c2dfa46bfea3463d0d595f803db4
net: ethernet: rtsn: Add support for Renesas Ethernet-TSN

Add initial support for Renesas Ethernet-TSN End-station device of R-Car
V4H. The Ethernet End-station can connect to an Ethernet network using a
10 Mbps, 100 Mbps, or 1 Gbps full-duplex link via MII/GMII/RMII/RGMII.
Depending on the connected PHY.

The driver supports Rx checksum and offload and hardware timestamps.

While full power management and suspend/resume is not yet supported the
driver enables runtime PM in order to enable the module clock. While
explicit clock management using clk_enable() would suffice for the
supported SoC, the module could be reused on SoCs where the module is
part of a power domain.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/ethernet/renesas/Kconfig
drivers/net/ethernet/renesas/Makefile
drivers/net/ethernet/renesas/rtsn.c [new file with mode: 0644]
drivers/net/ethernet/renesas/rtsn.h [new file with mode: 0644]