linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND][PATCH] arm64: dts: lx2160a: Enable usb3-lpm-capable for usb3 node
@ 2019-05-15  6:04 Ran Wang
  2019-05-23  7:43 ` Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Ran Wang @ 2019-05-15  6:04 UTC (permalink / raw)
  To: Shawn Guo, Li Yang, Rob Herring, Mark Rutland
  Cc: linux-arm-kernel, devicetree, linux-kernel, Ran Wang

Enable USB3 HW LPM feature for lx2160a and active patch for
snps erratum A-010131. It will disable U1/U2 temperary when
initiate U3 request.

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
---
Depend on: https://lore.kernel.org/patchwork/patch/870134/

 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
index 125a8cc..0073df3 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -696,6 +696,8 @@
 			interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
 			dr_mode = "host";
 			snps,quirk-frame-length-adjustment = <0x20>;
+			usb3-lpm-capable;
+			snps,dis-u1u2-when-u3-quirk;
 			snps,dis_rxdet_inp3_quirk;
 			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
 			status = "disabled";
@@ -707,6 +709,8 @@
 			interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
 			dr_mode = "host";
 			snps,quirk-frame-length-adjustment = <0x20>;
+			usb3-lpm-capable;
+			snps,dis-u1u2-when-u3-quirk;
 			snps,dis_rxdet_inp3_quirk;
 			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
 			status = "disabled";
-- 
1.7.1


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

* Re: [RESEND][PATCH] arm64: dts: lx2160a: Enable usb3-lpm-capable for usb3 node
  2019-05-15  6:04 [RESEND][PATCH] arm64: dts: lx2160a: Enable usb3-lpm-capable for usb3 node Ran Wang
@ 2019-05-23  7:43 ` Shawn Guo
  2019-05-23  7:51   ` Ran Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2019-05-23  7:43 UTC (permalink / raw)
  To: Ran Wang
  Cc: Li Yang, Rob Herring, Mark Rutland, linux-arm-kernel, devicetree,
	linux-kernel

On Wed, May 15, 2019 at 02:04:34PM +0800, Ran Wang wrote:
> Enable USB3 HW LPM feature for lx2160a and active patch for
> snps erratum A-010131. It will disable U1/U2 temperary when
> initiate U3 request.
> 
> Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
> ---
> Depend on: https://lore.kernel.org/patchwork/patch/870134/

Is the dependency accepted?

Shawn

> 
>  arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
> index 125a8cc..0073df3 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
> +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
> @@ -696,6 +696,8 @@
>  			interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
>  			dr_mode = "host";
>  			snps,quirk-frame-length-adjustment = <0x20>;
> +			usb3-lpm-capable;
> +			snps,dis-u1u2-when-u3-quirk;
>  			snps,dis_rxdet_inp3_quirk;
>  			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
>  			status = "disabled";
> @@ -707,6 +709,8 @@
>  			interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
>  			dr_mode = "host";
>  			snps,quirk-frame-length-adjustment = <0x20>;
> +			usb3-lpm-capable;
> +			snps,dis-u1u2-when-u3-quirk;
>  			snps,dis_rxdet_inp3_quirk;
>  			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
>  			status = "disabled";
> -- 
> 1.7.1
> 

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

* RE: [RESEND][PATCH] arm64: dts: lx2160a: Enable usb3-lpm-capable for usb3 node
  2019-05-23  7:43 ` Shawn Guo
@ 2019-05-23  7:51   ` Ran Wang
  2019-05-23  8:16     ` Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Ran Wang @ 2019-05-23  7:51 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Leo Li, Rob Herring, Mark Rutland, linux-arm-kernel, devicetree,
	linux-kernel

Hi Shawn,

