* [PATCH 0/8] Reorganize R8A7779/Marzen USB code
@ 2013-04-04 22:51 Sergei Shtylyov
2013-04-05 2:01 ` Kuninori Morimoto
0 siblings, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2013-04-04 22:51 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
Here's the set of 4 patches against the Simon Horman's 'renesas.git' repo,
'renesas-next-20130404v2' tag and the 2 Ether patches I've reposted yesterday.
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.
[1/8] ARM: shmobile:Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
[2/8] ehci-platform: add init() method to platform data
[3/8] ARM: shmobile: R8A7779: setup EHCI internal buffer
[4/8] rcar-phy: remove EHCI internal buffer setup
[5/8] rcar-phy: correct base address
[6/8] rcar-phy: add platform data
[7/8] ARM: shmobile: Marzen: pass platform data to USB PHY device
[8/8] 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, so
maybe the patchset can be merged thru Simon's tree with Felipe's and Alan
Stern's ACKs.
WBR, Sergei
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/8] Reorganize R8A7779/Marzen USB code
2013-04-04 22:51 [PATCH 0/8] Reorganize R8A7779/Marzen USB code Sergei Shtylyov
@ 2013-04-05 2:01 ` Kuninori Morimoto
2013-04-05 16:40 ` Sergei Shtylyov
2013-04-09 12:00 ` Sergei Shtylyov
0 siblings, 2 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2013-04-05 2:01 UTC (permalink / raw)
To: linux-arm-kernel
Hi
> Here's the set of 4 patches against the Simon Horman's 'renesas.git' repo,
> 'renesas-next-20130404v2' tag and the 2 Ether patches I've reposted yesterday.
> 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.
>
> [1/8] ARM: shmobile:Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
> [2/8] ehci-platform: add init() method to platform data
> [3/8] ARM: shmobile: R8A7779: setup EHCI internal buffer
> [4/8] rcar-phy: remove EHCI internal buffer setup
> [5/8] rcar-phy: correct base address
> [6/8] rcar-phy: add platform data
> [7/8] ARM: shmobile: Marzen: pass platform data to USB PHY device
> [8/8] 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, so
> maybe the patchset can be merged thru Simon's tree with Felipe's and Alan
> Stern's ACKs.
I guess you already got request about patch style from Simon.
When you send v2 patch, could you please add "this patch is tested on xxxx bard"
on each patch's comment area ?
Then,
for all patches
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/8] Reorganize R8A7779/Marzen USB code
2013-04-05 2:01 ` Kuninori Morimoto
@ 2013-04-05 16:40 ` Sergei Shtylyov
2013-04-05 22:35 ` Sergei Shtylyov
2013-04-09 12:00 ` Sergei Shtylyov
1 sibling, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2013-04-05 16:40 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
On 05-04-2013 6:01, Kuninori Morimoto wrote:
>> Here's the set of 4 patches against the Simon Horman's 'renesas.git' repo,
>> 'renesas-next-20130404v2' tag and the 2 Ether patches I've reposted yesterday.
>> 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.
>> [1/8] ARM: shmobile:Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
>> [2/8] ehci-platform: add init() method to platform data
>> [3/8] ARM: shmobile: R8A7779: setup EHCI internal buffer
>> [4/8] rcar-phy: remove EHCI internal buffer setup
>> [5/8] rcar-phy: correct base address
>> [6/8] rcar-phy: add platform data
>> [7/8] ARM: shmobile: Marzen: pass platform data to USB PHY device
>> [8/8] 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, so
>> maybe the patchset can be merged thru Simon's tree with Felipe's and Alan
>> Stern's ACKs.
> I guess you already got request about patch style from Simon.
It's not about style. I tried to keep the series copmpletely bisectable,
and granting almost all requests about splitting the patches would have broken
the bisection.
> When you send v2 patch, could you please add "this patch is tested on xxxx bard"
> on each patch's comment area ?
I'm not sure it's worth doing v2, although in one place I can indeed
readily split the patch. All patches were tested on the Marzen board, I forgot
to mention that in the cover letter.
> Then,
> for all patches
> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thanks.
WBR, Sergei
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/8] Reorganize R8A7779/Marzen USB code
2013-04-05 16:40 ` Sergei Shtylyov
@ 2013-04-05 22:35 ` Sergei Shtylyov
2013-04-08 2:33 ` Simon Horman
0 siblings, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2013-04-05 22:35 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
On 04/05/2013 08:40 PM, Sergei Shtylyov wrote:
>
>>> Here's the set of 4 patches against the Simon Horman's
>>> 'renesas.git' repo,
>>> 'renesas-next-20130404v2' tag and the 2 Ether patches I've reposted
>>> yesterday.
>>> 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.
>
>>> [1/8] ARM: shmobile:Marzen: move USB EHCI, OHCI, and PHY devices to
>>> R8A7779 code
>>> [2/8] ehci-platform: add init() method to platform data
>>> [3/8] ARM: shmobile: R8A7779: setup EHCI internal buffer
>>> [4/8] rcar-phy: remove EHCI internal buffer setup
>>> [5/8] rcar-phy: correct base address
>>> [6/8] rcar-phy: add platform data
>>> [7/8] ARM: shmobile: Marzen: pass platform data to USB PHY device
>>> [8/8] 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, so
>>> maybe the patchset can be merged thru Simon's tree with Felipe's and
>>> Alan
>>> Stern's ACKs.
>
>> I guess you already got request about patch style from Simon.
>
> It's not about style. I tried to keep the series copmpletely
> bisectable, and granting almost all requests about splitting the
> patches would have broken the bisection.
>
>> When you send v2 patch, could you please add "this patch is tested on
>> xxxx bard"
>> on each patch's comment area ?
>
> I'm not sure it's worth doing v2, although in one place I can
> indeed readily split the patch. All patches were tested on the Marzen
> board, I forgot to mention that in the cover letter.
Well, there's gonna be version 2 now, mainly because Alan Stern
wasn't content with the patch #2.
WBR, Sergei
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/8] Reorganize R8A7779/Marzen USB code
2013-04-05 22:35 ` Sergei Shtylyov
@ 2013-04-08 2:33 ` Simon Horman
2013-04-08 12:35 ` Sergei Shtylyov
0 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2013-04-08 2:33 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Apr 06, 2013 at 02:35:34AM +0400, Sergei Shtylyov wrote:
> Hello.
>
> On 04/05/2013 08:40 PM, Sergei Shtylyov wrote:
>
> >
> >>> Here's the set of 4 patches against the Simon Horman's
> >>>'renesas.git' repo,
> >>>'renesas-next-20130404v2' tag and the 2 Ether patches I've
> >>>reposted yesterday.
> >>>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.
> >
> >>>[1/8] ARM: shmobile:Marzen: move USB EHCI, OHCI, and PHY
> >>>devices to R8A7779 code
> >>>[2/8] ehci-platform: add init() method to platform data
> >>>[3/8] ARM: shmobile: R8A7779: setup EHCI internal buffer
> >>>[4/8] rcar-phy: remove EHCI internal buffer setup
> >>>[5/8] rcar-phy: correct base address
> >>>[6/8] rcar-phy: add platform data
> >>>[7/8] ARM: shmobile: Marzen: pass platform data to USB PHY device
> >>>[8/8] 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, so
> >>>maybe the patchset can be merged thru Simon's tree with
> >>>Felipe's and Alan
> >>>Stern's ACKs.
> >
> >>I guess you already got request about patch style from Simon.
> >
> > It's not about style. I tried to keep the series copmpletely
> >bisectable, and granting almost all requests about splitting the
> >patches would have broken the bisection.
> >
> >>When you send v2 patch, could you please add "this patch is
> >>tested on xxxx bard"
> >>on each patch's comment area ?
> >
> > I'm not sure it's worth doing v2, although in one place I can
> >indeed readily split the patch. All patches were tested on the
> >Marzen board, I forgot to mention that in the cover letter.
>
> Well, there's gonna be version 2 now, mainly because Alan Stern
> wasn't content with the patch #2.
When you spin v2 could you note in the change log of each patch that
includes both SoC and board of SoC and river code that the reason for this
is to avoid breaking bisection?
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/8] Reorganize R8A7779/Marzen USB code
2013-04-08 2:33 ` Simon Horman
@ 2013-04-08 12:35 ` Sergei Shtylyov
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2013-04-08 12:35 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
On 08-04-2013 6:33, Simon Horman wrote:
>>>>> Here's the set of 4 patches against the Simon Horman's
>>>>> 'renesas.git' repo,
>>>>> 'renesas-next-20130404v2' tag and the 2 Ether patches I've
>>>>> reposted yesterday.
>>>>> 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.
>>>>> [1/8] ARM: shmobile:Marzen: move USB EHCI, OHCI, and PHY
>>>>> devices to R8A7779 code
>>>>> [2/8] ehci-platform: add init() method to platform data
>>>>> [3/8] ARM: shmobile: R8A7779: setup EHCI internal buffer
>>>>> [4/8] rcar-phy: remove EHCI internal buffer setup
>>>>> [5/8] rcar-phy: correct base address
>>>>> [6/8] rcar-phy: add platform data
>>>>> [7/8] ARM: shmobile: Marzen: pass platform data to USB PHY device
>>>>> [8/8] 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, so
>>>>> maybe the patchset can be merged thru Simon's tree with
>>>>> Felipe's and Alan
>>>>> Stern's ACKs.
>>>> I guess you already got request about patch style from Simon.
>>> It's not about style. I tried to keep the series copmpletely
>>> bisectable, and granting almost all requests about splitting the
>>> patches would have broken the bisection.
>>>> When you send v2 patch, could you please add "this patch is
>>>> tested on xxxx bard"
>>>> on each patch's comment area ?
>>> I'm not sure it's worth doing v2, although in one place I can
>>> indeed readily split the patch. All patches were tested on the
>>> Marzen board, I forgot to mention that in the cover letter.
>>
>> Well, there's gonna be version 2 now, mainly because Alan Stern
>> wasn't content with the patch #2.
> When you spin v2 could you note in the change log of each patch that
> includes both SoC and board of SoC and river code that the reason for this
> is to avoid breaking bisection?
OK, but I wonder if you have read my cover letter before looking at the
patches... I clearly stated that keeping the series bisectable was one of my
main goals.
> Thanks.
WBR, Sergei
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/8] Reorganize R8A7779/Marzen USB code
2013-04-05 2:01 ` Kuninori Morimoto
2013-04-05 16:40 ` Sergei Shtylyov
@ 2013-04-09 12:00 ` Sergei Shtylyov
2013-04-09 15:11 ` Simon Horman
1 sibling, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2013-04-09 12:00 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
On 05-04-2013 6:01, Kuninori Morimoto wrote:
>> Here's the set of 4 patches against the Simon Horman's 'renesas.git' repo,
>> 'renesas-next-20130404v2' tag and the 2 Ether patches I've reposted yesterday.
>> 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.
>> [1/8] ARM: shmobile:Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
>> [2/8] ehci-platform: add init() method to platform data
>> [3/8] ARM: shmobile: R8A7779: setup EHCI internal buffer
>> [4/8] rcar-phy: remove EHCI internal buffer setup
>> [5/8] rcar-phy: correct base address
>> [6/8] rcar-phy: add platform data
>> [7/8] ARM: shmobile: Marzen: pass platform data to USB PHY device
>> [8/8] 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, so
>> maybe the patchset can be merged thru Simon's tree with Felipe's and Alan
>> Stern's ACKs.
> I guess you already got request about patch style from Simon.
> When you send v2 patch, could you please add "this patch is tested on xxxx bard"
> on each patch's comment area ?
I thought adding it to each patch (BTW, I didn't get what you meant:
changelog or the area below ---) was a bit too much and just mentioned it in
the cover letter.
> Then,
> for all patches
> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Sorry, I forgot to add this. If you still want it, I'll add it to version
3 that will be posted today.
> Best regards
> ---
> Kuninori Morimoto
WBR, Sergei
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/8] Reorganize R8A7779/Marzen USB code
2013-04-09 12:00 ` Sergei Shtylyov
@ 2013-04-09 15:11 ` Simon Horman
0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2013-04-09 15:11 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 09, 2013 at 04:00:15PM +0400, Sergei Shtylyov wrote:
> Hello.
>
> On 05-04-2013 6:01, Kuninori Morimoto wrote:
>
> >> Here's the set of 4 patches against the Simon Horman's 'renesas.git' repo,
> >>'renesas-next-20130404v2' tag and the 2 Ether patches I've reposted yesterday.
> >>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.
>
> >>[1/8] ARM: shmobile:Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code
> >>[2/8] ehci-platform: add init() method to platform data
> >>[3/8] ARM: shmobile: R8A7779: setup EHCI internal buffer
> >>[4/8] rcar-phy: remove EHCI internal buffer setup
> >>[5/8] rcar-phy: correct base address
> >>[6/8] rcar-phy: add platform data
> >>[7/8] ARM: shmobile: Marzen: pass platform data to USB PHY device
> >>[8/8] 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, so
> >>maybe the patchset can be merged thru Simon's tree with Felipe's and Alan
> >>Stern's ACKs.
>
> >I guess you already got request about patch style from Simon.
> >When you send v2 patch, could you please add "this patch is tested on xxxx bard"
> >on each patch's comment area ?
>
> I thought adding it to each patch (BTW, I didn't get what you
> meant: changelog or the area below ---) was a bit too much and just
> mentioned it in the cover letter.
>
> >Then,
> >for all patches
>
> >Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> Sorry, I forgot to add this. If you still want it, I'll add it to
> version 3 that will be posted today.
You can also add
Acked-by: Simon Horman <horms+renesas@verge.net.au>
I'll replace it with a Sob line if the patches
end up going through my tree.
>
> >Best regards
> >---
> >Kuninori Morimoto
>
> WBR, Sergei
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-04-09 15:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 22:51 [PATCH 0/8] Reorganize R8A7779/Marzen USB code Sergei Shtylyov
2013-04-05 2:01 ` Kuninori Morimoto
2013-04-05 16:40 ` Sergei Shtylyov
2013-04-05 22:35 ` Sergei Shtylyov
2013-04-08 2:33 ` Simon Horman
2013-04-08 12:35 ` Sergei Shtylyov
2013-04-09 12:00 ` Sergei Shtylyov
2013-04-09 15:11 ` Simon Horman
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).