Documentation: add Linux ACPI to Sphinx TOC tree
Add below index.rst files for ACPI subsystem. More docs will be added later. o admin-guide/acpi/index.rst o driver-api/acpi/index.rst o firmware-guide/index.rst Signed-off-by: Changbin Du <changbin.du@gmail.com> Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Родитель
4d720e2a8c
Коммит
680e6ffa15
|
@ -0,0 +1,10 @@
|
||||||
|
============
|
||||||
|
ACPI Support
|
||||||
|
============
|
||||||
|
|
||||||
|
Here we document in detail how to interact with various mechanisms in
|
||||||
|
the Linux ACPI support.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
|
@ -77,6 +77,7 @@ configure specific aspects of kernel behavior to your liking.
|
||||||
LSM/index
|
LSM/index
|
||||||
mm/index
|
mm/index
|
||||||
perf-security
|
perf-security
|
||||||
|
acpi/index
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
============
|
||||||
|
ACPI Support
|
||||||
|
============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
|
@ -56,6 +56,7 @@ available subsections can be seen below.
|
||||||
slimbus
|
slimbus
|
||||||
soundwire/index
|
soundwire/index
|
||||||
fpga/index
|
fpga/index
|
||||||
|
acpi/index
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
============
|
||||||
|
ACPI Support
|
||||||
|
============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
===============================
|
||||||
|
The Linux kernel firmware guide
|
||||||
|
===============================
|
||||||
|
|
||||||
|
This section describes the ACPI subsystem in Linux from firmware perspective.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
acpi/index
|
||||||
|
|
|
@ -35,6 +35,16 @@ trying to get it to work optimally on a given system.
|
||||||
|
|
||||||
admin-guide/index
|
admin-guide/index
|
||||||
|
|
||||||
|
Firmware-related documentation
|
||||||
|
------------------------------
|
||||||
|
The following holds information on the kernel's expectations regarding the
|
||||||
|
platform firmwares.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
firmware-guide/index
|
||||||
|
|
||||||
Application-developer documentation
|
Application-developer documentation
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче