Skip to content

Commit b255e50

Browse files
Jakub Kicinskidavem330
authored andcommitted
net: documentation: build a directory structure for drivers
Documentation/networking/ is full of cryptically named files with driver documentation. This makes finding interesting information at a glance really hard. Move all those files into a directory called device_drivers (since not all drivers are for device) and fix up references. RFC v0.1 -> RFC v1: - also add .txt suffix to the files which are missing it (Quentin) Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Acked-by: David Ahern <dsahern@gmail.com> Acked-by: Henrik Austad <henrik@austad.us> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent a74f0fa commit b255e50

File tree

58 files changed

+71
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+71
-66
lines changed

Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ such as network interfaces, crypto accelerator instances, L2 switches,
1010
etc.
1111

1212
For an overview of the DPAA2 architecture and fsl-mc bus see:
13-
Documentation/networking/dpaa2/overview.rst
13+
Documentation/networking/device_drivers/freescale/dpaa2/overview.rst
1414

1515
As described in the above overview, all DPAA2 objects in a DPRC share the
1616
same hardware "isolation context" and a 10-bit value called an ICID

Documentation/networking/vortex.txt renamed to Documentation/networking/device_drivers/3com/vortex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Documentation/networking/vortex.txt
1+
Documentation/networking/device_drivers/3com/vortex.txt
22
Andrew Morton
33
30 April 2000
44

0 commit comments

Comments
 (0)