Skip to content

Commit

Permalink
Documentation: add Linux ACPI to Sphinx TOC tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Changbin Du authored and Rafael J. Wysocki committed Apr 25, 2019
1 parent 4d720e2 commit 680e6ff
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/admin-guide/acpi/index.rst
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions Documentation/admin-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ configure specific aspects of kernel behavior to your liking.
LSM/index
mm/index
perf-security
acpi/index

.. only:: subproject and html

Expand Down
7 changes: 7 additions & 0 deletions Documentation/driver-api/acpi/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
============
ACPI Support
============

.. toctree::
:maxdepth: 2

1 change: 1 addition & 0 deletions Documentation/driver-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ available subsections can be seen below.
slimbus
soundwire/index
fpga/index
acpi/index

.. only:: subproject and html

Expand Down
9 changes: 9 additions & 0 deletions Documentation/firmware-guide/acpi/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0
============
ACPI Support
============

.. toctree::
:maxdepth: 1

13 changes: 13 additions & 0 deletions Documentation/firmware-guide/index.rst
Original file line number Diff line number Diff line change
@@ -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

10 changes: 10 additions & 0 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ trying to get it to work optimally on a given system.

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
-----------------------------------

Expand Down

0 comments on commit 680e6ff

Please sign in to comment.