Commit 132db935 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller
Browse files

docs: networking: reorganize driver documentation again



Organize driver documentation by device type. Most documents
have fairly verbose yet uninformative names, so let users
first select a well defined device type, and then search for
a particular driver.

While at it rename the section from Vendor drivers to
Hardware drivers. This seems more accurate, besides people
sometimes refer to out-of-tree drivers as vendor drivers.

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Acked-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Acked-by: default avatarShannon Nelson <snelson@pensando.io>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ab696fa7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ such as network interfaces, crypto accelerator instances, L2 switches,
etc.
etc.


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


As described in the above overview, all DPAA2 objects in a DPRC share the
As described in the above overview, all DPAA2 objects in a DPRC share the
same hardware "isolation context" and a 10-bit value called an ICID
same hardware "isolation context" and a 10-bit value called an ICID
+18 −0
Original line number Original line Diff line number Diff line
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)

Cable Modem Device Drivers
==========================

Contents:

.. toctree::
   :maxdepth: 2

   sb1000

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
+18 −0
Original line number Original line Diff line number Diff line
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)

Cellular Modem Device Drivers
=============================

Contents:

.. toctree::
   :maxdepth: 2

   qualcomm/rmnet

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
Loading