]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Move driver model docs under develop/
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:25:12 +0000 (20:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:10 +0000 (17:03 +1300)
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>
20 files changed:
doc/develop/driver-model/bind.rst [moved from doc/driver-model/bind.rst with 100% similarity]
doc/develop/driver-model/debugging.rst [moved from doc/driver-model/debugging.rst with 100% similarity]
doc/develop/driver-model/design.rst [moved from doc/driver-model/design.rst with 100% similarity]
doc/develop/driver-model/ethernet.rst [moved from doc/driver-model/ethernet.rst with 100% similarity]
doc/develop/driver-model/fdt-fixup.rst [moved from doc/driver-model/fdt-fixup.rst with 100% similarity]
doc/develop/driver-model/fs_firmware_loader.rst [moved from doc/driver-model/fs_firmware_loader.rst with 100% similarity]
doc/develop/driver-model/i2c-howto.rst [moved from doc/driver-model/i2c-howto.rst with 100% similarity]
doc/develop/driver-model/index.rst [moved from doc/driver-model/index.rst with 68% similarity]
doc/develop/driver-model/livetree.rst [moved from doc/driver-model/livetree.rst with 100% similarity]
doc/develop/driver-model/migration.rst [moved from doc/driver-model/migration.rst with 100% similarity]
doc/develop/driver-model/of-plat.rst [moved from doc/driver-model/of-plat.rst with 100% similarity]
doc/develop/driver-model/pci-info.rst [moved from doc/driver-model/pci-info.rst with 100% similarity]
doc/develop/driver-model/pmic-framework.rst [moved from doc/driver-model/pmic-framework.rst with 100% similarity]
doc/develop/driver-model/remoteproc-framework.rst [moved from doc/driver-model/remoteproc-framework.rst with 100% similarity]
doc/develop/driver-model/serial-howto.rst [moved from doc/driver-model/serial-howto.rst with 100% similarity]
doc/develop/driver-model/soc-framework.rst [moved from doc/driver-model/soc-framework.rst with 100% similarity]
doc/develop/driver-model/spi-howto.rst [moved from doc/driver-model/spi-howto.rst with 100% similarity]
doc/develop/driver-model/usb-info.rst [moved from doc/driver-model/usb-info.rst with 100% similarity]
doc/develop/index.rst
doc/index.rst

similarity index 68%
rename from doc/driver-model/index.rst
rename to doc/develop/driver-model/index.rst
index c9faf0a5910e07c3c1d2388cc19930839641bf8e..fd4575db9b76b5499c69743ec62d4e753499abc8 100644 (file)
@@ -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
 
index 84914bb47bfc42a8d59983a5c8e488f429429b58..444df679578d017f67e7f78511f527f665004613 100644 (file)
@@ -10,6 +10,7 @@ Implementation
    :maxdepth: 1
 
    commands
+   driver-model/index
    global_data
    logging
    menus
index 366963813ace21bd65e4f04c668cd0c5ec8d0092..f7aada966b02d4031b59b430eab095bba195b914 100644 (file)
@@ -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
 ------------------------