[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200626172731.280133-6-kuba@kernel.org>
Date: Fri, 26 Jun 2020 10:27:28 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, Jakub Kicinski <kuba@...nel.org>,
luobin9@...wei.com
Subject: [PATCH net-next 5/8] docs: networking: move remaining Ethernet driver docs to the hw section
Move docs for hinic and altera_tse under device_drivers/ethernet.
Signed-off-by: Jakub Kicinski <kuba@...nel.org>
--
CC: luobin9@...wei.com
---
.../{ => device_drivers/ethernet/altera}/altera_tse.rst | 0
.../networking/{ => device_drivers/ethernet/huawei}/hinic.rst | 0
Documentation/networking/device_drivers/ethernet/index.rst | 2 ++
Documentation/networking/index.rst | 2 --
MAINTAINERS | 2 +-
5 files changed, 3 insertions(+), 3 deletions(-)
rename Documentation/networking/{ => device_drivers/ethernet/altera}/altera_tse.rst (100%)
rename Documentation/networking/{ => device_drivers/ethernet/huawei}/hinic.rst (100%)
diff --git a/Documentation/networking/altera_tse.rst b/Documentation/networking/device_drivers/ethernet/altera/altera_tse.rst
similarity index 100%
rename from Documentation/networking/altera_tse.rst
rename to Documentation/networking/device_drivers/ethernet/altera/altera_tse.rst
diff --git a/Documentation/networking/hinic.rst b/Documentation/networking/device_drivers/ethernet/huawei/hinic.rst
similarity index 100%
rename from Documentation/networking/hinic.rst
rename to Documentation/networking/device_drivers/ethernet/huawei/hinic.rst
diff --git a/Documentation/networking/device_drivers/ethernet/index.rst b/Documentation/networking/device_drivers/ethernet/index.rst
index fd3873024da8..cbb75a1818c0 100644
--- a/Documentation/networking/device_drivers/ethernet/index.rst
+++ b/Documentation/networking/device_drivers/ethernet/index.rst
@@ -13,6 +13,7 @@ Device drivers for Ethernet and Ethernet-based virtual function devices.
3com/3c509
3com/vortex
amazon/ena
+ altera/altera_tse
aquantia/atlantic
chelsio/cxgb
cirrus/cs89x0
@@ -24,6 +25,7 @@ Device drivers for Ethernet and Ethernet-based virtual function devices.
freescale/dpaa2/index
freescale/gianfar
google/gve
+ huawei/hinic
intel/e100
intel/e1000
intel/e1000e
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst
index 9f8230c325af..9bc8ecc79d94 100644
--- a/Documentation/networking/index.rst
+++ b/Documentation/networking/index.rst
@@ -38,7 +38,6 @@ Linux Networking Documentation
nfc
6lowpan
6pack
- altera_tse
arcnet-hardware
arcnet
atm
@@ -62,7 +61,6 @@ Linux Networking Documentation
generic_netlink
gen_stats
gtp
- hinic
ila
ipddp
ip_dynaddr
diff --git a/MAINTAINERS b/MAINTAINERS
index bdde85c12b74..e5a1da603924 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7913,7 +7913,7 @@ HUAWEI ETHERNET DRIVER
M: Bin Luo <luobin9@...wei.com>
L: netdev@...r.kernel.org
S: Supported
-F: Documentation/networking/hinic.rst
+F: Documentation/networking/device_drivers/ethernet/huawei/hinic.rst
F: drivers/net/ethernet/huawei/hinic/
HUGETLB FILESYSTEM
--
2.26.2
Powered by blists - more mailing lists