You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
PM / core / docs: Convert sleep states API document to reST
Move the document describing the system sleep state transitions API for devices to Documentation/driver-api/pm/, convert it to reST and update it to use current terminology. Also remove the remaining reference to the old version of it from pm.h. The new document still contains references to some documents in the .txt format that will be converted later. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
committed by
Jonathan Corbet
parent
4d29b2e5ad
commit
2728b2d2e5
@@ -16,6 +16,7 @@ available subsections can be seen below.
|
||||
|
||||
basics
|
||||
infrastructure
|
||||
pm/index
|
||||
device-io
|
||||
dma-buf
|
||||
device_link
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
project = "Device Power Management"
|
||||
|
||||
tags.add("subproject")
|
||||
|
||||
latex_documents = [
|
||||
('index', 'pm.tex', project,
|
||||
'The kernel development community', 'manual'),
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,15 @@
|
||||
=======================
|
||||
Device Power Management
|
||||
=======================
|
||||
|
||||
.. toctree::
|
||||
|
||||
devices
|
||||
types
|
||||
|
||||
.. only:: subproject and html
|
||||
|
||||
Indices
|
||||
=======
|
||||
|
||||
* :ref:`genindex`
|
||||
@@ -0,0 +1,5 @@
|
||||
==================================
|
||||
Device Power Management Data Types
|
||||
==================================
|
||||
|
||||
.. kernel-doc:: include/linux/pm.h
|
||||
Reference in New Issue
Block a user