linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property
@ 2015-09-04  4:44 Nikhil Badola
       [not found] ` <SN1PR0301MB1629AAEC687AF3E058BB701DF35A0@SN1PR0301MB1629.namprd03.prod.outlook.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Nikhil Badola @ 2015-09-04  4:44 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-usb; +Cc: balbi, Nikhil Badola

Add snps,quirk-frame-length-adjustment property which provides value
for post silicon frame length adjustment

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
---
Changes for v4: None

 Documentation/devicetree/bindings/usb/dwc3.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index 0815eac..8c7d585 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -40,6 +40,9 @@ Optional properties:
  - snps,hird-threshold: HIRD threshold
  - snps,hsphy_interface: High-Speed PHY interface selection between "utmi" for
    UTMI+ and "ulpi" for ULPI when the DWC_USB3_HSPHY_INTERFACE has value 3.
+ - snps,quirk-frame-length-adjustment: Value for GFLADJ_30MHZ field of GFLADJ
+	register for post-silicon frame length adjustment when the
+	fladj_30mhz_sdbnd signal is invalid or incorrect.
 
 This is usually a subnode to DWC3 glue to which it is connected.
 
-- 
2.1.0


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

* RE: [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property
       [not found] ` <SN1PR0301MB1629AAEC687AF3E058BB701DF35A0@SN1PR0301MB1629.namprd03.prod.outlook.com>
@ 2015-09-24  9:42   ` RAJESH BHAGAT
  2015-10-02 19:59     ` Felipe Balbi
  0 siblings, 1 reply; 5+ messages in thread
From: RAJESH BHAGAT @ 2015-09-24  9:42 UTC (permalink / raw)
  To: balbi; +Cc: linux-kernel, devicetree, linux-usb

Hi Felipe, 

Any comments on the below [v4] patches?

[PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property
[PATCH 2/3][v4] drivers: usb: dwc3: Add frame length adjustment quirk
[PATCH 3/3][v4] arm: dts: ls1021a: Add quirk for Erratum A009116

I will be taking forward these patches, as Nikhil has left freescale.

Thanks,
Rajesh Bhagat

-----Original Message-----
From: Nikhil Badola [mailto:nikhil.badola@freescale.com] 
Sent: Friday, September 04, 2015 10:15 AM
To: linux-kernel@vger.kernel.org; devicetree@vger.kernel.org; linux-usb@vger.kernel.org
Cc: balbi@ti.com; Badola Nikhil-B46172 <nikhil.badola@freescale.com>
Subject: [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property

Add snps,quirk-frame-length-adjustment property which provides value for post silicon frame length adjustment

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
---
Changes for v4: None

 Documentation/devicetree/bindings/usb/dwc3.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index 0815eac..8c7d585 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -40,6 +40,9 @@ Optional properties:
  - snps,hird-threshold: HIRD threshold
  - snps,hsphy_interface: High-Speed PHY interface selection between "utmi" for
    UTMI+ and "ulpi" for ULPI when the DWC_USB3_HSPHY_INTERFACE has value 3.
+ - snps,quirk-frame-length-adjustment: Value for GFLADJ_30MHZ field of GFLADJ
+	register for post-silicon frame length adjustment when the
+	fladj_30mhz_sdbnd signal is invalid or incorrect.
 
 This is usually a subnode to DWC3 glue to which it is connected.
 
--
2.1.0


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

* Re: [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property
  2015-09-24  9:42   ` RAJESH BHAGAT
@ 2015-10-02 19:59     ` Felipe Balbi
  2015-10-05  5:37       ` RAJESH BHAGAT
  0 siblings, 1 reply; 5+ messages in thread
From: Felipe Balbi @ 2015-10-02 19:59 UTC (permalink / raw)
  To: RAJESH BHAGAT; +Cc: balbi, linux-kernel, devicetree, linux-usb

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

On Thu, Sep 24, 2015 at 09:42:59AM +0000, RAJESH BHAGAT wrote:
> Hi Felipe, 
> 
> Any comments on the below [v4] patches?
> 
> [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property

https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/commit/?h=next&id=3737c54418c35034127bf2837e9b27a3c3c67940

> [PATCH 2/3][v4] drivers: usb: dwc3: Add frame length adjustment quirk

https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/commit/?h=next&id=db2be4e9e30c6e43e48c5749d3fc74cee0a6bbb3

> [PATCH 3/3][v4] arm: dts: ls1021a: Add quirk for Erratum A009116

talk to you ARM-SoC maintainer.

> I will be taking forward these patches, as Nikhil has left freescale.

okay, thanks for letting me know.

-- 
balbi

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

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

* RE: [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property
  2015-10-02 19:59     ` Felipe Balbi
@ 2015-10-05  5:37       ` RAJESH BHAGAT
  2015-10-08  6:47         ` Shawn Guo
  0 siblings, 1 reply; 5+ messages in thread
From: RAJESH BHAGAT @ 2015-10-05  5:37 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-kernel, devicetree, linux-usb, linux-arm-kernel

Hi Shawn,

Regarding below patch, Felipe has suggested to talk to you:

> [PATCH 3/3][v4] arm: dts: ls1021a: Add quirk for Erratum A009116

talk to you ARM-SoC maintainer.

https://lkml.org/lkml/2015/9/4/7

Please provide your comments. Inform me in case, if a resend is required.

Best Regards,
Rajesh Bhagat

-----Original Message-----
From: Felipe Balbi [mailto:balbi@ti.com] 
Sent: Saturday, October 03, 2015 1:29 AM
To: Bhagat Rajesh-B56421
Cc: balbi@ti.com; linux-kernel@vger.kernel.org; devicetree@vger.kernel.org; linux-usb@vger.kernel.org
Subject: Re: [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property

On Thu, Sep 24, 2015 at 09:42:59AM +0000, RAJESH BHAGAT wrote:
> Hi Felipe, 
> 
> Any comments on the below [v4] patches?
> 
> [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property

https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/commit/?h=next&id=3737c54418c35034127bf2837e9b27a3c3c67940

> [PATCH 2/3][v4] drivers: usb: dwc3: Add frame length adjustment quirk

https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/commit/?h=next&id=db2be4e9e30c6e43e48c5749d3fc74cee0a6bbb3

> [PATCH 3/3][v4] arm: dts: ls1021a: Add quirk for Erratum A009116

talk to you ARM-SoC maintainer.

> I will be taking forward these patches, as Nikhil has left freescale.

okay, thanks for letting me know.

-- 
balbi

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

* Re: [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property
  2015-10-05  5:37       ` RAJESH BHAGAT
@ 2015-10-08  6:47         ` Shawn Guo
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2015-10-08  6:47 UTC (permalink / raw)
  To: RAJESH BHAGAT; +Cc: devicetree, linux-usb, linux-kernel, linux-arm-kernel

On Mon, Oct 05, 2015 at 05:37:02AM +0000, RAJESH BHAGAT wrote:
> Hi Shawn,
> 
> Regarding below patch, Felipe has suggested to talk to you:
> 
> > [PATCH 3/3][v4] arm: dts: ls1021a: Add quirk for Erratum A009116
> 
> talk to you ARM-SoC maintainer.
> 
> https://lkml.org/lkml/2015/9/4/7
> 
> Please provide your comments. Inform me in case, if a resend is required.

If it can go independently through arm-soc tree, please resend it to me.

Shawn

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

end of thread, other threads:[~2015-10-08  6:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-04  4:44 [PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property Nikhil Badola
     [not found] ` <SN1PR0301MB1629AAEC687AF3E058BB701DF35A0@SN1PR0301MB1629.namprd03.prod.outlook.com>
2015-09-24  9:42   ` RAJESH BHAGAT
2015-10-02 19:59     ` Felipe Balbi
2015-10-05  5:37       ` RAJESH BHAGAT
2015-10-08  6:47         ` 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).