]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
drivers: net: ethernet: TSN-switch driver initial check-in
authorSaurabh Sengar <saurabh.singh@xilinx.com>
Thu, 16 Mar 2017 14:56:11 +0000 (20:26 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 12 May 2017 07:58:06 +0000 (09:58 +0200)
commitc60aebb39a7957861f34692283e380468f18b329
tree1adb9a485b8a2ab2886ebba98a2f661efb96b0c7
parentf6decf00327731f753eaed0bd24e9082b7b1afb4
drivers: net: ethernet: TSN-switch driver initial check-in

The Xilinx TSN Switch is an integrated solution provided with
3-ports, two ports connecting to network through MAC interfaces
and one port connecting to an internal End Point.
TSN switch driver allows processor to control and program the
TSN Switch hardware settings.
This misc driver will be used to provide the APIs for accessing Switch
Core resgisters. Most of the APIs are exposed to userspace by ioctl.

Signed-off-by: Saurabh Sengar <saurabhs@xilinx.com>
Acked-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/ethernet/xilinx/xilinx_tsn_switch.c [new file with mode: 0644]
drivers/net/ethernet/xilinx/xilinx_tsn_switch.h [new file with mode: 0644]