]> asedeno.scripts.mit.edu Git - linux.git/commit
octeontx2-pf: Add Marvell OcteonTX2 NIC driver
authorSunil Goutham <sgoutham@marvell.com>
Mon, 27 Jan 2020 13:05:15 +0000 (18:35 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jan 2020 13:33:39 +0000 (14:33 +0100)
commit165475779ba1d4758429f48d65960473df9dc35a
tree700f9593324c4ef51a92e3dae3bb5d27806f79de
parent9e0703a2650def6fffe91235a880bb6f37d9ad74
octeontx2-pf: Add Marvell OcteonTX2 NIC driver

This patch adds template for the Marvell's OcteonTX2 network
controller's physical function driver. Just the probe, PCI
specific initialization and netdev registration.

Signed-off-by: Sunil Goutham <sgoutham@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeontx2/Kconfig
drivers/net/ethernet/marvell/octeontx2/Makefile
drivers/net/ethernet/marvell/octeontx2/nic/Makefile [new file with mode: 0644]
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h [new file with mode: 0644]
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c [new file with mode: 0644]
drivers/net/ethernet/marvell/octeontx2/nic/otx2_reg.h [new file with mode: 0644]