projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6704c7
)
doc: driver-model: there is no UCLASS_SATA
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 20 May 2020 21:27:27 +0000
(23:27 +0200)
committer
Simon Glass
<sjg@chromium.org>
Fri, 12 Jun 2020 02:52:11 +0000
(20:52 -0600)
%s/UCLASS_SATA/UCLASS_AHCI/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 635effcef6827b69442c53bd418037762e6b9a4f..9e9272777d45ab23b1a70b32e4a8a64bf529ed53 100644
(file)
--- a/
doc/driver-model/design.rst
+++ b/
doc/driver-model/design.rst
@@
-613,7
+613,7
@@
be connected on a SATA bus or standalone with no bus::
xhci_usb (UCLASS_USB)
flash (UCLASS_FLASH_STORAGE) - parent data/methods defined by USB bus
- sata (UCLASS_
SATA
)
+ sata (UCLASS_
AHCI
)
flash (UCLASS_FLASH_STORAGE) - parent data/methods defined by SATA bus
flash (UCLASS_FLASH_STORAGE) - no parent data/methods (not on a bus)