All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] OMAP5: USB3 fix for 3.15
@ 2014-04-01 10:37 ` Roger Quadros
  0 siblings, 0 replies; 10+ messages in thread
From: Roger Quadros @ 2014-04-01 10:37 UTC (permalink / raw)
  To: tony
  Cc: kishon, balbi, linux-omap, linux-kernel, devicetree, linux-usb,
	Roger Quadros

Hi Tony,

The following patch fixes USB3 on OMAP5 on linux-next.
There was a patch [1] that added named clocks to the USB3 phy driver
but somehow the dts part got missed out.

Due to that USB3 on OMAP5 is currently broken on linux-next and
this patch should fix it.

cheers,
-roger

[1] - http://patchwork.ozlabs.org/patch/327481/

Roger Quadros (1):
  ARM: dts: omap5: Add clocks to USB3 PHY node

 arch/arm/boot/dts/omap5.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
1.8.3.2


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

* [PATCH 0/1] OMAP5: USB3 fix for 3.15
@ 2014-04-01 10:37 ` Roger Quadros
  0 siblings, 0 replies; 10+ messages in thread
From: Roger Quadros @ 2014-04-01 10:37 UTC (permalink / raw)
  To: tony
  Cc: kishon, balbi, linux-omap, linux-kernel, devicetree, linux-usb,
	Roger Quadros

Hi Tony,

The following patch fixes USB3 on OMAP5 on linux-next.
There was a patch [1] that added named clocks to the USB3 phy driver
but somehow the dts part got missed out.

Due to that USB3 on OMAP5 is currently broken on linux-next and
this patch should fix it.

cheers,
-roger

[1] - http://patchwork.ozlabs.org/patch/327481/

Roger Quadros (1):
  ARM: dts: omap5: Add clocks to USB3 PHY node

 arch/arm/boot/dts/omap5.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
1.8.3.2


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

* [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
  2014-04-01 10:37 ` Roger Quadros
@ 2014-04-01 10:37   ` Roger Quadros
  -1 siblings, 0 replies; 10+ messages in thread
From: Roger Quadros @ 2014-04-01 10:37 UTC (permalink / raw)
  To: tony
  Cc: kishon, balbi, linux-omap, linux-kernel, devicetree, linux-usb,
	Roger Quadros

The USB3 PHY driver (ti-pipe3) was updated so that the relevant
clock phandles are expected in the DT node.
Provide the necessary clocks.

Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/omap5.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 757f0b9..4df1e7a 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -794,6 +794,12 @@
 				      <0x4a084c00 0x40>;
 				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
 				ctrl-module = <&omap_control_usb3phy>;
+				clocks = <&usb_phy_cm_clk32k>,
+					 <&sys_clkin>,
+					 <&usb_otg_ss_refclk960m>;
+				clock-names =	"wkupclk",
+						"sysclk",
+						"refclk";
 				#phy-cells = <0>;
 			};
 		};
-- 
1.8.3.2


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

* [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
@ 2014-04-01 10:37   ` Roger Quadros
  0 siblings, 0 replies; 10+ messages in thread
From: Roger Quadros @ 2014-04-01 10:37 UTC (permalink / raw)
  To: tony
  Cc: kishon, balbi, linux-omap, linux-kernel, devicetree, linux-usb,
	Roger Quadros

The USB3 PHY driver (ti-pipe3) was updated so that the relevant
clock phandles are expected in the DT node.
Provide the necessary clocks.

Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/omap5.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 757f0b9..4df1e7a 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -794,6 +794,12 @@
 				      <0x4a084c00 0x40>;
 				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
 				ctrl-module = <&omap_control_usb3phy>;
+				clocks = <&usb_phy_cm_clk32k>,
+					 <&sys_clkin>,
+					 <&usb_otg_ss_refclk960m>;
+				clock-names =	"wkupclk",
+						"sysclk",
+						"refclk";
 				#phy-cells = <0>;
 			};
 		};
-- 
1.8.3.2

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

* Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
  2014-04-01 10:37   ` Roger Quadros
@ 2014-04-01 14:13     ` Felipe Balbi
  -1 siblings, 0 replies; 10+ messages in thread
From: Felipe Balbi @ 2014-04-01 14:13 UTC (permalink / raw)
  To: Roger Quadros
  Cc: tony, kishon, balbi, linux-omap, linux-kernel, devicetree, linux-usb

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

On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote:
> The USB3 PHY driver (ti-pipe3) was updated so that the relevant
> clock phandles are expected in the DT node.
> Provide the necessary clocks.
> 
> Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
> Signed-off-by: Roger Quadros <rogerq@ti.com>

Great!!!

Acked-by: Felipe Balbi <balbi@ti.com>

> ---
>  arch/arm/boot/dts/omap5.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> index 757f0b9..4df1e7a 100644
> --- a/arch/arm/boot/dts/omap5.dtsi
> +++ b/arch/arm/boot/dts/omap5.dtsi
> @@ -794,6 +794,12 @@
>  				      <0x4a084c00 0x40>;
>  				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
>  				ctrl-module = <&omap_control_usb3phy>;
> +				clocks = <&usb_phy_cm_clk32k>,
> +					 <&sys_clkin>,
> +					 <&usb_otg_ss_refclk960m>;
> +				clock-names =	"wkupclk",
> +						"sysclk",
> +						"refclk";
>  				#phy-cells = <0>;
>  			};
>  		};
> -- 
> 1.8.3.2
> 

-- 
balbi

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

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

* Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
@ 2014-04-01 14:13     ` Felipe Balbi
  0 siblings, 0 replies; 10+ messages in thread
From: Felipe Balbi @ 2014-04-01 14:13 UTC (permalink / raw)
  To: Roger Quadros
  Cc: tony, kishon, balbi, linux-omap, linux-kernel, devicetree, linux-usb

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

On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote:
> The USB3 PHY driver (ti-pipe3) was updated so that the relevant
> clock phandles are expected in the DT node.
> Provide the necessary clocks.
> 
> Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
> Signed-off-by: Roger Quadros <rogerq@ti.com>

Great!!!

Acked-by: Felipe Balbi <balbi@ti.com>

> ---
>  arch/arm/boot/dts/omap5.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> index 757f0b9..4df1e7a 100644
> --- a/arch/arm/boot/dts/omap5.dtsi
> +++ b/arch/arm/boot/dts/omap5.dtsi
> @@ -794,6 +794,12 @@
>  				      <0x4a084c00 0x40>;
>  				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
>  				ctrl-module = <&omap_control_usb3phy>;
> +				clocks = <&usb_phy_cm_clk32k>,
> +					 <&sys_clkin>,
> +					 <&usb_otg_ss_refclk960m>;
> +				clock-names =	"wkupclk",
> +						"sysclk",
> +						"refclk";
>  				#phy-cells = <0>;
>  			};
>  		};
> -- 
> 1.8.3.2
> 

