mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
The root document usually has a special :ref:`genindex` link to the generated index. This is also the case for Documentation/index.rst. The other index.rst files deeper in the directory hierarchy usually don't. For SPHINXDIRS builds, the root document isn't Documentation/index.rst, but some other index.rst in the hierarchy. Currently they have a ".. only::" block to add the index link when doing SPHINXDIRS html builds. This is obviously very tedious and repetitive. The link is also added to all index.rst files in the hierarchy for SPHINXDIRS builds, not just the root document. Put the boilerplate in a sphinx-includes/subproject-index.rst file, and include it at the end of the root document for subproject builds in an ad-hoc source-read extension defined in conf.py. For now, keep having the boilerplate in translations, because this approach currently doesn't cover translated index link headers. Cc: Jonathan Corbet <corbet@lwn.net> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Tested-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> [jc: did s/doctree/kern_doc_dir/ ] Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260123143149.2024303-1-jani.nikula@intel.com>
151 lines
2.4 KiB
ReStructuredText
151 lines
2.4 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
==============================
|
|
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.
|
|
|
|
|
|
General information for driver authors
|
|
======================================
|
|
|
|
This section contains documentation that should, at some point or other, be
|
|
of interest to most developers working on device drivers.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
basics
|
|
driver-model/index
|
|
device_link
|
|
infrastructure
|
|
ioctl
|
|
pm/index
|
|
|
|
Useful support libraries
|
|
========================
|
|
|
|
This section contains documentation that should, at some point or other, be
|
|
of interest to most developers working on device drivers.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
early-userspace/index
|
|
connector
|
|
device-io
|
|
devfreq
|
|
dma-buf
|
|
component
|
|
io-mapping
|
|
io_ordering
|
|
uio-howto
|
|
vfio-mediated-device
|
|
vfio
|
|
vfio-pci-device-specific-driver-acceptance
|
|
|
|
Bus-level documentation
|
|
=======================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
auxiliary_bus
|
|
cxl/index
|
|
eisa
|
|
firewire
|
|
i3c/index
|
|
isa
|
|
men-chameleon-bus
|
|
pci/index
|
|
rapidio/index
|
|
slimbus
|
|
usb/index
|
|
virtio/index
|
|
vme
|
|
w1
|
|
xillybus
|
|
|
|
|
|
Subsystem-specific APIs
|
|
=======================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
80211/index
|
|
acpi/index
|
|
backlight/lp855x-driver.rst
|
|
clk
|
|
coco/index
|
|
console
|
|
crypto/index
|
|
dmaengine/index
|
|
dpll
|
|
edac
|
|
extcon
|
|
firmware/index
|
|
fpga/index
|
|
frame-buffer
|
|
aperture
|
|
generic-counter
|
|
generic_pt
|
|
gpio/index
|
|
hsi
|
|
hte/index
|
|
hw-recoverable-errors
|
|
i2c
|
|
iio/index
|
|
infiniband
|
|
input
|
|
interconnect
|
|
ipmb
|
|
ipmi
|
|
libata
|
|
mailbox
|
|
md/index
|
|
media/index
|
|
mei/index
|
|
memory-devices/index
|
|
message-based
|
|
misc_devices
|
|
miscellaneous
|
|
mmc/index
|
|
mtd/index
|
|
mtdnand
|
|
nfc/index
|
|
ntb
|
|
nvdimm/index
|
|
nvmem
|
|
parport-lowlevel
|
|
phy/index
|
|
pin-control
|
|
pldmfw/index
|
|
pps
|
|
ptp
|
|
pwm
|
|
pwrseq
|
|
regulator
|
|
reset
|
|
rfkill
|
|
s390-drivers
|
|
scsi
|
|
serial/index
|
|
sm501
|
|
soundwire/index
|
|
spi
|
|
surface_aggregator/index
|
|
switchtec
|
|
sync_file
|
|
target
|
|
tee
|
|
thermal/index
|
|
tty/index
|
|
wbrf
|
|
wmi
|
|
xilinx/index
|
|
zorro
|