linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] dt-binding: usb: add "super-speed-plus"
@ 2020-01-13  6:00 JC Kuo
  2020-01-15 16:05 ` Rob Herring
  2020-02-10 18:58 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: JC Kuo @ 2020-01-13  6:00 UTC (permalink / raw)
  To: gregkh, thierry.reding, robh, jonathanh
  Cc: linux-tegra, linux-kernel, devicetree, linux-usb, felipe.balbi, JC Kuo

This commit adds "super-speed-plus" to valid argument list of
"maximum-speed" property.

Signed-off-by: JC Kuo <jckuo@nvidia.com>
---
 Documentation/devicetree/bindings/usb/generic.txt | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/generic.txt b/Documentation/devicetree/bindings/usb/generic.txt
index cf5a1ad456e6..e6790d2a4da9 100644
--- a/Documentation/devicetree/bindings/usb/generic.txt
+++ b/Documentation/devicetree/bindings/usb/generic.txt
@@ -2,10 +2,11 @@ Generic USB Properties
 
 Optional properties:
  - maximum-speed: tells USB controllers we want to work up to a certain
-			speed. Valid arguments are "super-speed", "high-speed",
-			"full-speed" and "low-speed". In case this isn't passed
-			via DT, USB controllers should default to their maximum
-			HW capability.
+			speed. Valid arguments are "super-speed-plus",
+			"super-speed", "high-speed", "full-speed" and
+			"low-speed". In case this isn't passed via DT, USB
+			controllers should default to their maximum HW
+			capability.
  - dr_mode: tells Dual-Role USB controllers that we want to work on a
 			particular mode. Valid arguments are "host",
 			"peripheral" and "otg". In case this attribute isn't
-- 
2.17.1


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

* Re: [PATCH v1] dt-binding: usb: add "super-speed-plus"
  2020-01-13  6:00 [PATCH v1] dt-binding: usb: add "super-speed-plus" JC Kuo
@ 2020-01-15 16:05 ` Rob Herring
  2020-02-10 18:58 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-01-15 16:05 UTC (permalink / raw)
  To: JC Kuo
  Cc: gregkh, thierry.reding, robh, jonathanh, linux-tegra,
	linux-kernel, devicetree, linux-usb, felipe.balbi, JC Kuo

On Mon, 13 Jan 2020 14:00:46 +0800, JC Kuo wrote:
> This commit adds "super-speed-plus" to valid argument list of
> "maximum-speed" property.
> 
> Signed-off-by: JC Kuo <jckuo@nvidia.com>
> ---
>  Documentation/devicetree/bindings/usb/generic.txt | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 

Applied, thanks.

Rob

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

* Re: [PATCH v1] dt-binding: usb: add "super-speed-plus"
  2020-01-13  6:00 [PATCH v1] dt-binding: usb: add "super-speed-plus" JC Kuo
  2020-01-15 16:05 ` Rob Herring
@ 2020-02-10 18:58 ` Greg KH
  2020-03-12 10:22   ` Thierry Reding
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2020-02-10 18:58 UTC (permalink / raw)
  To: JC Kuo
  Cc: thierry.reding, robh, jonathanh, linux-tegra, linux-kernel,
	devicetree, linux-usb, felipe.balbi

On Mon, Jan 13, 2020 at 02:00:46PM +0800, JC Kuo wrote:
> This commit adds "super-speed-plus" to valid argument list of
> "maximum-speed" property.
> 
> Signed-off-by: JC Kuo <jckuo@nvidia.com>
> ---
>  Documentation/devicetree/bindings/usb/generic.txt | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)

What ever happened to this?  Did the DT developers see it?

I suggest resending please so it gets into their queue to review.

thanks,

greg k-h

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

* Re: [PATCH v1] dt-binding: usb: add "super-speed-plus"
  2020-02-10 18:58 ` Greg KH
@ 2020-03-12 10:22   ` Thierry Reding
  0 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2020-03-12 10:22 UTC (permalink / raw)
  To: Greg KH
  Cc: JC Kuo, robh, jonathanh, linux-tegra, linux-kernel, devicetree,
	linux-usb, felipe.balbi

[-- Attachment #1: Type: text/plain, Size: 735 bytes --]

On Mon, Feb 10, 2020 at 10:58:21AM -0800, Greg KH wrote:
> On Mon, Jan 13, 2020 at 02:00:46PM +0800, JC Kuo wrote:
> > This commit adds "super-speed-plus" to valid argument list of
> > "maximum-speed" property.
> > 
> > Signed-off-by: JC Kuo <jckuo@nvidia.com>
> > ---
> >  Documentation/devicetree/bindings/usb/generic.txt | 9 +++++----
> >  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> What ever happened to this?  Did the DT developers see it?
> 
> I suggest resending please so it gets into their queue to review.

It's been a while and you probably noticed by now, but in case you
haven't: Rob picked this up into the devicetree tree a few weeks ago, so
no need to worry about this any longer.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-03-12 10:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13  6:00 [PATCH v1] dt-binding: usb: add "super-speed-plus" JC Kuo
2020-01-15 16:05 ` Rob Herring
2020-02-10 18:58 ` Greg KH
2020-03-12 10:22   ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).