-- 
balbi

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

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

* Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
  2014-04-01 14:13     ` Felipe Balbi
@ 2014-04-14  7:22       ` Roger Quadros
  -1 siblings, 0 replies; 10+ messages in thread
From: Roger Quadros @ 2014-04-14  7:22 UTC (permalink / raw)
  To: tony; +Cc: balbi, kishon, linux-omap, linux-kernel, devicetree, linux-usb

Hi Tony,

On 04/01/2014 05:13 PM, Felipe Balbi wrote:
> On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote:
>> The USB3 PHY driver (ti-pipe3) was updated so that the relevant
>> clock phandles are expected in the DT node.
>> Provide the necessary clocks.
>>
>> Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
> 
> Great!!!
> 
> Acked-by: Felipe Balbi <balbi@ti.com>

Could you please pick this up for 3.15-rc? Thanks.

cheers,
-roger

> 
>> ---
>>  arch/arm/boot/dts/omap5.dtsi | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
>> index 757f0b9..4df1e7a 100644
>> --- a/arch/arm/boot/dts/omap5.dtsi
>> +++ b/arch/arm/boot/dts/omap5.dtsi
>> @@ -794,6 +794,12 @@
>>  				      <0x4a084c00 0x40>;
>>  				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
>>  				ctrl-module = <&omap_control_usb3phy>;
>> +				clocks = <&usb_phy_cm_clk32k>,
>> +					 <&sys_clkin>,
>> +					 <&usb_otg_ss_refclk960m>;
>> +				clock-names =	"wkupclk",
>> +						"sysclk",
>> +						"refclk";
>>  				#phy-cells = <0>;
>>  			};
>>  		};
>> -- 
>> 1.8.3.2
>>
> 


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

* Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
@ 2014-04-14  7:22       ` Roger Quadros
  0 siblings, 0 replies; 10+ messages in thread
From: Roger Quadros @ 2014-04-14  7:22 UTC (permalink / raw)
  To: tony; +Cc: balbi, kishon, linux-omap, linux-kernel, devicetree, linux-usb

Hi Tony,

On 04/01/2014 05:13 PM, Felipe Balbi wrote:
> On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote:
>> The USB3 PHY driver (ti-pipe3) was updated so that the relevant
>> clock phandles are expected in the DT node.
>> Provide the necessary clocks.
>>
>> Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
> 
> Great!!!
> 
> Acked-by: Felipe Balbi <balbi@ti.com>

Could you please pick this up for 3.15-rc? Thanks.

cheers,
-roger

> 
>> ---
>>  arch/arm/boot/dts/omap5.dtsi | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
>> index 757f0b9..4df1e7a 100644
>> --- a/arch/arm/boot/dts/omap5.dtsi
>> +++ b/arch/arm/boot/dts/omap5.dtsi
>> @@ -794,6 +794,12 @@
>>  				      <0x4a084c00 0x40>;
>>  				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
>>  				ctrl-module = <&omap_control_usb3phy>;
>> +				clocks = <&usb_phy_cm_clk32k>,
>> +					 <&sys_clkin>,
>> +					 <&usb_otg_ss_refclk960m>;
>> +				clock-names =	"wkupclk",
>> +						"sysclk",
>> +						"refclk";
>>  				#phy-cells = <0>;
>>  			};
>>  		};
>> -- 
>> 1.8.3.2
>>
> 

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

* Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
@ 2014-04-18 22:29         ` Tony Lindgren
  0 siblings, 0 replies; 10+ messages in thread
