From: Dario Binacchi <dario.binacchi@amarulasolutions.com>
To: linux-kernel@vger.kernel.org
Cc: Marc Kleine-Budde <mkl@pengutronix.de>,
linux-can@vger.kernel.org,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Coiby Xu <coiby.xu@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jakub Kicinski <kuba@kernel.org>,
Jonathan Corbet <corbet@lwn.net>,
M Chetan Kumar <m.chetan.kumar@intel.com>,
linux-doc@vger.kernel.org, netdev@vger.kernel.org
Subject: [RFC PATCH 1/2] docs: networking: device drivers: add can sub-folder
Date: Fri, 7 Jan 2022 09:13:05 +0100 [thread overview]
Message-ID: <20220107081306.3681899-2-dario.binacchi@amarulasolutions.com> (raw)
In-Reply-To: <20220107081306.3681899-1-dario.binacchi@amarulasolutions.com>
Add the container for CAN drivers documentation.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.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
next prev parent reply other threads:[~2022-01-07 8:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-07 8:13 [RFC PATCH 0/2] Add the first documentation for a CAN driver Dario Binacchi
2022-01-07 8:13 ` Dario Binacchi [this message]
2022-01-07 8:13 ` [RFC PATCH 2/2] docs: networking: device drivers: can: add flexcan Dario Binacchi
2022-01-07 19:20 ` [RFC PATCH 0/2] Add the first documentation for a CAN driver Marc Kleine-Budde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220107081306.3681899-2-dario.binacchi@amarulasolutions.com \
--to=dario.binacchi@amarulasolutions.com \
--cc=coiby.xu@gmail.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=gregkh@linuxfoundation.org \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.chetan.kumar@intel.com \
--cc=mkl@pengutronix.de \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox