]> asedeno.scripts.mit.edu Git - linux.git/commit
ionic: Add basic framework for IONIC Network device driver
authorShannon Nelson <snelson@pensando.io>
Tue, 3 Sep 2019 22:28:04 +0000 (15:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2019 07:24:43 +0000 (09:24 +0200)
commitdf69ba43217d3cf4215c83c0627ce98a26e56e7c
treec2b959660ec3159575f9249cfb2339f4886c4beb
parent7d5aa9a524db04c1bf65a49442ac0b5186f70857
ionic: Add basic framework for IONIC Network device driver

This patch adds a basic driver framework for the Pensando IONIC
network device.  There is no functionality right now other than
the ability to load and unload.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
14 files changed:
Documentation/networking/device_drivers/index.rst
Documentation/networking/device_drivers/pensando/ionic.rst [new file with mode: 0644]
MAINTAINERS
drivers/net/ethernet/Kconfig
drivers/net/ethernet/Makefile
drivers/net/ethernet/pensando/Kconfig [new file with mode: 0644]
drivers/net/ethernet/pensando/Makefile [new file with mode: 0644]
drivers/net/ethernet/pensando/ionic/Makefile [new file with mode: 0644]
drivers/net/ethernet/pensando/ionic/ionic.h [new file with mode: 0644]
drivers/net/ethernet/pensando/ionic/ionic_bus.h [new file with mode: 0644]
drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c [new file with mode: 0644]
drivers/net/ethernet/pensando/ionic/ionic_devlink.c [new file with mode: 0644]
drivers/net/ethernet/pensando/ionic/ionic_devlink.h [new file with mode: 0644]
drivers/net/ethernet/pensando/ionic/ionic_main.c [new file with mode: 0644]