[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230722113253.1545231-1-costa.shul@redhat.com>
Date: Sat, 22 Jul 2023 14:32:53 +0300
From: Costa Shulyupin <costa.shul@...hat.com>
To: Jonathan Corbet <corbet@....net>,
linux-doc@...r.kernel.org (open list:DOCUMENTATION),
linux-kernel@...r.kernel.org (open list)
Cc: Costa Shulyupin <costa.shul@...hat.com>
Subject: [PATCH v2 2/3] docs: consolidate peripheral interfaces
to make page Subsystems APIs more organized as requested
Changes:
v2: added pcmcia and subtitle
Signed-off-by: Costa Shulyupin <costa.shul@...hat.com>
---
Alternative consolidation of buses look more challenging.
Here are too many buses, so them should be split again.
Many of buses are specific for only x86 or only embedded computers.
Is SCSI generic bus or storage bus?
---
Documentation/subsystem-apis.rst | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
index 90a0535a932a..5ace1c434977 100644
--- a/Documentation/subsystem-apis.rst
+++ b/Documentation/subsystem-apis.rst
@@ -48,6 +48,20 @@ Networking interfaces
isdn/index
mhi/index
+Peripheral interfaces
+----------------------
+
+except specific networking and storage interfaces
+
+.. toctree::
+ :maxdepth: 1
+
+ usb/index
+ PCI/index
+ hwmon/index
+ leds/index
+ pcmcia/index
+
Storage interfaces
------------------
@@ -70,19 +84,14 @@ Storage interfaces
fpga/index
i2c/index
iio/index
- leds/index
- pcmcia/index
spi/index
w1/index
watchdog/index
virt/index
- hwmon/index
accel/index
security/index
crypto/index
bpf/index
- usb/index
- PCI/index
misc-devices/index
peci/index
wmi/index
--
2.41.0
Powered by blists - more mailing lists