[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220107081306.3681899-2-dario.binacchi@amarulasolutions.com>
Date: Fri, 7 Jan 2022 09:13:05 +0100
From: Dario Binacchi <dario.binacchi@...rulasolutions.com>
To: linux-kernel@...r.kernel.org
Cc: Marc Kleine-Budde <mkl@...gutronix.de>, linux-can@...r.kernel.org,
Dario Binacchi <dario.binacchi@...rulasolutions.com>,
Coiby Xu <coiby.xu@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jakub Kicinski <kuba@...nel.org>,
Jonathan Corbet <corbet@....net>,
M Chetan Kumar <m.chetan.kumar@...el.com>,
linux-doc@...r.kernel.org, netdev@...r.kernel.org
Subject: [RFC PATCH 1/2] docs: networking: device drivers: add can sub-folder
Add the container for CAN drivers documentation.
Signed-off-by: Dario Binacchi <dario.binacchi@...rulasolutions.com>
---
.../networking/device_drivers/can/index.rst | 18 ++++++++++++++++++
.../networking/device_drivers/index.rst | 1 +
2 files changed, 19 insertions(+)
create mode 100644 Documentation/networking/device_drivers/can/index.rst
diff --git a/Documentation/networking/device_drivers/can/index.rst b/Documentation/networking/device_drivers/can/index.rst
new file mode 100644
index 000000000000..218276818968
--- /dev/null
+++ b/Documentation/networking/device_drivers/can/index.rst
@@ -0,0 +1,18 @@
+.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+
+Controller Area Network (CAN) Device Drivers
+============================================
+
+Device drivers for CAN devices.
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+.. only:: subproject and html
+
+ Indices
+ =======
+
+ * :ref:`genindex`
diff --git a/Documentation/networking/device_drivers/index.rst b/Documentation/networking/device_drivers/index.rst
index 3a5a1d46e77e..5f5cfdb2a300 100644
--- a/Documentation/networking/device_drivers/index.rst
+++ b/Documentation/networking/device_drivers/index.rst
@@ -11,6 +11,7 @@ Contents:
appletalk/index
atm/index
cable/index
+ can/index
cellular/index
ethernet/index
fddi/index
--
2.32.0
Powered by blists - more mailing lists