diff options
author | Mengyuan Lou <mengyuanlou@net-swift.com> | 2022-08-26 05:46:09 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-08-30 12:32:51 +0200 |
commit | e79e40c83b9fd4e8b9b9d4fc9093d25b7a67c745 (patch) | |
tree | 0bbc702f28c197f16710eea1a0501b84b936f909 /MAINTAINERS | |
parent | Merge branch 'netlink-support-reporting-missing-attributes' (diff) | |
download | linux-e79e40c83b9fd4e8b9b9d4fc9093d25b7a67c745.tar.xz linux-e79e40c83b9fd4e8b9b9d4fc9093d25b7a67c745.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ba954d5a9a2f..fe484e7d36dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21838,9 +21838,11 @@ F: drivers/input/tablet/wacom_serial4.c WANGXUN ETHERNET DRIVER M: Jiawen Wu <jiawenwu@trustnetic.com> +M: Mengyuan Lou <mengyuanlou@net-swift.com> +W: https://www.net-swift.com L: netdev@vger.kernel.org S: Maintained -F: Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst +F: Documentation/networking/device_drivers/ethernet/wangxun/* F: drivers/net/ethernet/wangxun/ WATCHDOG DEVICE DRIVERS |