projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
292defd
)
doc: driver-model: there is no UCLASS_ETHERNET
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 26 Feb 2020 19:18:54 +0000
(20:18 +0100)
committer
Simon Glass
<sjg@chromium.org>
Thu, 16 Apr 2020 14:07:58 +0000
(08:07 -0600)
%s/UCLASS_ETHERNET/UCLASS_ETH/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/driver-model/design.rst
patch
|
blob
|
history
diff --git
a/doc/driver-model/design.rst
b/doc/driver-model/design.rst
index 5247ecc2768aedb2e78073fae4a3ccff46d35bbc..e37b51bf439c05fd7eea88da5a0ed1bed8ce5134 100644
(file)
--- a/
doc/driver-model/design.rst
+++ b/
doc/driver-model/design.rst
@@
-579,7
+579,7
@@
a USB bus with several devices attached to it, each from a different (made
up) uclass::
xhci_usb (UCLASS_USB)
- eth (UCLASS_ETH
ERNET
)
+ eth (UCLASS_ETH)
camera (UCLASS_CAMERA)
flash (UCLASS_FLASH_STORAGE)