Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
c7e2c064 61c8830b

+73 -72
-72
Documentation/core-api/kernel-api.rst
··· 228 228 .. kernel-doc:: arch/x86/kernel/cpu/mtrr/main.c 229 229 :export: 230 230 231 - PCI Support Library 232 - ------------------- 233 - 234 - .. kernel-doc:: drivers/pci/pci.c 235 - :export: 236 - 237 - .. kernel-doc:: drivers/pci/pci-driver.c 238 - :export: 239 - 240 - .. kernel-doc:: drivers/pci/remove.c 241 - :export: 242 - 243 - .. kernel-doc:: drivers/pci/search.c 244 - :export: 245 - 246 - .. kernel-doc:: drivers/pci/msi.c 247 - :export: 248 - 249 - .. kernel-doc:: drivers/pci/bus.c 250 - :export: 251 - 252 - .. kernel-doc:: drivers/pci/access.c 253 - :export: 254 - 255 - .. kernel-doc:: drivers/pci/irq.c 256 - :export: 257 - 258 - .. kernel-doc:: drivers/pci/htirq.c 259 - :export: 260 - 261 - .. kernel-doc:: drivers/pci/probe.c 262 - :export: 263 - 264 - .. kernel-doc:: drivers/pci/slot.c 265 - :export: 266 - 267 - .. kernel-doc:: drivers/pci/rom.c 268 - :export: 269 - 270 - .. kernel-doc:: drivers/pci/iov.c 271 - :export: 272 - 273 - .. kernel-doc:: drivers/pci/pci-sysfs.c 274 - :internal: 275 - 276 - PCI Hotplug Support Library 277 - --------------------------- 278 - 279 - .. kernel-doc:: drivers/pci/hotplug/pci_hotplug_core.c 280 - :export: 281 - 282 - Firmware Interfaces 283 - =================== 284 - 285 - DMI Interfaces 286 - -------------- 287 - 288 - .. kernel-doc:: drivers/firmware/dmi_scan.c 289 - :export: 290 - 291 - EDD Interfaces 292 - -------------- 293 - 294 - .. kernel-doc:: drivers/firmware/edd.c 295 - :internal: 296 - 297 231 Security Framework 298 232 ================== 299 233 ··· 304 370 ============ 305 371 306 372 .. kernel-doc:: fs/char_dev.c 307 - :export: 308 - 309 - Miscellaneous Devices 310 - ===================== 311 - 312 - .. kernel-doc:: drivers/char/misc.c 313 373 :export: 314 374 315 375 Clock Framework
+1
Documentation/driver-api/firmware/index.rst
··· 7 7 introduction 8 8 core 9 9 request_firmware 10 + other_interfaces 10 11 11 12 .. only:: subproject and html 12 13
+15
Documentation/driver-api/firmware/other_interfaces.rst
··· 1 + Other Firmware Interfaces 2 + ========================= 3 + 4 + DMI Interfaces 5 + -------------- 6 + 7 + .. kernel-doc:: drivers/firmware/dmi_scan.c 8 + :export: 9 + 10 + EDD Interfaces 11 + -------------- 12 + 13 + .. kernel-doc:: drivers/firmware/edd.c 14 + :internal: 15 +
+2
Documentation/driver-api/index.rst
··· 27 27 iio/index 28 28 input 29 29 usb 30 + pci 30 31 spi 31 32 i2c 32 33 hsi ··· 37 36 80211/index 38 37 uio-howto 39 38 firmware/index 39 + misc_devices 40 40 41 41 .. only:: subproject and html 42 42
+5
Documentation/driver-api/misc_devices.rst
··· 1 + Miscellaneous Devices 2 + ===================== 3 + 4 + .. kernel-doc:: drivers/char/misc.c 5 + :export:
+50
Documentation/driver-api/pci.rst
··· 1 + PCI Support Library 2 + ------------------- 3 + 4 + .. kernel-doc:: drivers/pci/pci.c 5 + :export: 6 + 7 + .. kernel-doc:: drivers/pci/pci-driver.c 8 + :export: 9 + 10 + .. kernel-doc:: drivers/pci/remove.c 11 + :export: 12 + 13 + .. kernel-doc:: drivers/pci/search.c 14 + :export: 15 + 16 + .. kernel-doc:: drivers/pci/msi.c 17 + :export: 18 + 19 + .. kernel-doc:: drivers/pci/bus.c 20 + :export: 21 + 22 + .. kernel-doc:: drivers/pci/access.c 23 + :export: 24 + 25 + .. kernel-doc:: drivers/pci/irq.c 26 + :export: 27 + 28 + .. kernel-doc:: drivers/pci/htirq.c 29 + :export: 30 + 31 + .. kernel-doc:: drivers/pci/probe.c 32 + :export: 33 + 34 + .. kernel-doc:: drivers/pci/slot.c 35 + :export: 36 + 37 + .. kernel-doc:: drivers/pci/rom.c 38 + :export: 39 + 40 + .. kernel-doc:: drivers/pci/iov.c 41 + :export: 42 + 43 + .. kernel-doc:: drivers/pci/pci-sysfs.c 44 + :internal: 45 + 46 + PCI Hotplug Support Library 47 + --------------------------- 48 + 49 + .. kernel-doc:: drivers/pci/hotplug/pci_hotplug_core.c 50 + :export: