summaryrefslogtreecommitdiffstats
path: root/doc/develop/driver-model
Commit message (Collapse)AuthorAgeFilesLines
* doc: develop: Convert README.virtio to reSTBin Meng2021-05-102-0/+288
| | | | | | | This converts the existing README.virtio to reST, and puts it under the develop/driver-model/ directory. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
* dm: core: Document the common error codesSimon Glass2021-04-061-0/+133
| | | | | | | | | Driver model uses quite strong conventions on error codes, but these are currently not clearly documented. Add a description of the commonly used errors. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Sean Anderson <seanga2@gmail.com>
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-291-0/+8
| | | | Prepare v2021.04-rc5
* doc: Move driver model docs under develop/Simon Glass2021-03-2618-0/+4832
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>