swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 7089db84e356562f8ba737c29e472cc42d530dbc authored by Linus Torvalds on 12 February 2017, 21:03:20 UTC
Linux 4.10-rc8
Tip revision: 7089db8
index.rst
========================================
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
   dma-buf
   device_link
   message-based
   sound
   frame-buffer
   input
   usb
   spi
   i2c
   hsi
   edac
   miscellaneous
   vme
   80211/index

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
back to top