https://github.com/torvalds/linux
Raw File
Tip revision: 30a7acd573899fd8b8ac39236eff6468b195ac7d authored by Linus Torvalds on 31 December 2017, 22:47:43 UTC
Linux 4.15-rc6
Tip revision: 30a7acd
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
   pm/index
   device-io
   dma-buf
   device_link
   message-based
   sound
   frame-buffer
   regulator
   iio/index
   input
   usb/index
   pci
   spi
   i2c
   hsi
   edac
   scsi
   libata
   mtdnand
   miscellaneous
   w1
   rapidio
   s390-drivers
   vme
   80211/index
   uio-howto
   firmware/index
   pinctl
   gpio
   misc_devices
   dmaengine/index

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
back to top