From: Tony Lindgren @ 2014-04-18 22:29 UTC (permalink / raw)
  To: Roger Quadros
  Cc: balbi, kishon, linux-omap, linux-kernel, devicetree, linux-usb

* Roger Quadros <rogerq@ti.com> [140414 00:23]:
> Hi Tony,
> 
> On 04/01/2014 05:13 PM, Felipe Balbi wrote:
> > On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote:
> >> The USB3 PHY driver (ti-pipe3) was updated so that the relevant
> >> clock phandles are expected in the DT node.
> >> Provide the necessary clocks.
> >>
> >> Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
> >> Signed-off-by: Roger Quadros <rogerq@ti.com>
> > 
> > Great!!!
> > 
> > Acked-by: Felipe Balbi <balbi@ti.com>
> 
> Could you please pick this up for 3.15-rc? Thanks.

Yes applying into omap-for-v3.15/fixes thanks.

Tony
 
> >>  arch/arm/boot/dts/omap5.dtsi | 6 ++++++
> >>  1 file changed, 6 insertions(+)
> >>
> >> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> >> index 757f0b9..4df1e7a 100644
> >> --- a/arch/arm/boot/dts/omap5.dtsi
> >> +++ b/arch/arm/boot/dts/omap5.dtsi
> >> @@ -794,6 +794,12 @@
> >>  				      <0x4a084c00 0x40>;
> >>  				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
> >>  				ctrl-module = <&omap_control_usb3phy>;
> >> +				clocks = <&usb_phy_cm_clk32k>,
> >> +					 <&sys_clkin>,
> >> +					 <&usb_otg_ss_refclk960m>;
> >> +				clock-names =	"wkupclk",
> >> +						"sysclk",
> >> +						"refclk";
> >>  				#phy-cells = <0>;
> >>  			};
> >>  		};
> >> -- 
> >> 1.8.3.2
> >>
> > 
> 

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

* Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
@ 2014-04-18 22:29         ` Tony Lindgren
  0 siblings, 0 replies; 10+ messages in thread
From: Tony Lindgren @ 2014-04-18 22:29 UTC (permalink / raw)
  To: Roger Quadros
  Cc: balbi-l0cyMroinI0, kishon-l0cyMroinI0,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA

* Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org> [140414 00:23]:
> Hi Tony,
> 
> On 04/01/2014 05:13 PM, Felipe Balbi wrote:
> > On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote:
> >> The USB3 PHY driver (ti-pipe3) was updated so that the relevant
> >> clock phandles are expected in the DT node.
> >> Provide the necessary clocks.
> >>
> >> Reported-by: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>
> >> Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
> > 
> > Great!!!
> > 
> > Acked-by: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
> 
> Could you please pick this up for 3.15-rc? Thanks.

Yes applying into omap-for-v3.15/fixes thanks.

Tony
 
> >>  arch/arm/boot/dts/omap5.dtsi | 6 ++++++
> >>  1 file changed, 6 insertions(+)
> >>
> >> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> >> index 757f0b9..4df1e7a 100644
> >> --- a/arch/arm/boot/dts/omap5.dtsi
> >> +++ b/arch/arm/boot/dts/omap5.dtsi
> >> @@ -794,6 +794,12 @@
> >>  				      <0x4a084c00 0x40>;
> >>  				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
> >>  				ctrl-module = <&omap_control_usb3phy>;
> >> +				clocks = <&usb_phy_cm_clk32k>,
> >> +					 <&sys_clkin>,
> >> +					 <&usb_otg_ss_refclk960m>;
> >> +				clock-names =	"wkupclk",
> >> +						"sysclk",
> >> +						"refclk";
> >>  				#phy-cells = <0>;
> >>  			};
> >>  		};
> >> -- 
> >> 1.8.3.2
> >>
> > 
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-04-18 22:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-01 10:37 [PATCH 0/1] OMAP5: USB3 fix for 3.15 Roger Quadros
2014-04-01 10:37 ` Roger Quadros
2014-04-01 10:37 ` [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node Roger Quadros
2014-04-01 10:37   ` Roger Quadros
2014-04-01 14:13   ` Felipe Balbi
2014-04-01 14:13     ` Felipe Balbi
2014-04-14  7:22     ` Roger Quadros
2014-04-14  7:22       ` Roger Quadros
2014-04-18 22:29       ` Tony Lindgren
2014-04-18 22:29         ` Tony Lindgren

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.