]> git.baikalelectronics.ru Git - kernel.git/commit
net: ngbe: Add build support for ngbe
authorMengyuan Lou <mengyuanlou@net-swift.com>
Fri, 26 Aug 2022 03:46:09 +0000 (11:46 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 30 Aug 2022 10:32:51 +0000 (12:32 +0200)
commit65f00302104b9ef9fa441fc565ad6456bfd5f82b
tree0bbc702f28c197f16710eea1a0501b84b936f909
parent1d6f7242c17ea9bbd1fa6c13552dba36fa0c7bfb
net: ngbe: Add build support for ngbe

Add build options and guidance doc.
Initialize pci device access for Wangxun Gigabit Ethernet devices.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Mengyuan Lou <mengyuanlou@net-swift.com>
Link: https://lore.kernel.org/r/20220826034609.51854-1-mengyuanlou@net-swift.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Documentation/networking/device_drivers/ethernet/index.rst
Documentation/networking/device_drivers/ethernet/wangxun/ngbe.rst [new file with mode: 0644]
MAINTAINERS
drivers/net/ethernet/wangxun/Kconfig
drivers/net/ethernet/wangxun/Makefile
drivers/net/ethernet/wangxun/ngbe/Makefile [new file with mode: 0644]
drivers/net/ethernet/wangxun/ngbe/ngbe.h [new file with mode: 0644]
drivers/net/ethernet/wangxun/ngbe/ngbe_main.c [new file with mode: 0644]
drivers/net/ethernet/wangxun/ngbe/ngbe_type.h [new file with mode: 0644]