Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2728b2d2 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by Jonathan Corbet
Browse files

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: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 4d29b2e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@ available subsections can be seen below.


   basics
   basics
   infrastructure
   infrastructure
   pm/index
   device-io
   device-io
   dma-buf
   dma-buf
   device_link
   device_link
+10 −0
Original line number Original line Diff line number Diff line
# -*- coding: utf-8; mode: python -*-

project = "Device Power Management"

tags.add("subproject")

latex_documents = [
    ('index', 'pm.tex', project,
     'The kernel development community', 'manual'),
]
+356 −340

File changed and moved.

Preview size limit exceeded, changes collapsed.

+15 −0
Original line number Original line Diff line number Diff line
=======================
Device Power Management
=======================

.. toctree::

   devices
   types

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
+5 −0
Original line number Original line Diff line number Diff line
==================================
Device Power Management Data Types
==================================

.. kernel-doc:: include/linux/pm.h
Loading