a92b63822d
Add the I3C documentation describing the protocol, the master driver API and the device driver API. Change-Id: I474f18bf8f904bb469ab10be482927927f8d16c7 Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Git-commit: bd360e8175f4e07418a8427786dfaf9d42867e71 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Signed-off-by: Alok Chauhan <alokc@codeaurora.org>
63 lines
1 KiB
ReStructuredText
63 lines
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
|
|
message-based
|
|
sound
|
|
frame-buffer
|
|
regulator
|
|
iio/index
|
|
input
|
|
usb/index
|
|
pci
|
|
spi
|
|
i2c
|
|
i3c/index
|
|
hsi
|
|
edac
|
|
scsi
|
|
libata
|
|
target
|
|
mtdnand
|
|
miscellaneous
|
|
w1
|
|
rapidio
|
|
s390-drivers
|
|
vme
|
|
80211/index
|
|
uio-howto
|
|
firmware/index
|
|
pinctl
|
|
gpio/index
|
|
misc_devices
|
|
dmaengine/index
|
|
slimbus
|
|
soundwire/index
|
|
fpga/index
|
|
|
|
.. only:: subproject and html
|
|
|
|
Indices
|
|
=======
|
|
|
|
* :ref:`genindex`
|