summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/firmware
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2017-03-31 23:17:00 +0200
committerJonathan Corbet2017-04-02 22:17:43 +0200
commitc7e2c0643d7850ff41a0b24d8c11f2a856bb4537 (patch)
treefa5f1fa5466140cd754bb035d852564a65147ec4 /Documentation/driver-api/firmware
parentkernel-api.rst: make it handle lib/crc32.c (diff)
downloadkernel-qcow2-linux-c7e2c0643d7850ff41a0b24d8c11f2a856bb4537.tar.gz
kernel-qcow2-linux-c7e2c0643d7850ff41a0b24d8c11f2a856bb4537.tar.xz
kernel-qcow2-linux-c7e2c0643d7850ff41a0b24d8c11f2a856bb4537.zip
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>
Diffstat (limited to 'Documentation/driver-api/firmware')
-rw-r--r--Documentation/driver-api/firmware/index.rst1
-rw-r--r--Documentation/driver-api/firmware/other_interfaces.rst15
2 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/driver-api/firmware/index.rst b/Documentation/driver-api/firmware/index.rst
index 1abe01793031..29da39ec4b8a 100644
--- a/Documentation/driver-api/firmware/index.rst
+++ b/Documentation/driver-api/firmware/index.rst
@@ -7,6 +7,7 @@ Linux Firmware API
introduction
core
request_firmware
+ other_interfaces
.. only:: subproject and html
diff --git a/Documentation/driver-api/firmware/other_interfaces.rst b/Documentation/driver-api/firmware/other_interfaces.rst
new file mode 100644
index 000000000000..36c47b1e9824
--- /dev/null
+++ b/Documentation/driver-api/firmware/other_interfaces.rst
@@ -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:
+