]> git.baikalelectronics.ru Git - kernel.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)
commitd56fd88c18e5cd50d932e03718978472a0de0cfb
treec2b959660ec3159575f9249cfb2339f4886c4beb
parentb462aa21e5cfe31fecaa0d408c8e7660e7cd567c
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]