diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:30 +0000 |
commit | 76cb841cb886eef6b3bee341a2266c76578724ad (patch) | |
tree | f5892e5ba6cc11949952a6ce4ecbe6d516d6ce58 /Documentation/driver-api/index.rst | |
parent | Initial commit. (diff) | |
download | linux-76cb841cb886eef6b3bee341a2266c76578724ad.tar.xz linux-76cb841cb886eef6b3bee341a2266c76578724ad.zip |
Adding upstream version 4.19.249.upstream/4.19.249upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/driver-api/index.rst | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst new file mode 100644 index 000000000..6d9f2f9fe --- /dev/null +++ b/Documentation/driver-api/index.rst @@ -0,0 +1,62 @@ +======================================== +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 + 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` |