OSDN Git Service

net: lan966x: add the basic lan966x driver
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Mon, 29 Nov 2021 12:43:55 +0000 (13:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Nov 2021 12:58:38 +0000 (12:58 +0000)
commitdb8bcaad539314df5d58f2c57465e965440d1aa6
tree96a7c7cf31df30dafc74b3a120c9a6403dab24ae
parent642fcf53a9ac145c451483036ab73b6dfce7f8d7
net: lan966x: add the basic lan966x driver

This patch adds basic SwitchDev driver framework for lan966x. It
includes only the IO range mapping and probing of the switch.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/Kconfig
drivers/net/ethernet/microchip/Makefile
drivers/net/ethernet/microchip/lan966x/Kconfig [new file with mode: 0644]
drivers/net/ethernet/microchip/lan966x/Makefile [new file with mode: 0644]
drivers/net/ethernet/microchip/lan966x/lan966x_main.c [new file with mode: 0644]
drivers/net/ethernet/microchip/lan966x/lan966x_main.h [new file with mode: 0644]
drivers/net/ethernet/microchip/lan966x/lan966x_regs.h [new file with mode: 0644]