On Thursday, May 23, 2019 15:43, Shawn Guo wrote:
> 
> On Wed, May 15, 2019 at 02:04:34PM +0800, Ran Wang wrote:
> > Enable USB3 HW LPM feature for lx2160a and active patch for snps
> > erratum A-010131. It will disable U1/U2 temperary when initiate U3
> > request.
> >
> > Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
> > ---
> > Depend on:
> > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore
> > .kernel.org%2Fpatchwork%2Fpatch%2F870134%2F&amp;data=02%7C01%7Cr
> an.wan
> >
> g_1%40nxp.com%7Cc6df41748bc243397d3008d6df526c04%7C686ea1d3bc2b4c
> 6fa92
> >
> cd99c5c301635%7C0%7C0%7C636941942428322802&amp;sdata=NR2zs8BE%2
> FNn8KdP
> > do6%2FsNwJJdx2VgaQTy5H4bAlTJgw%3D&amp;reserved=0
> 
> Is the dependency accepted?

No, I got no comment for that post since then.
lore.kernel.org/patchwork/patch/870134/

Regards,
Ran
 
> 
> >
> >  arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi |    4 ++++
> >  1 files changed, 4 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
> > index 125a8cc..0073df3 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
> > @@ -696,6 +696,8 @@
> >  			interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
> >  			dr_mode = "host";
> >  			snps,quirk-frame-length-adjustment = <0x20>;
> > +			usb3-lpm-capable;
> > +			snps,dis-u1u2-when-u3-quirk;
> >  			snps,dis_rxdet_inp3_quirk;
> >  			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
> >  			status = "disabled";
> > @@ -707,6 +709,8 @@
> >  			interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
> >  			dr_mode = "host";
> >  			snps,quirk-frame-length-adjustment = <0x20>;
> > +			usb3-lpm-capable;
> > +			snps,dis-u1u2-when-u3-quirk;
> >  			snps,dis_rxdet_inp3_quirk;
> >  			snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
> >  			status = "disabled";
> > --
> > 1.7.1
> >

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

* Re: [RESEND][PATCH] arm64: dts: lx2160a: Enable usb3-lpm-capable for usb3 node
  2019-05-23  7:51   ` Ran Wang
@ 2019-05-23  8:16     ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2019-05-23  8:16 UTC (permalink / raw)
  To: Ran Wang
  Cc: Leo Li, Rob Herring, Mark Rutland, linux-arm-kernel, devicetree,
	linux-kernel

On Thu, May 23, 2019 at 07:51:41AM +0000, Ran Wang wrote:
> Hi Shawn,
> 
> On Thursday, May 23, 2019 15:43, Shawn Guo wrote:
> > 
> > On Wed, May 15, 2019 at 02:04:34PM +0800, Ran Wang wrote:
> > > Enable USB3 HW LPM feature for lx2160a and active patch for snps
> > > erratum A-010131. It will disable U1/U2 temperary when initiate U3
> > > request.
> > >
> > > Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
> > > ---
> > > Depend on:
> > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore
> > > .kernel.org%2Fpatchwork%2Fpatch%2F870134%2F&amp;data=02%7C01%7Cr
> > an.wan
> > >
> > g_1%40nxp.com%7Cc6df41748bc243397d3008d6df526c04%7C686ea1d3bc2b4c
> > 6fa92
> > >
> > cd99c5c301635%7C0%7C0%7C636941942428322802&amp;sdata=NR2zs8BE%2
> > FNn8KdP
> > > do6%2FsNwJJdx2VgaQTy5H4bAlTJgw%3D&amp;reserved=0
> > 
> > Is the dependency accepted?
> 
> No, I got no comment for that post since then.
> lore.kernel.org/patchwork/patch/870134/

Please post dts patch only after dependency gets accepted.

Shawn

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

end of thread, other threads:[~2019-05-23  8:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15  6:04 [RESEND][PATCH] arm64: dts: lx2160a: Enable usb3-lpm-capable for usb3 node Ran Wang
2019-05-23  7:43 ` Shawn Guo
2019-05-23  7:51   ` Ran Wang
2019-05-23  8:16     ` Shawn Guo

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).