All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Possibly fix USB OTG on GTA04 and N900
@ 2013-10-07 13:28 ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:28 UTC (permalink / raw)
  To: bcousson, pavel, aaro.koskinen, marek
  Cc: balbi, tony, kishon, bigeasy, linux-usb, linux-omap,
	linux-arm-kernel, devicetree, linux-kernel, Roger Quadros

Hi,

USB OTG on these boards might be broken on Greg's usb-next branch [1]
after the Generic PHY framework and associated patches were merged.

This is a probable fix but I'm not able to test these boards. Please
give it a try and your Ack if it works. Thanks.

[1] - git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git

cheers,
-roger

Roger Quadros (1):
  ARM: dts: omap3:  Adapt USB OTG to generic PHY framework

 arch/arm/boot/dts/omap3-gta04.dts |    2 ++
 arch/arm/boot/dts/omap3-n900.dts  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

-- 
1.7.4.1


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

* [PATCH 0/1] Possibly fix USB OTG on GTA04 and N900
@ 2013-10-07 13:28 ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:28 UTC (permalink / raw)
  To: bcousson, pavel, aaro.koskinen, marek
  Cc: devicetree, tony, bigeasy, linux-usb, linux-kernel, balbi,
	kishon, linux-omap, linux-arm-kernel, Roger Quadros

Hi,

USB OTG on these boards might be broken on Greg's usb-next branch [1]
after the Generic PHY framework and associated patches were merged.

This is a probable fix but I'm not able to test these boards. Please
give it a try and your Ack if it works. Thanks.

[1] - git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git

cheers,
-roger

Roger Quadros (1):
  ARM: dts: omap3:  Adapt USB OTG to generic PHY framework

 arch/arm/boot/dts/omap3-gta04.dts |    2 ++
 arch/arm/boot/dts/omap3-n900.dts  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

-- 
1.7.4.1

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

* [PATCH 0/1] Possibly fix USB OTG on GTA04 and N900
@ 2013-10-07 13:28 ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

USB OTG on these boards might be broken on Greg's usb-next branch [1]
after the Generic PHY framework and associated patches were merged.

This is a probable fix but I'm not able to test these boards. Please
give it a try and your Ack if it works. Thanks.

[1] - git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git

cheers,
-roger

Roger Quadros (1):
  ARM: dts: omap3:  Adapt USB OTG to generic PHY framework

 arch/arm/boot/dts/omap3-gta04.dts |    2 ++
 arch/arm/boot/dts/omap3-n900.dts  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

-- 
1.7.4.1

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

