Browse Source

doc: Move driver model docs under develop/

These docs are useful for developers, not users. Move them under that
section.

Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 3 years ago
parent
commit
5ce319133b

+ 0 - 0
doc/driver-model/bind.rst → doc/develop/driver-model/bind.rst


+ 0 - 0
doc/driver-model/debugging.rst → doc/develop/driver-model/debugging.rst


+ 0 - 0
doc/driver-model/design.rst → doc/develop/driver-model/design.rst


+ 0 - 0
doc/driver-model/ethernet.rst → doc/develop/driver-model/ethernet.rst


+ 0 - 0
doc/driver-model/fdt-fixup.rst → doc/develop/driver-model/fdt-fixup.rst


+ 0 - 0
doc/driver-model/fs_firmware_loader.rst → doc/develop/driver-model/fs_firmware_loader.rst


+ 0 - 0
doc/driver-model/i2c-howto.rst → doc/develop/driver-model/i2c-howto.rst


+ 4 - 0
doc/driver-model/index.rst → doc/develop/driver-model/index.rst

@@ -3,6 +3,10 @@
 Driver Model
 ============
 
+The following holds information on the U-Boot device driver framework:
+driver-model, including the design details of itself and several driver
+subsystems
+
 .. toctree::
    :maxdepth: 2
 

+ 0 - 0
doc/driver-model/livetree.rst → doc/develop/driver-model/livetree.rst


+ 0 - 0
doc/driver-model/migration.rst → doc/develop/driver-model/migration.rst


+ 0 - 0
doc/driver-model/of-plat.rst → doc/develop/driver-model/of-plat.rst


+ 0 - 0
doc/driver-model/pci-info.rst → doc/develop/driver-model/pci-info.rst


+ 0 - 0
doc/driver-model/pmic-framework.rst → doc/develop/driver-model/pmic-framework.rst


+ 0 - 0
doc/driver-model/remoteproc-framework.rst → doc/develop/driver-model/remoteproc-framework.rst


+ 0 - 0
doc/driver-model/serial-howto.rst → doc/develop/driver-model/serial-howto.rst


+ 0 - 0
doc/driver-model/soc-framework.rst → doc/develop/driver-model/soc-framework.rst


+ 0 - 0
doc/driver-model/spi-howto.rst → doc/develop/driver-model/spi-howto.rst


+ 0 - 0
doc/driver-model/usb-info.rst → doc/develop/driver-model/usb-info.rst


+ 1 - 0
doc/develop/index.rst

@@ -10,6 +10,7 @@ Implementation
    :maxdepth: 1
 
    commands
+   driver-model/index
    global_data
    logging
    menus

+ 0 - 11
doc/index.rst

@@ -38,17 +38,6 @@ want to contribute to U-Boot.
 
    develop/index
 
-Driver-Model documentation
---------------------------
-
-The following holds information on the U-Boot device driver framework:
-driver-model, including the design details of itself and several driver
-subsystems.
-
-.. toctree::
-   :maxdepth: 2
-
-   driver-model/index
 
 U-Boot API documentation
 ------------------------