mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
docs-rst: core_api: move driver-specific stuff to drivers_api
There are several stuff there that are actually driver-specific. Move those to the driver_api book. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
61c8830bc1
commit
c7e2c0643d
@ -228,72 +228,6 @@ MTRR Handling
|
|||||||
.. kernel-doc:: arch/x86/kernel/cpu/mtrr/main.c
|
.. kernel-doc:: arch/x86/kernel/cpu/mtrr/main.c
|
||||||
:export:
|
:export:
|
||||||
|
|
||||||
PCI Support Library
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/pci.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/pci-driver.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/remove.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/search.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/msi.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/bus.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/access.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/irq.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/htirq.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/probe.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/slot.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/rom.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/iov.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/pci-sysfs.c
|
|
||||||
:internal:
|
|
||||||
|
|
||||||
PCI Hotplug Support Library
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/pci/hotplug/pci_hotplug_core.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
Firmware Interfaces
|
|
||||||
===================
|
|
||||||
|
|
||||||
DMI Interfaces
|
|
||||||
--------------
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/firmware/dmi_scan.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
EDD Interfaces
|
|
||||||
--------------
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/firmware/edd.c
|
|
||||||
:internal:
|
|
||||||
|
|
||||||
Security Framework
|
Security Framework
|
||||||
==================
|
==================
|
||||||
|
|
||||||
@ -372,12 +306,6 @@ Char devices
|
|||||||
.. kernel-doc:: fs/char_dev.c
|
.. kernel-doc:: fs/char_dev.c
|
||||||
:export:
|
:export:
|
||||||
|
|
||||||
Miscellaneous Devices
|
|
||||||
=====================
|
|
||||||
|
|
||||||
.. kernel-doc:: drivers/char/misc.c
|
|
||||||
:export:
|
|
||||||
|
|
||||||
Clock Framework
|
Clock Framework
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ Linux Firmware API
|
|||||||
introduction
|
introduction
|
||||||
core
|
core
|
||||||
request_firmware
|
request_firmware
|
||||||
|
other_interfaces
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
15
Documentation/driver-api/firmware/other_interfaces.rst
Normal file
15
Documentation/driver-api/firmware/other_interfaces.rst
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Other Firmware Interfaces
|
||||||
|
=========================
|
||||||
|
|
||||||
|
DMI Interfaces
|
||||||
|
--------------
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/firmware/dmi_scan.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
EDD Interfaces
|
||||||
|
--------------
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/firmware/edd.c
|
||||||
|
:internal:
|
||||||
|
|
@ -27,6 +27,7 @@ available subsections can be seen below.
|
|||||||
iio/index
|
iio/index
|
||||||
input
|
input
|
||||||
usb
|
usb
|
||||||
|
pci
|
||||||
spi
|
spi
|
||||||
i2c
|
i2c
|
||||||
hsi
|
hsi
|
||||||
@ -36,6 +37,7 @@ available subsections can be seen below.
|
|||||||
80211/index
|
80211/index
|
||||||
uio-howto
|
uio-howto
|
||||||
firmware/index
|
firmware/index
|
||||||
|
misc_devices
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
5
Documentation/driver-api/misc_devices.rst
Normal file
5
Documentation/driver-api/misc_devices.rst
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Miscellaneous Devices
|
||||||
|
=====================
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/char/misc.c
|
||||||
|
:export:
|
50
Documentation/driver-api/pci.rst
Normal file
50
Documentation/driver-api/pci.rst
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
PCI Support Library
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/pci.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/pci-driver.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/remove.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/search.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/msi.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/bus.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/access.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/irq.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/htirq.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/probe.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/slot.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/rom.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/iov.c
|
||||||
|
:export:
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/pci-sysfs.c
|
||||||
|
:internal:
|
||||||
|
|
||||||
|
PCI Hotplug Support Library
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
.. kernel-doc:: drivers/pci/hotplug/pci_hotplug_core.c
|
||||||
|
:export:
|
Loading…
Reference in New Issue
Block a user