All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: driver-model: there is no UCLASS_ETHERNET
@ 2020-02-26 19:18 Heinrich Schuchardt
  2020-02-27 23:40 ` Simon Glass
  2020-03-14 20:33 ` sjg at google.com
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2020-02-26 19:18 UTC (permalink / raw)
  To: u-boot

%s/UCLASS_ETHERNET/UCLASS_ETH/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
Resenct cc u-boot at lists.denx.de
---
 doc/driver-model/design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/driver-model/design.rst b/doc/driver-model/design.rst
index 5247ecc276..e37b51bf43 100644
--- 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_ETHERNET)
+      eth (UCLASS_ETH)
       camera (UCLASS_CAMERA)
       flash (UCLASS_FLASH_STORAGE)

--
2.25.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 1/1] doc: driver-model: there is no UCLASS_ETHERNET
  2020-02-26 19:18 [PATCH 1/1] doc: driver-model: there is no UCLASS_ETHERNET Heinrich Schuchardt
@ 2020-02-27 23:40 ` Simon Glass
  2020-03-14 20:33 ` sjg at google.com
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2020-02-27 23:40 UTC (permalink / raw)
  To: u-boot

On Wed, 26 Feb 2020 at 11:19, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> %s/UCLASS_ETHERNET/UCLASS_ETH/g
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> Resenct cc u-boot at lists.denx.de
> ---
>  doc/driver-model/design.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] doc: driver-model: there is no UCLASS_ETHERNET
  2020-02-26 19:18 [PATCH 1/1] doc: driver-model: there is no UCLASS_ETHERNET Heinrich Schuchardt
  2020-02-27 23:40 ` Simon Glass
@ 2020-03-14 20:33 ` sjg at google.com
  1 sibling, 0 replies; 3+ messages in thread
From: sjg at google.com @ 2020-03-14 20:33 UTC (permalink / raw)
  To: u-boot

On Wed, 26 Feb 2020 at 11:19, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> %s/UCLASS_ETHERNET/UCLASS_ETH/g
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> Resenct cc u-boot at lists.denx.de
> ---
>  doc/driver-model/design.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm/next, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-14 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-26 19:18 [PATCH 1/1] doc: driver-model: there is no UCLASS_ETHERNET Heinrich Schuchardt
2020-02-27 23:40 ` Simon Glass
2020-03-14 20:33 ` sjg at google.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.