All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-08 21:10 ` Sergei Shtylyov
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-08 21:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

   Here's the set of 9 patches against the Simon Horman's 'renesas.git' repo,
'renesas-next-20130405v2' tag.  It was created to fix the shortcomings in the
R8A7779/Marzen USB platform code and R8A7779 USB common PHY driver, and so
spans both arch/arm/mach-shmobile/ and drivers/usb/ subtrees (some patches have
to touch both subtrees). The patches were conceived with the complete
bisectability goal in mind. The patches have been tested on the Marzen board.

[1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
[2/9] ehci-platform: add pre_setup() method to platform data
[3/9] ARM: shmobile: R8A7779: setup EHCI internal buffer
[4/9] rcar-phy: remove EHCI internal buffer setup
[5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource
[6/9] rcar-phy: correct base address
[7/9] rcar-phy: add platform data
[8/9] ARM: shmobile: Marzen: pass platform data to USB PHY device
[9/9] rcar-phy: handle platform data

   I'm not sure thru which tree this patchset should be merged, however it turns
out that it's too late now to push it thru Felipe Balbi's USB tree for 3.10 which
would have been most convenient probably, so maybe the patchset can be merged
thru Simon's tree with Felipe's and Alan Stern's ACKs. Or perhaps it now should
be postponed for 3.11...

WBR, Sergei

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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-08 21:10 ` Sergei Shtylyov
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-08 21:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

   Here's the set of 9 patches against the Simon Horman's 'renesas.git' repo,
'renesas-next-20130405v2' tag.  It was created to fix the shortcomings in the
R8A7779/Marzen USB platform code and R8A7779 USB common PHY driver, and so
spans both arch/arm/mach-shmobile/ and drivers/usb/ subtrees (some patches have
to touch both subtrees). The patches were conceived with the complete
bisectability goal in mind. The patches have been tested on the Marzen board.

