diff options
author | Salil <salil.mehta@huawei.com> | 2017-08-02 16:59:52 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-03 15:08:18 -0700 |
commit | 15e8e5ffd624702ba2fa0d27566069922561ae95 (patch) | |
tree | 1ae838d0e8244c45dcafe12c959f69cfd2677d2f /MAINTAINERS | |
parent | 496d03e960ae2067b81c26a9ea46a028e9d4055d (diff) | |
download | linux-stable-15e8e5ffd624702ba2fa0d27566069922561ae95.tar.gz linux-stable-15e8e5ffd624702ba2fa0d27566069922561ae95.tar.bz2 linux-stable-15e8e5ffd624702ba2fa0d27566069922561ae95.zip |
net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERS
This patch updates the MAINTAINERS file with HNS3 Ethernet driver
maintainers names and other details. This also introduces the new
Makefiles required to build the HNS3 Ethernet driver and updates
the existing Kconfig file in the hisilicon folder.
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c67618c97c5d..a515da73c7e4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6148,6 +6148,14 @@ S: Maintained F: drivers/net/ethernet/hisilicon/ F: Documentation/devicetree/bindings/net/hisilicon*.txt +HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3) +M: Yisen Zhuang <yisen.zhuang@huawei.com> +M: Salil Mehta <salil.mehta@huawei.com> +L: netdev@vger.kernel.org +W: http://www.hisilicon.com +S: Maintained +F: drivers/net/ethernet/hisilicon/hns3/ + HISILICON ROCE DRIVER M: Lijun Ou <oulijun@huawei.com> M: Wei Hu(Xavier) <xavier.huwei@huawei.com> |