From: Simon Glass Date: Thu, 18 Mar 2021 07:25:12 +0000 (+1300) Subject: doc: Move driver model docs under develop/ X-Git-Tag: v2021.10~246^2~4^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ce319133b2364e3283c3cde7a269681ff8431af;p=platform%2Fkernel%2Fu-boot.git doc: Move driver model docs under develop/ These docs are useful for developers, not users. Move them under that section. Suggested-by: Heinrich Schuchardt Signed-off-by: Simon Glass --- diff --git a/doc/driver-model/bind.rst b/doc/develop/driver-model/bind.rst similarity index 100% rename from doc/driver-model/bind.rst rename to doc/develop/driver-model/bind.rst diff --git a/doc/driver-model/debugging.rst b/doc/develop/driver-model/debugging.rst similarity index 100% rename from doc/driver-model/debugging.rst rename to doc/develop/driver-model/debugging.rst diff --git a/doc/driver-model/design.rst b/doc/develop/driver-model/design.rst similarity index 100% rename from doc/driver-model/design.rst rename to doc/develop/driver-model/design.rst diff --git a/doc/driver-model/ethernet.rst b/doc/develop/driver-model/ethernet.rst similarity index 100% rename from doc/driver-model/ethernet.rst rename to doc/develop/driver-model/ethernet.rst diff --git a/doc/driver-model/fdt-fixup.rst b/doc/develop/driver-model/fdt-fixup.rst similarity index 100% rename from doc/driver-model/fdt-fixup.rst rename to doc/develop/driver-model/fdt-fixup.rst diff --git a/doc/driver-model/fs_firmware_loader.rst b/doc/develop/driver-model/fs_firmware_loader.rst similarity index 100% rename from doc/driver-model/fs_firmware_loader.rst rename to doc/develop/driver-model/fs_firmware_loader.rst diff --git a/doc/driver-model/i2c-howto.rst b/doc/develop/driver-model/i2c-howto.rst similarity index 100% rename from doc/driver-model/i2c-howto.rst rename to doc/develop/driver-model/i2c-howto.rst diff --git a/doc/driver-model/index.rst b/doc/develop/driver-model/index.rst similarity index 68% rename from doc/driver-model/index.rst rename to doc/develop/driver-model/index.rst index c9faf0a..fd4575d 100644 --- a/doc/driver-model/index.rst +++ b/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 diff --git a/doc/driver-model/livetree.rst b/doc/develop/driver-model/livetree.rst similarity index 100% rename from doc/driver-model/livetree.rst rename to doc/develop/driver-model/livetree.rst diff --git a/doc/driver-model/migration.rst b/doc/develop/driver-model/migration.rst similarity index 100% rename from doc/driver-model/migration.rst rename to doc/develop/driver-model/migration.rst diff --git a/doc/driver-model/of-plat.rst b/doc/develop/driver-model/of-plat.rst similarity index 100% rename from doc/driver-model/of-plat.rst rename to doc/develop/driver-model/of-plat.rst diff --git a/doc/driver-model/pci-info.rst b/doc/develop/driver-model/pci-info.rst similarity index 100% rename from doc/driver-model/pci-info.rst rename to doc/develop/driver-model/pci-info.rst diff --git a/doc/driver-model/pmic-framework.rst b/doc/develop/driver-model/pmic-framework.rst similarity index 100% rename from doc/driver-model/pmic-framework.rst rename to doc/develop/driver-model/pmic-framework.rst diff --git a/doc/driver-model/remoteproc-framework.rst b/doc/develop/driver-model/remoteproc-framework.rst similarity index 100% rename from doc/driver-model/remoteproc-framework.rst rename to doc/develop/driver-model/remoteproc-framework.rst diff --git a/doc/driver-model/serial-howto.rst b/doc/develop/driver-model/serial-howto.rst similarity index 100% rename from doc/driver-model/serial-howto.rst rename to doc/develop/driver-model/serial-howto.rst diff --git a/doc/driver-model/soc-framework.rst b/doc/develop/driver-model/soc-framework.rst similarity index 100% rename from doc/driver-model/soc-framework.rst rename to doc/develop/driver-model/soc-framework.rst diff --git a/doc/driver-model/spi-howto.rst b/doc/develop/driver-model/spi-howto.rst similarity index 100% rename from doc/driver-model/spi-howto.rst rename to doc/develop/driver-model/spi-howto.rst diff --git a/doc/driver-model/usb-info.rst b/doc/develop/driver-model/usb-info.rst similarity index 100% rename from doc/driver-model/usb-info.rst rename to doc/develop/driver-model/usb-info.rst diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 84914bb..444df67 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -10,6 +10,7 @@ Implementation :maxdepth: 1 commands + driver-model/index global_data logging menus diff --git a/doc/index.rst b/doc/index.rst index 3669638..f7aada9 100644 --- a/doc/index.rst +++ b/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 ------------------------