summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/index.rst
blob: b50c41011e47c542d03f776fc7db3642e9231ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
========================================
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
   message-based
   sound
   frame-buffer
   input
   serial-interfaces
   miscellaneous