Files
linux/Documentation/driver-api/index.rst
Linus Torvalds 92adeb616c Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmi
Pull IPMI updates from Corey Minyard:
 "Some small fixes for various things, nothing huge, mostly found by
  automated tools.

  Plus add a driver that allows Linux to act as an IPMB slave device, so
  it can be a satellite MC in an IPMI network"

* tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmi:
  docs: ipmb: place it at driver-api and convert to ReST
  fix platform_no_drv_owner.cocci warnings
  ipmi: ipmb: don't allocate i2c_client on stack
  ipmi: ipmb: Fix build error while CONFIG_I2C is set to m
  Add support for IPMB driver
  drivers: ipmi: Drop device reference
  ipmi_ssif: fix unexpected driver unregister warning
  ipmi_si: use bool type for initialized variable
  ipmi_si: fix unexpected driver unregister warning
2019-07-13 15:07:02 -07:00

70 lines
1.1 KiB
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
pm/index
clk
device-io
device_connection
dma-buf
device_link
component
message-based
sound
frame-buffer
regulator
iio/index
input
usb/index
firewire
pci/index
spi
i2c
ipmb
i3c/index
hsi
edac
scsi
libata
target
mtdnand
miscellaneous
mei/index
w1
rapidio
s390-drivers
vme
80211/index
uio-howto
firmware/index
pinctl
gpio/index
misc_devices
dmaengine/index
slimbus
soundwire/index
fpga/index
acpi/index
generic-counter
.. only:: subproject and html
Indices
=======
* :ref:`genindex`