]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/core-api/device_link: Add initial documentation
authorLukas Wunner <lukas@wunner.de>
Sun, 4 Dec 2016 12:10:04 +0000 (13:10 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 5 Dec 2016 21:14:55 +0000 (14:14 -0700)
commite9f2d12eff24d67bc8ac836c2b1213d2d1430a2f
tree8a4ce76c40629c9bc20cf21daf95ce6eeab03ef6
parent7cb463aaa1ecacda2ac8b7c1cbd4af8bc222dd3d
Documentation/core-api/device_link: Add initial documentation

Document device links as introduced in v4.10 with commits:
    4bdb35506b89 ("driver core: Add a wrapper around
                   __device_release_driver()")
    9ed9895370ae ("driver core: Functional dependencies tracking
                   support")
    8c73b4288496 ("PM / sleep: Make async suspend/resume of devices use
                   device links")
    21d5c57b3726 ("PM / runtime: Use device links")
    baa8809f6097 ("PM / runtime: Optimize the use of device links")

Signed-off-by: Lukas Wunner <lukas@wunner.de>
[ jc: Moved from core-api to driver-api ]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/device_link.rst [new file with mode: 0644]
Documentation/driver-api/index.rst