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:

committed by
Jonathan Corbet

parent
61c8830bc1
commit
c7e2c0643d
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:
|
Reference in New Issue
Block a user