[1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
[2/9] ehci-platform: add pre_setup() method to platform data
[3/9] ARM: shmobile: R8A7779: setup EHCI internal buffer
[4/9] rcar-phy: remove EHCI internal buffer setup
[5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource
[6/9] rcar-phy: correct base address
[7/9] rcar-phy: add platform data
[8/9] ARM: shmobile: Marzen: pass platform data to USB PHY device
[9/9] rcar-phy: handle platform data

   I'm not sure thru which tree this patchset should be merged, however it turns
out that it's too late now to push it thru Felipe Balbi's USB tree for 3.10 which
would have been most convenient probably, so maybe the patchset can be merged
thru Simon's tree with Felipe's and Alan Stern's ACKs. Or perhaps it now should
be postponed for 3.11...

WBR, Sergei

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-08 21:10 ` Sergei Shtylyov
@ 2013-04-09  5:58   ` Kuninori Morimoto
  -1 siblings, 0 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2013-04-09  5:58 UTC (permalink / raw)
  To: linux-arm-kernel


Hi

>    Here's the set of 9 patches against the Simon Horman's 'renesas.git' repo,
> 'renesas-next-20130405v2' tag.  It was created to fix the shortcomings in the
> R8A7779/Marzen USB platform code and R8A7779 USB common PHY driver, and so
> spans both arch/arm/mach-shmobile/ and drivers/usb/ subtrees (some patches have
> to touch both subtrees). The patches were conceived with the complete
> bisectability goal in mind. The patches have been tested on the Marzen board.

Please add this "tested on xxx" comment on each patch's log area, not only on [0/x].
We need it on "git log"

> [1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
> [2/9] ehci-platform: add pre_setup() method to platform data
> [3/9] ARM: shmobile: R8A7779: setup EHCI internal buffer
> [4/9] rcar-phy: remove EHCI internal buffer setup
> [5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource
> [6/9] rcar-phy: correct base address
> [7/9] rcar-phy: add platform data
> [8/9] ARM: shmobile: Marzen: pass platform data to USB PHY device
> [9/9] rcar-phy: handle platform data

I didn't get [7/9][9/9] patch somehow

Best regards
---
Kuninori Morimoto

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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-09  5:58   ` Kuninori Morimoto
  0 siblings, 0 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2013-04-09  5:58 UTC (permalink / raw)
  To: linux-arm-kernel


Hi

>    Here's the set of 9 patches against the Simon Horman's 'renesas.git' repo,
> 'renesas-next-20130405v2' tag.  It was created to fix the shortcomings in the
> R8A7779/Marzen USB platform code and R8A7779 USB common PHY driver, and so
> spans both arch/arm/mach-shmobile/ and drivers/usb/ subtrees (some patches have
> to touch both subtrees). The patches were conceived with the complete
> bisectability goal in mind. The patches have been tested on the Marzen board.

Please add this "tested on xxx" comment on each patch's log area, not only on [0/x].
We need it on "git log"

> [1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
> [2/9] ehci-platform: add pre_setup() method to platform data
> [3/9] ARM: shmobile: R8A7779: setup EHCI internal buffer
> [4/9] rcar-phy: remove EHCI internal buffer setup
> [5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource
> [6/9] rcar-phy: correct base address
> [7/9] rcar-phy: add platform data
> [8/9] ARM: shmobile: Marzen: pass platform data to USB PHY device
> [9/9] rcar-phy: handle platform data

I didn't get [7/9][9/9] patch somehow

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-08 21:10 ` Sergei Shtylyov
@ 2013-04-09  8:32   ` Simon Horman
  -1 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2013-04-09  8:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 09, 2013 at 01:10:49AM +0400, Sergei Shtylyov wrote:
> Hello.
> 
>    Here's the set of 9 patches against the Simon Horman's 'renesas.git' repo,
> 'renesas-next-20130405v2' tag.  It was created to fix the shortcomings in the
> R8A7779/Marzen USB platform code and R8A7779 USB common PHY driver, and so
> spans both arch/arm/mach-shmobile/ and drivers/usb/ subtrees (some patches have
> to touch both subtrees). The patches were conceived with the complete
> bisectability goal in mind. The patches have been tested on the Marzen board.
> 
> [1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
> [2/9] ehci-platform: add pre_setup() method to platform data
> [3/9] ARM: shmobile: R8A7779: setup EHCI internal buffer
> [4/9] rcar-phy: remove EHCI internal buffer setup
> [5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource
> [6/9] rcar-phy: correct base address
> [7/9] rcar-phy: add platform data
> [8/9] ARM: shmobile: Marzen: pass platform data to USB PHY device
> [9/9] rcar-phy: handle platform data
> 
>    I'm not sure thru which tree this patchset should be merged, however it turns
> out that it's too late now to push it thru Felipe Balbi's USB tree for 3.10 which
> would have been most convenient probably, so maybe the patchset can be merged
> thru Simon's tree with Felipe's and Alan Stern's ACKs. Or perhaps it now should
> be postponed for 3.11...

I feel that it is also too late for v3.10 for my tree.

I am happy to take them through my tree with appropriate acks.
Or, follow acks from Morimoto-san to allow the shmobile portions
to go through a different tree.


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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-09  8:32   ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2013-04-09  8:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 09, 2013 at 01:10:49AM +0400, Sergei Shtylyov wrote:
> Hello.
> 
>    Here's the set of 9 patches against the Simon Horman's 'renesas.git' repo,
> 'renesas-next-20130405v2' tag.  It was created to fix the shortcomings in the
> R8A7779/Marzen USB platform code and R8A7779 USB common PHY driver, and so
> spans both arch/arm/mach-shmobile/ and drivers/usb/ subtrees (some patches have
> to touch both subtrees). The patches were conceived with the complete
> bisectability goal in mind. The patches have been tested on the Marzen board.
> 
> [1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
> [2/9] ehci-platform: add pre_setup() method to platform data
> [3/9] ARM: shmobile: R8A7779: setup EHCI internal buffer
> [4/9] rcar-phy: remove EHCI internal buffer setup
> [5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource
> [6/9] rcar-phy: correct base address
> [7/9] rcar-phy: add platform data
> [8/9] ARM: shmobile: Marzen: pass platform data to USB PHY device
> [9/9] rcar-phy: handle platform data
> 
>    I'm not sure thru which tree this patchset should be merged, however it turns
> out that it's too late now to push it thru Felipe Balbi's USB tree for 3.10 which
> would have been most convenient probably, so maybe the patchset can be merged
> thru Simon's tree with Felipe's and Alan Stern's ACKs. Or perhaps it now should
> be postponed for 3.11...

I feel that it is also too late for v3.10 for my tree.

I am happy to take them through my tree with appropriate acks.
Or, follow acks from Morimoto-san to allow the shmobile portions
to go through a different tree.

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-09  5:58   ` Kuninori Morimoto
@ 2013-04-09 12:44     ` Sergei Shtylyov
  -1 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-09 12:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 09-04-2013 9:58, Kuninori Morimoto wrote:

>>     Here's the set of 9 patches against the Simon Horman's 'renesas.git' repo,
>> 'renesas-next-20130405v2' tag.  It was created to fix the shortcomings in the
>> R8A7779/Marzen USB platform code and R8A7779 USB common PHY driver, and so
>> spans both arch/arm/mach-shmobile/ and drivers/usb/ subtrees (some patches have
>> to touch both subtrees). The patches were conceived with the complete
>> bisectability goal in mind. The patches have been tested on the Marzen board.

> Please add this "tested on xxx" comment on each patch's log area, not only on [0/x].
> We need it on "git log"

    I'm going to post R8A7778/BOCK-W series following this one, and all the 
patches in 1st series should additionally be tested on BOCK-W. Well, I 
probably can hold up posting version 3 until I have the second series verified.
    BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a ferrite 
bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's used or not
on BOCK-W board? PHY initialization seems to work with either settings...

>> [1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
>> [2/9] ehci-platform: add pre_setup() method to platform data
>> [3/9] ARM: shmobile: R8A7779: setup EHCI internal buffer
>> [4/9] rcar-phy: remove EHCI internal buffer setup
>> [5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource
>> [6/9] rcar-phy: correct base address
>> [7/9] rcar-phy: add platform data
>> [8/9] ARM: shmobile: Marzen: pass platform data to USB PHY device
>> [9/9] rcar-phy: handle platform data

> I didn't get [7/9][9/9] patch somehow

    Here they are in the archive:

http://marc.info/?l=linux-usb&m\x136545680506170
http://marc.info/?l=linux-usb&m\x136545698906257

WBR, Sergei


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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-09 12:44     ` Sergei Shtylyov
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-09 12:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 09-04-2013 9:58, Kuninori Morimoto wrote:

>>     Here's the set of 9 patches against the Simon Horman's 'renesas.git' repo,
>> 'renesas-next-20130405v2' tag.  It was created to fix the shortcomings in the
>> R8A7779/Marzen USB platform code and R8A7779 USB common PHY driver, and so
>> spans both arch/arm/mach-shmobile/ and drivers/usb/ subtrees (some patches have
>> to touch both subtrees). The patches were conceived with the complete
>> bisectability goal in mind. The patches have been tested on the Marzen board.

> Please add this "tested on xxx" comment on each patch's log area, not only on [0/x].
> We need it on "git log"

    I'm going to post R8A7778/BOCK-W series following this one, and all the 
patches in 1st series should additionally be tested on BOCK-W. Well, I 
probably can hold up posting version 3 until I have the second series verified.
    BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a ferrite 
bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's used or not
on BOCK-W board? PHY initialization seems to work with either settings...

>> [1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
>> [2/9] ehci-platform: add pre_setup() method to platform data
>> [3/9] ARM: shmobile: R8A7779: setup EHCI internal buffer
>> [4/9] rcar-phy: remove EHCI internal buffer setup
>> [5/9] ARM: shmobile: R8A7779: remove USB PHY 2nd memory resource
>> [6/9] rcar-phy: correct base address
>> [7/9] rcar-phy: add platform data
>> [8/9] ARM: shmobile: Marzen: pass platform data to USB PHY device
>> [9/9] rcar-phy: handle platform data

> I didn't get [7/9][9/9] patch somehow

    Here they are in the archive:

http://marc.info/?l=linux-usb&m=136545680506170
http://marc.info/?l=linux-usb&m=136545698906257

WBR, Sergei

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-09 12:44     ` Sergei Shtylyov
@ 2013-04-10  1:31       ` Kuninori Morimoto
  -1 siblings, 0 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2013-04-10  1:31 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Sergei

> > Please add this "tested on xxx" comment on each patch's log area, not only on [0/x].
> > We need it on "git log"
> 
>     I'm going to post R8A7778/BOCK-W series following this one, and all the 
> patches in 1st series should additionally be tested on BOCK-W. Well, I 
> probably can hold up posting version 3 until I have the second series verified.
>     BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a ferrite 
> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's used or not
> on BOCK-W board? PHY initialization seems to work with either settings...

I can ask it to HW team if you want me.
But our local BSP is using "No ferrite bead" settings...


Best regards
---
Kuninori Morimoto

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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-10  1:31       ` Kuninori Morimoto
  0 siblings, 0 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2013-04-10  1:31 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Sergei

> > Please add this "tested on xxx" comment on each patch's log area, not only on [0/x].
> > We need it on "git log"
> 
>     I'm going to post R8A7778/BOCK-W series following this one, and all the 
> patches in 1st series should additionally be tested on BOCK-W. Well, I 
> probably can hold up posting version 3 until I have the second series verified.
>     BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a ferrite 
> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's used or not
> on BOCK-W board? PHY initialization seems to work with either settings...

I can ask it to HW team if you want me.
But our local BSP is using "No ferrite bead" settings...


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-10  1:31       ` Kuninori Morimoto
@ 2013-04-12 23:07         ` Sergei Shtylyov
  -1 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-12 23:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 04/10/2013 05:31 AM, Kuninori Morimoto wrote:

>
>>> Please add this "tested on xxx" comment on each patch's log area, not only on [0/x].
>>> We need it on "git log"
>>      I'm going to post R8A7778/BOCK-W series following this one, and all the
>> patches in 1st series should additionally be tested on BOCK-W. Well, I
>> probably can hold up posting version 3 until I have the second series verified.
>>      BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a ferrite
>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's used or not
>> on BOCK-W board? PHY initialization seems to work with either settings...
> I can ask it to HW team if you want me.
> But our local BSP is using "No ferrite bead" settings...

    I've rummaged thru the BSP I have and found not traces of a ferrite bead
(and rcar-phy driver as well) in the patches...

> Best regards
> ---
> Kuninori Morimoto

WBR, Sergei


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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-12 23:07         ` Sergei Shtylyov
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-12 23:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 04/10/2013 05:31 AM, Kuninori Morimoto wrote:

>
>>> Please add this "tested on xxx" comment on each patch's log area, not only on [0/x].
>>> We need it on "git log"
>>      I'm going to post R8A7778/BOCK-W series following this one, and all the
>> patches in 1st series should additionally be tested on BOCK-W. Well, I
>> probably can hold up posting version 3 until I have the second series verified.
>>      BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a ferrite
>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's used or not
>> on BOCK-W board? PHY initialization seems to work with either settings...
> I can ask it to HW team if you want me.
> But our local BSP is using "No ferrite bead" settings...

    I've rummaged thru the BSP I have and found not traces of a ferrite bead
(and rcar-phy driver as well) in the patches...

> Best regards
> ---
> Kuninori Morimoto

WBR, Sergei

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-12 23:07         ` Sergei Shtylyov
@ 2013-04-12 23:11           ` Sergei Shtylyov
  -1 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-12 23:11 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/13/2013 03:07 AM, I wrote:

>
>>
>>>> Please add this "tested on xxx" comment on each patch's log area, 
>>>> not only on [0/x].
>>>> We need it on "git log"
>>>      I'm going to post R8A7778/BOCK-W series following this one, and 
>>> all the
>>> patches in 1st series should additionally be tested on BOCK-W. Well, I
>>> probably can hold up posting version 3 until I have the second 
>>> series verified.
>>>      BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a 
>>> ferrite
>>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's 
>>> used or not
>>> on BOCK-W board? PHY initialization seems to work with either 
>>> settings...
>> I can ask it to HW team if you want me.

    Yes, ask them please.

WBR, Sergei



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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-12 23:11           ` Sergei Shtylyov
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-12 23:11 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/13/2013 03:07 AM, I wrote:

>
>>
>>>> Please add this "tested on xxx" comment on each patch's log area, 
>>>> not only on [0/x].
>>>> We need it on "git log"
>>>      I'm going to post R8A7778/BOCK-W series following this one, and 
>>> all the
>>> patches in 1st series should additionally be tested on BOCK-W. Well, I
>>> probably can hold up posting version 3 until I have the second 
>>> series verified.
>>>      BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a 
>>> ferrite
>>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's 
>>> used or not
>>> on BOCK-W board? PHY initialization seems to work with either 
>>> settings...
>> I can ask it to HW team if you want me.

    Yes, ask them please.

WBR, Sergei

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-12 23:11           ` Sergei Shtylyov
@ 2013-04-17  1:14             ` Kuninori Morimoto
  -1 siblings, 0 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2013-04-17  1:14 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Sergei

> >>>      I'm going to post R8A7778/BOCK-W series following this one, and 
> >>> all the
> >>> patches in 1st series should additionally be tested on BOCK-W. Well, I
> >>> probably can hold up posting version 3 until I have the second 
> >>> series verified.
> >>>      BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a 
> >>> ferrite
> >>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's 
> >>> used or not
> >>> on BOCK-W board? PHY initialization seems to work with either 
> >>> settings...
> >> I can ask it to HW team if you want me.
> 
>     Yes, ask them please.

Now, I'm asking it to HW team
Please wait

Best regards
---
Kuninori Morimoto

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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-17  1:14             ` Kuninori Morimoto
  0 siblings, 0 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2013-04-17  1:14 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Sergei

> >>>      I'm going to post R8A7778/BOCK-W series following this one, and 
> >>> all the
> >>> patches in 1st series should additionally be tested on BOCK-W. Well, I
> >>> probably can hold up posting version 3 until I have the second 
> >>> series verified.
> >>>      BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a 
> >>> ferrite
> >>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's 
> >>> used or not
> >>> on BOCK-W board? PHY initialization seems to work with either 
> >>> settings...
> >> I can ask it to HW team if you want me.
> 
>     Yes, ask them please.

Now, I'm asking it to HW team
Please wait

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-17  1:14             ` Kuninori Morimoto
@ 2013-04-19  0:27               ` Kuninori Morimoto
  -1 siblings, 0 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2013-04-19  0:27 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Sergei

> > >>>      I'm going to post R8A7778/BOCK-W series following this one, and 
> > >>> all the
> > >>> patches in 1st series should additionally be tested on BOCK-W. Well, I
> > >>> probably can hold up posting version 3 until I have the second 
> > >>> series verified.
> > >>>      BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a 
> > >>> ferrite
> > >>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's 
> > >>> used or not
> > >>> on BOCK-W board? PHY initialization seems to work with either 
> > >>> settings...
> > >> I can ask it to HW team if you want me.
> > 
> >     Yes, ask them please.
> 
> Now, I'm asking it to HW team
> Please wait

According to HW team,
this setting is for some kind of USB compliance test (?).
So, in general, we can use "No ferrite bead".

Best regards
---
Kuninori Morimoto

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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-19  0:27               ` Kuninori Morimoto
  0 siblings, 0 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2013-04-19  0:27 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Sergei

> > >>>      I'm going to post R8A7778/BOCK-W series following this one, and 
> > >>> all the
> > >>> patches in 1st series should additionally be tested on BOCK-W. Well, I
> > >>> probably can hold up posting version 3 until I have the second 
> > >>> series verified.
> > >>>      BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a 
> > >>> ferrite
> > >>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's 
> > >>> used or not
> > >>> on BOCK-W board? PHY initialization seems to work with either 
> > >>> settings...
> > >> I can ask it to HW team if you want me.
> > 
> >     Yes, ask them please.
> 
> Now, I'm asking it to HW team
> Please wait

According to HW team,
this setting is for some kind of USB compliance test (?).
So, in general, we can use "No ferrite bead".

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
  2013-04-19  0:27               ` Kuninori Morimoto
@ 2013-04-19 17:54                 ` Sergei Shtylyov
  -1 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-19 17:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 04/19/2013 04:27 AM, Kuninori Morimoto wrote:

>>>>>>       I'm going to post R8A7778/BOCK-W series following this one, and
>>>>>> all the
>>>>>> patches in 1st series should additionally be tested on BOCK-W. Well, I
>>>>>> probably can hold up posting version 3 until I have the second
>>>>>> series verified.
>>>>>>       BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a
>>>>>> ferrite
>>>>>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's
>>>>>> used or not
>>>>>> on BOCK-W board? PHY initialization seems to work with either
>>>>>> settings...
>>>>> I can ask it to HW team if you want me.
>>>      Yes, ask them please.
>> Now, I'm asking it to HW team
>> Please wait
> According to HW team,
> this setting is for some kind of USB compliance test (?).
> So, in general, we can use "No ferrite bead".

    Thanks, I'll change it.

WBR, Sergei


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

* [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code
@ 2013-04-19 17:54                 ` Sergei Shtylyov
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Shtylyov @ 2013-04-19 17:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 04/19/2013 04:27 AM, Kuninori Morimoto wrote:

>>>>>>       I'm going to post R8A7778/BOCK-W series following this one, and
>>>>>> all the
>>>>>> patches in 1st series should additionally be tested on BOCK-W. Well, I
>>>>>> probably can hold up posting version 3 until I have the second
>>>>>> series verified.
>>>>>>       BTW, about R8A7778/BOCK-W, R-Car M1A user manual talks about a
>>>>>> ferrite
>>>>>> bead in 49.4.1 (3) Setting USB-PHY. Do you know for sure if it's
>>>>>> used or not
>>>>>> on BOCK-W board? PHY initialization seems to work with either
>>>>>> settings...
>>>>> I can ask it to HW team if you want me.
>>>      Yes, ask them please.
>> Now, I'm asking it to HW team
>> Please wait
> According to HW team,
> this setting is for some kind of USB compliance test (?).
> So, in general, we can use "No ferrite bead".

    Thanks, I'll change it.

WBR, Sergei

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

end of thread, other threads:[~2013-04-19 17:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-08 21:10 [PATCH v2 0/9] Reorganize R8A7779/Marzen USB code Sergei Shtylyov
2013-04-08 21:10 ` Sergei Shtylyov
2013-04-09  5:58 ` Kuninori Morimoto
2013-04-09  5:58   ` Kuninori Morimoto
2013-04-09 12:44   ` Sergei Shtylyov
2013-04-09 12:44     ` Sergei Shtylyov
2013-04-10  1:31     ` Kuninori Morimoto
2013-04-10  1:31       ` Kuninori Morimoto
2013-04-12 23:07       ` Sergei Shtylyov
2013-04-12 23:07         ` Sergei Shtylyov
2013-04-12 23:11         ` Sergei Shtylyov
2013-04-12 23:11           ` Sergei Shtylyov
2013-04-17  1:14           ` Kuninori Morimoto
2013-04-17  1:14             ` Kuninori Morimoto
2013-04-19  0:27             ` Kuninori Morimoto
2013-04-19  0:27               ` Kuninori Morimoto
2013-04-19 17:54               ` Sergei Shtylyov
2013-04-19 17:54                 ` Sergei Shtylyov
2013-04-09  8:32 ` Simon Horman
2013-04-09  8:32   ` Simon Horman

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.