* [v6,3/4] arm64: dts: dwc3: description of incr burst type
@ 2018-07-23 3:06 Pengbo Mu
0 siblings, 0 replies; 6+ messages in thread
From: Pengbo Mu @ 2018-07-23 3:06 UTC (permalink / raw)
To: Felipe Balbi, Rob Herring, Mark Rutland, Catalin Marinas,
Will Deacon, Greg Kroah-Hartman
Cc: linux-kernel, linux-usb, devicetree, linux-arm-kernel, ran.wang_1,
pengbo.mu
Add description of 'snps,incr-burst-type-adjustment'
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Signed-off-by: Pengbo Mu <pengbo.mu@nxp.com>
---
Changes in v1:
- add description of 'snps,incr-burst-type-adjustment' property
---
Documentation/devicetree/bindings/usb/dwc3.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index 7f13ebe..3e4c38b 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -96,6 +96,11 @@ Optional properties:
enable periodic ESS TX threshold.
- <DEPRECATED> tx-fifo-resize: determines if the FIFO *has* to be reallocated.
+ - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0
+ register, undefined length INCR burst type enable and INCRx type.
+ When just one value, which means INCRX burst mode enabled. When
+ more than one value, which means undefined length INCR burst type
+ enabled. The values can be 1, 4, 8, 16, 32, 64, 128 and 256.
- in addition all properties from usb-xhci.txt from the current directory are
supported as well
@@ -108,4 +113,5 @@ dwc3@4a030000 {
reg = <0x4a030000 0xcfff>;
interrupts = <0 92 4>
usb-phy = <&usb2_phy>, <&usb3,phy>;
+ snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
};
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [v6,3/4] arm64: dts: dwc3: description of incr burst type
@ 2018-07-23 3:11 Pengbo Mu
0 siblings, 0 replies; 6+ messages in thread
From: Pengbo Mu @ 2018-07-23 3:11 UTC (permalink / raw)
To: Felipe Balbi, Rob Herring, Mark Rutland, Catalin Marinas,
Will Deacon, Greg Kroah-Hartman
Cc: linux-kernel, linux-usb, devicetree, linux-arm-kernel, ran.wang_1,
pengbo.mu
Add description of 'snps,incr-burst-type-adjustment'
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Signed-off-by: Pengbo Mu <pengbo.mu@nxp.com>
---
Changes in v1:
- add description of 'snps,incr-burst-type-adjustment' property
---
Documentation/devicetree/bindings/usb/dwc3.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index 7f13ebe..3e4c38b 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -96,6 +96,11 @@ Optional properties:
enable periodic ESS TX threshold.
- <DEPRECATED> tx-fifo-resize: determines if the FIFO *has* to be reallocated.
+ - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0
+ register, undefined length INCR burst type enable and INCRx type.
+ When just one value, which means INCRX burst mode enabled. When
+ more than one value, which means undefined length INCR burst type
+ enabled. The values can be 1, 4, 8, 16, 32, 64, 128 and 256.
- in addition all properties from usb-xhci.txt from the current directory are
supported as well
@@ -108,4 +113,5 @@ dwc3@4a030000 {
reg = <0x4a030000 0xcfff>;
interrupts = <0 92 4>
usb-phy = <&usb2_phy>, <&usb3,phy>;
+ snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
};
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [v6,3/4] arm64: dts: dwc3: description of incr burst type
@ 2018-07-23 10:32 Pengbo Mu
0 siblings, 0 replies; 6+ messages in thread
From: Pengbo Mu @ 2018-07-23 10:32 UTC (permalink / raw)
To: Felipe Balbi, Rob Herring, Mark Rutland, Catalin Marinas,
Will Deacon, Greg Kroah-Hartman
Cc: linux-kernel, linux-usb, devicetree, linux-arm-kernel, ran.wang_1,
pengbo.mu
Add description of 'snps,incr-burst-type-adjustment' to binding
so that configuring devicetree.
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Signed-off-by: Pengbo Mu <pengbo.mu@nxp.com>
---
Documentation/devicetree/bindings/usb/dwc3.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index 7f13ebe..3e4c38b 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -96,6 +96,11 @@ Optional properties:
enable periodic ESS TX threshold.
- <DEPRECATED> tx-fifo-resize: determines if the FIFO *has* to be reallocated.
+ - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0
+ register, undefined length INCR burst type enable and INCRx type.
+ When just one value, which means INCRX burst mode enabled. When
+ more than one value, which means undefined length INCR burst type
+ enabled. The values can be 1, 4, 8, 16, 32, 64, 128 and 256.
- in addition all properties from usb-xhci.txt from the current directory are
supported as well
@@ -108,4 +113,5 @@ dwc3@4a030000 {
reg = <0x4a030000 0xcfff>;
interrupts = <0 92 4>
usb-phy = <&usb2_phy>, <&usb3,phy>;
+ snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
};
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [v6,3/4] arm64: dts: dwc3: description of incr burst type
@ 2018-07-24 23:20 Rob Herring
0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2018-07-24 23:20 UTC (permalink / raw)
To: Pengbo Mu
Cc: Felipe Balbi, Mark Rutland, Catalin Marinas, Will Deacon,
Greg Kroah-Hartman, linux-kernel, linux-usb, devicetree,
linux-arm-kernel, ran.wang_1
On Mon, Jul 23, 2018 at 06:32:38PM +0800, Pengbo Mu wrote:
> Add description of 'snps,incr-burst-type-adjustment' to binding
> so that configuring devicetree.
>
> Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
> Signed-off-by: Pengbo Mu <pengbo.mu@nxp.com>
> ---
> Documentation/devicetree/bindings/usb/dwc3.txt | 6 ++++++
> 1 file changed, 6 insertions(+)
Reviewed-by: Rob Herring <robh@kernel.org>
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* [v6,3/4] arm64: dts: dwc3: description of incr burst type
@ 2018-09-05 20:52 Leo Li
0 siblings, 0 replies; 6+ messages in thread
From: Leo Li @ 2018-09-05 20:52 UTC (permalink / raw)
To: Rob Herring
Cc: pengbo.mu, Felipe Balbi, Mark Rutland, Catalin Marinas,
Will Deacon, Greg Kroah-Hartman, lkml, linux-usb,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE, Ran Wang
On Tue, Jul 24, 2018 at 6:23 PM Rob Herring <robh@kernel.org> wrote:
>
> On Mon, Jul 23, 2018 at 06:32:38PM +0800, Pengbo Mu wrote:
> > Add description of 'snps,incr-burst-type-adjustment' to binding
> > so that configuring devicetree.
> >
> > Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
> > Signed-off-by: Pengbo Mu <pengbo.mu@nxp.com>
> > ---
> > Documentation/devicetree/bindings/usb/dwc3.txt | 6 ++++++
> > 1 file changed, 6 insertions(+)
>
> Reviewed-by: Rob Herring <robh@kernel.org>
Hi Felipe,
What do you think about this patch? The patch title prefix should be
updated from "arm64: dts: dwc3" to "dt-bindings: usb: dwc3" though.
Regards,
Leo
^ permalink raw reply [flat|nested] 6+ messages in thread
* [v6,3/4] arm64: dts: dwc3: description of incr burst type
@ 2018-10-02 7:40 Felipe Balbi
0 siblings, 0 replies; 6+ messages in thread
From: Felipe Balbi @ 2018-10-02 7:40 UTC (permalink / raw)
To: linux-usb-owner, Rob Herring
Cc: pengbo.mu, Mark Rutland, Catalin Marinas, Will Deacon,
Greg Kroah-Hartman, lkml, linux-usb,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE, Ran Wang
Hi,
linux-usb-owner@vger.kernel.org writes:
> On Tue, Jul 24, 2018 at 6:23 PM Rob Herring <robh@kernel.org> wrote:
>>
>> On Mon, Jul 23, 2018 at 06:32:38PM +0800, Pengbo Mu wrote:
>> > Add description of 'snps,incr-burst-type-adjustment' to binding
>> > so that configuring devicetree.
>> >
>> > Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
>> > Signed-off-by: Pengbo Mu <pengbo.mu@nxp.com>
>> > ---
>> > Documentation/devicetree/bindings/usb/dwc3.txt | 6 ++++++
>> > 1 file changed, 6 insertions(+)
>>
>> Reviewed-by: Rob Herring <robh@kernel.org>
>
> Hi Felipe,
>
> What do you think about this patch? The patch title prefix should be
> updated from "arm64: dts: dwc3" to "dt-bindings: usb: dwc3" though.
Can you resend the series so I can apply?
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-10-02 7:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-02 7:40 [v6,3/4] arm64: dts: dwc3: description of incr burst type Felipe Balbi
-- strict thread matches above, loose matches on Subject: below --
2018-09-05 20:52 Leo Li
2018-07-24 23:20 Rob Herring
2018-07-23 10:32 Pengbo Mu
2018-07-23 3:11 Pengbo Mu
2018-07-23 3:06 Pengbo Mu
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).