* [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
@ 2013-10-07 13:28   ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:28 UTC (permalink / raw)
  To: bcousson, pavel, aaro.koskinen, marek
  Cc: balbi, tony, kishon, bigeasy, linux-usb, linux-omap,
	linux-arm-kernel, devicetree, linux-kernel, Roger Quadros

The generic PHY framewrok expects different properties than the
old USB PHY framework. Supply those properties.

Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
merged in greg/usb-next. [1]

[1] - https://lkml.org/lkml/2013/9/27/581

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/omap3-gta04.dts |    2 ++
 arch/arm/boot/dts/omap3-n900.dts  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts
index a84684a..b9b55c9 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -131,6 +131,8 @@
 &usb_otg_hs {
 	interface-type = <0>;
 	usb-phy = <&usb2_phy>;
+	phys = <&usb2_phy>;
+	phy-names = "usb2-phy";
 	mode = <3>;
 	power = <50>;
 };
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index d64fa04..e13b697 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -87,6 +87,8 @@
 &usb_otg_hs {
 	interface-type = <0>;
 	usb-phy = <&usb2_phy>;
+	phys = <&usb2_phy>;
+	phy-names = "usb2-phy";
 	mode = <2>;
 	power = <50>;
 };
-- 
1.7.4.1


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

* [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
@ 2013-10-07 13:28   ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:28 UTC (permalink / raw)
  To: bcousson-rdvid1DuHRBWk0Htik3J/w, pavel-+ZI9xUNit7I,
	aaro.koskinen-X3B1VOXEql0, marek-xXXSsgcRVICgSpxsJD1C4w
  Cc: balbi-l0cyMroinI0, tony-4v6yS6AI5VpBDgjK7y7TUQ,
	kishon-l0cyMroinI0, bigeasy-hfZtesqFncYOwBW4kG4KsQ,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Roger Quadros

The generic PHY framewrok expects different properties than the
old USB PHY framework. Supply those properties.

Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
merged in greg/usb-next. [1]

[1] - https://lkml.org/lkml/2013/9/27/581

Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
---
 arch/arm/boot/dts/omap3-gta04.dts |    2 ++
 arch/arm/boot/dts/omap3-n900.dts  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts
index a84684a..b9b55c9 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -131,6 +131,8 @@
 &usb_otg_hs {
 	interface-type = <0>;
 	usb-phy = <&usb2_phy>;
+	phys = <&usb2_phy>;
+	phy-names = "usb2-phy";
 	mode = <3>;
 	power = <50>;
 };
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index d64fa04..e13b697 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -87,6 +87,8 @@
 &usb_otg_hs {
 	interface-type = <0>;
 	usb-phy = <&usb2_phy>;
+	phys = <&usb2_phy>;
+	phy-names = "usb2-phy";
 	mode = <2>;
 	power = <50>;
 };
-- 
1.7.4.1

--
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 related	[flat|nested] 21+ messages in thread

* [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
@ 2013-10-07 13:28   ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:28 UTC (permalink / raw)
  To: linux-arm-kernel

The generic PHY framewrok expects different properties than the
old USB PHY framework. Supply those properties.

Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
merged in greg/usb-next. [1]

[1] - https://lkml.org/lkml/2013/9/27/581

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/omap3-gta04.dts |    2 ++
 arch/arm/boot/dts/omap3-n900.dts  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts
index a84684a..b9b55c9 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -131,6 +131,8 @@
 &usb_otg_hs {
 	interface-type = <0>;
 	usb-phy = <&usb2_phy>;
+	phys = <&usb2_phy>;
+	phy-names = "usb2-phy";
 	mode = <3>;
 	power = <50>;
 };
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index d64fa04..e13b697 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -87,6 +87,8 @@
 &usb_otg_hs {
 	interface-type = <0>;
 	usb-phy = <&usb2_phy>;
+	phys = <&usb2_phy>;
+	phy-names = "usb2-phy";
 	mode = <2>;
 	power = <50>;
 };
-- 
1.7.4.1

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

* Re: [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
  2013-10-07 13:28   ` Roger Quadros
@ 2013-10-07 13:40     ` Sebastian Andrzej Siewior
  -1 siblings, 0 replies; 21+ messages in thread
From: Sebastian Andrzej Siewior @ 2013-10-07 13:40 UTC (permalink / raw)
  To: Roger Quadros
  Cc: bcousson, pavel, aaro.koskinen, marek, balbi, tony, kishon,
	linux-usb, linux-omap, linux-arm-kernel, devicetree,
	linux-kernel

On 10/07/2013 03:28 PM, Roger Quadros wrote:
> The generic PHY framewrok expects different properties than the
> old USB PHY framework. Supply those properties.
> 
> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
> merged in greg/usb-next. [1]

Would it be much pain (and do we want this at all) to add a fallback
into the kernel or at least a printk pointing out to update the .dts
for two releases or so? So the user does not need to spent hours to
figure out why it suddenly stopped working.

Sebastian

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

* [PATCH 1/1] ARM: dts: omap3: Adapt USB OTG to generic PHY framework
@ 2013-10-07 13:40     ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 21+ messages in thread
From: Sebastian Andrzej Siewior @ 2013-10-07 13:40 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/07/2013 03:28 PM, Roger Quadros wrote:
> The generic PHY framewrok expects different properties than the
> old USB PHY framework. Supply those properties.
> 
> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
> merged in greg/usb-next. [1]

Would it be much pain (and do we want this at all) to add a fallback
into the kernel or at least a printk pointing out to update the .dts
for two releases or so? So the user does not need to spent hours to
figure out why it suddenly stopped working.

Sebastian

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

* Re: [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
  2013-10-07 13:40     ` Sebastian Andrzej Siewior
  (?)
@ 2013-10-07 13:49       ` Roger Quadros
  -1 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:49 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior, kishon
  Cc: bcousson, pavel, aaro.koskinen, marek, balbi, tony, linux-usb,
	linux-omap, linux-arm-kernel, devicetree, linux-kernel

On 10/07/2013 04:40 PM, Sebastian Andrzej Siewior wrote:
> On 10/07/2013 03:28 PM, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
>> merged in greg/usb-next. [1]
> 
> Would it be much pain (and do we want this at all) to add a fallback
> into the kernel or at least a printk pointing out to update the .dts
> for two releases or so? So the user does not need to spent hours to
> figure out why it suddenly stopped working.
> 

I agree with you. 

Also, figuring out which kernel configs to enable for
USB OTG to work on OMAP is a pain in itself to the user.

cheers,
-roger


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

* Re: [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
@ 2013-10-07 13:49       ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:49 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior, kishon
  Cc: bcousson, pavel, aaro.koskinen, marek, balbi, tony, linux-usb,
	linux-omap, linux-arm-kernel, devicetree, linux-kernel

On 10/07/2013 04:40 PM, Sebastian Andrzej Siewior wrote:
> On 10/07/2013 03:28 PM, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
>> merged in greg/usb-next. [1]
> 
> Would it be much pain (and do we want this at all) to add a fallback
> into the kernel or at least a printk pointing out to update the .dts
> for two releases or so? So the user does not need to spent hours to
> figure out why it suddenly stopped working.
> 

I agree with you. 

Also, figuring out which kernel configs to enable for
USB OTG to work on OMAP is a pain in itself to the user.

cheers,
-roger


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

* [PATCH 1/1] ARM: dts: omap3: Adapt USB OTG to generic PHY framework
@ 2013-10-07 13:49       ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-07 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/07/2013 04:40 PM, Sebastian Andrzej Siewior wrote:
> On 10/07/2013 03:28 PM, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
>> merged in greg/usb-next. [1]
> 
> Would it be much pain (and do we want this at all) to add a fallback
> into the kernel or at least a printk pointing out to update the .dts
> for two releases or so? So the user does not need to spent hours to
> figure out why it suddenly stopped working.
> 

I agree with you. 

Also, figuring out which kernel configs to enable for
USB OTG to work on OMAP is a pain in itself to the user.

cheers,
-roger

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

* Re: [PATCH 0/1] Possibly fix USB OTG on GTA04 and N900
  2013-10-07 13:28 ` Roger Quadros
@ 2013-10-08 16:04   ` Sebastian Reichel
  -1 siblings, 0 replies; 21+ messages in thread
From: Sebastian Reichel @ 2013-10-08 16:04 UTC (permalink / raw)
  To: Roger Quadros
  Cc: bcousson, pavel, aaro.koskinen, marek, balbi, tony, kishon,
	bigeasy, linux-usb, linux-omap, linux-arm-kernel, devicetree,
	linux-kernel

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

Hi,

On Mon, Oct 07, 2013 at 04:28:12PM +0300, Roger Quadros wrote:
> USB OTG on these boards might be broken on Greg's usb-next branch [1]
> after the Generic PHY framework and associated patches were merged.
> 
> This is a probable fix but I'm not able to test these boards. Please
> give it a try and your Ack if it works. Thanks.
> 
> [1] - git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git

I have tested the Nokia N900 part of the patch. Without this patch
the USB port does not work:

[    1.015014] musb-omap2430 480ab000.usb_otg_hs: unable to find phy

With the patch everything seems to work.

Tested-by: Sebastian Reichel <sre@debian.org>

-- Sebastian

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

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

* [PATCH 0/1] Possibly fix USB OTG on GTA04 and N900
@ 2013-10-08 16:04   ` Sebastian Reichel
  0 siblings, 0 replies; 21+ messages in thread
From: Sebastian Reichel @ 2013-10-08 16:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Mon, Oct 07, 2013 at 04:28:12PM +0300, Roger Quadros wrote:
> USB OTG on these boards might be broken on Greg's usb-next branch [1]
> after the Generic PHY framework and associated patches were merged.
> 
> This is a probable fix but I'm not able to test these boards. Please
> give it a try and your Ack if it works. Thanks.
> 
> [1] - git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git

I have tested the Nokia N900 part of the patch. Without this patch
the USB port does not work:

[    1.015014] musb-omap2430 480ab000.usb_otg_hs: unable to find phy

With the patch everything seems to work.

Tested-by: Sebastian Reichel <sre@debian.org>

-- Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131008/05d0843c/attachment.sig>

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

* Re: [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
  2013-10-07 13:28   ` Roger Quadros
  (?)
@ 2013-10-10 15:34     ` Felipe Balbi
  -1 siblings, 0 replies; 21+ messages in thread
From: Felipe Balbi @ 2013-10-10 15:34 UTC (permalink / raw)
  To: Roger Quadros
  Cc: bcousson, pavel, aaro.koskinen, marek, balbi, tony, kishon,
	bigeasy, linux-usb, linux-omap, linux-arm-kernel, devicetree,
	linux-kernel

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

On Mon, Oct 07, 2013 at 04:28:13PM +0300, Roger Quadros wrote:
> The generic PHY framewrok expects different properties than the
> old USB PHY framework. Supply those properties.
> 
> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
> merged in greg/usb-next. [1]
> 
> [1] - https://lkml.org/lkml/2013/9/27/581
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>

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

-- 
balbi

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

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

* Re: [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
@ 2013-10-10 15:34     ` Felipe Balbi
  0 siblings, 0 replies; 21+ messages in thread
From: Felipe Balbi @ 2013-10-10 15:34 UTC (permalink / raw)
  To: Roger Quadros
  Cc: devicetree, bcousson, aaro.koskinen, tony, bigeasy, linux-usb,
	linux-kernel, balbi, kishon, pavel, marek, linux-omap,
	linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 450 bytes --]

On Mon, Oct 07, 2013 at 04:28:13PM +0300, Roger Quadros wrote:
> The generic PHY framewrok expects different properties than the
> old USB PHY framework. Supply those properties.
> 
> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
> merged in greg/usb-next. [1]
> 
> [1] - https://lkml.org/lkml/2013/9/27/581
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>

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

-- 
balbi

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
@ 2013-10-10 15:34     ` Felipe Balbi
  0 siblings, 0 replies; 21+ messages in thread
From: Felipe Balbi @ 2013-10-10 15:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 07, 2013 at 04:28:13PM +0300, Roger Quadros wrote:
> The generic PHY framewrok expects different properties than the
> old USB PHY framework. Supply those properties.
> 
> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
> merged in greg/usb-next. [1]
> 
> [1] - https://lkml.org/lkml/2013/9/27/581
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>

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

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131010/05bfd89f/attachment-0001.sig>

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

* Re: [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
  2013-10-10 15:34     ` Felipe Balbi
  (?)
@ 2013-10-14  9:20       ` Roger Quadros
  -1 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-14  9:20 UTC (permalink / raw)
  To: bcousson
  Cc: balbi, pavel, aaro.koskinen, marek, tony, kishon, bigeasy,
	linux-usb, linux-omap, linux-arm-kernel, devicetree,
	linux-kernel

Hi Benoit,

On 10/10/2013 06:34 PM, Felipe Balbi wrote:
> On Mon, Oct 07, 2013 at 04:28:13PM +0300, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
>> merged in greg/usb-next. [1]
>>
>> [1] - https://lkml.org/lkml/2013/9/27/581
>>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
> 
> Acked-by: Felipe Balbi <balbi@ti.com>
> 

Could you please pick this one for 3.13? Thanks.

I don't see it in your 3.13 take 2 pull request.

cheers,
-roger

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

* Re: [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
@ 2013-10-14  9:20       ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-14  9:20 UTC (permalink / raw)
  To: bcousson
  Cc: balbi, pavel, aaro.koskinen, marek, tony, kishon, bigeasy,
	linux-usb, linux-omap, linux-arm-kernel, devicetree,
	linux-kernel

Hi Benoit,

On 10/10/2013 06:34 PM, Felipe Balbi wrote:
> On Mon, Oct 07, 2013 at 04:28:13PM +0300, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
>> merged in greg/usb-next. [1]
>>
>> [1] - https://lkml.org/lkml/2013/9/27/581
>>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
> 
> Acked-by: Felipe Balbi <balbi@ti.com>
> 

Could you please pick this one for 3.13? Thanks.

I don't see it in your 3.13 take 2 pull request.

cheers,
-roger

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

* [PATCH 1/1] ARM: dts: omap3: Adapt USB OTG to generic PHY framework
@ 2013-10-14  9:20       ` Roger Quadros
  0 siblings, 0 replies; 21+ messages in thread
From: Roger Quadros @ 2013-10-14  9:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Benoit,

On 10/10/2013 06:34 PM, Felipe Balbi wrote:
> On Mon, Oct 07, 2013 at 04:28:13PM +0300, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
>> merged in greg/usb-next. [1]
>>
>> [1] - https://lkml.org/lkml/2013/9/27/581
>>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
> 
> Acked-by: Felipe Balbi <balbi@ti.com>
> 

Could you please pick this one for 3.13? Thanks.

I don't see it in your 3.13 take 2 pull request.

cheers,
-roger

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

* Re: [PATCH 1/1] ARM: dts: omap3:  Adapt USB OTG to generic PHY framework
  2013-10-14  9:20       ` Roger Quadros
@ 2013-10-15  6:53         ` Benoit Cousson
  -1 siblings, 0 replies; 21+ messages in thread
From: Benoit Cousson @ 2013-10-15  6:53 UTC (permalink / raw)
  To: Roger Quadros
  Cc: balbi, pavel, aaro.koskinen, marek, tony, kishon, bigeasy,
	linux-usb, linux-omap, linux-arm-kernel, devicetree,
	linux-kernel

Hi Roger,

On 14/10/2013 11:20, Roger Quadros wrote:
> Hi Benoit,
>
> On 10/10/2013 06:34 PM, Felipe Balbi wrote:
>> On Mon, Oct 07, 2013 at 04:28:13PM +0300, Roger Quadros wrote:
>>> The generic PHY framewrok expects different properties than the
>>> old USB PHY framework. Supply those properties.
>>>
>>> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
>>> merged in greg/usb-next. [1]
>>>
>>> [1] - https://lkml.org/lkml/2013/9/27/581
>>>
>>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>>
>> Acked-by: Felipe Balbi <balbi@ti.com>
>>
>
> Could you please pick this one for 3.13? Thanks.
>
> I don't see it in your 3.13 take 2 pull request.

It was not in it. I've just applied it.

Thanks
Benoit

-- 
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com

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

* [PATCH 1/1] ARM: dts: omap3: Adapt USB OTG to generic PHY framework
@ 2013-10-15  6:53         ` Benoit Cousson
  0 siblings, 0 replies; 21+ messages in thread
From: Benoit Cousson @ 2013-10-15  6:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Roger,

On 14/10/2013 11:20, Roger Quadros wrote:
> Hi Benoit,
>
> On 10/10/2013 06:34 PM, Felipe Balbi wrote:
>> On Mon, Oct 07, 2013 at 04:28:13PM +0300, Roger Quadros wrote:
>>> The generic PHY framewrok expects different properties than the
>>> old USB PHY framework. Supply those properties.
>>>
>>> Fixes USB OTG port on GAT04 and N900 after the Generic PHY framework was
>>> merged in greg/usb-next. [1]
>>>
>>> [1] - https://lkml.org/lkml/2013/9/27/581
>>>
>>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>>
>> Acked-by: Felipe Balbi <balbi@ti.com>
>>
>
> Could you please pick this one for 3.13? Thanks.
>
> I don't see it in your 3.13 take 2 pull request.

It was not in it. I've just applied it.

Thanks
Benoit

-- 
Beno?t Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com

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

end of thread, other threads:[~2013-10-15  6:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-07 13:28 [PATCH 0/1] Possibly fix USB OTG on GTA04 and N900 Roger Quadros
2013-10-07 13:28 ` Roger Quadros
2013-10-07 13:28 ` Roger Quadros
2013-10-07 13:28 ` [PATCH 1/1] ARM: dts: omap3: Adapt USB OTG to generic PHY framework Roger Quadros
2013-10-07 13:28   ` Roger Quadros
2013-10-07 13:28   ` Roger Quadros
2013-10-07 13:40   ` Sebastian Andrzej Siewior
2013-10-07 13:40     ` Sebastian Andrzej Siewior
2013-10-07 13:49     ` Roger Quadros
2013-10-07 13:49       ` Roger Quadros
2013-10-07 13:49       ` Roger Quadros
2013-10-10 15:34   ` Felipe Balbi
2013-10-10 15:34     ` Felipe Balbi
2013-10-10 15:34     ` Felipe Balbi
2013-10-14  9:20     ` Roger Quadros
2013-10-14  9:20       ` Roger Quadros
2013-10-14  9:20       ` Roger Quadros
2013-10-15  6:53       ` Benoit Cousson
2013-10-15  6:53         ` Benoit Cousson
2013-10-08 16:04 ` [PATCH 0/1] Possibly fix USB OTG on GTA04 and N900 Sebastian Reichel
2013-10-08 16:04   ` Sebastian Reichel

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.