
8 May
2020
8 May
'20
3:36 a.m.
On Thu, 30 Apr 2020 at 04:06, Patrice Chotard patrice.chotard@st.com wrote:
Add documentation in doc/drivel-model for the bind/unbind command. Part of this documentation is extracted from original patch commit message: commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a driver from the command line")
Signed-off-by: Patrice Chotard patrice.chotard@st.com
Changes in v4:
- fix make htmldocs error "Title underline too short"
Changes in v3:
- fix typo
- add bind/unbind parameters description and how to find them
Changes in v2: None
doc/driver-model/bind.rst | 49 ++++++++++++++++++++++++++++++++++++++ doc/driver-model/index.rst | 1 + 2 files changed, 50 insertions(+) create mode 100644 doc/driver-model/bind.rst
I'm still a bit unsure why we must specify the driver name.
Reviewed-by: Simon Glass sjg@chromium.org