forked from Minki/linux
aad800403a
Document device links as introduced in v4.10 with commits:4bdb35506b
("driver core: Add a wrapper around __device_release_driver()")9ed9895370
("driver core: Functional dependencies tracking support")8c73b42884
("PM / sleep: Make async suspend/resume of devices use device links")21d5c57b37
("PM / runtime: Use device links")baa8809f60
("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>
38 lines
705 B
ReStructuredText
38 lines
705 B
ReStructuredText
========================================
|
|
The Linux driver implementer's API guide
|
|
========================================
|
|
|
|
The kernel offers a wide variety of interfaces to support the development
|
|
of device drivers. This document is an only somewhat organized collection
|
|
of some of those interfaces — it will hopefully get better over time! The
|
|
available subsections can be seen below.
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
basics
|
|
infrastructure
|
|
device_link
|
|
message-based
|
|
sound
|
|
frame-buffer
|
|
input
|
|
usb
|
|
spi
|
|
i2c
|
|
hsi
|
|
miscellaneous
|
|
vme
|
|
80211/index
|
|
|
|
.. only:: subproject and html
|
|
|
|
Indices
|
|
=======
|
|
|
|
* :ref:`genindex`
|