* [GIT PULL] ARM: CSR: l2x0 init cleanup for 3.2
@ 2011-10-01 2:32 Barry Song
2011-10-07 21:04 ` Arnd Bergmann
0 siblings, 1 reply; 5+ messages in thread
From: Barry Song @ 2011-10-01 2:32 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd,
Since the l2x0 cleanup of prima2 depends on the following two patches
in rmk's tree:
[1]Rob Herring
ARM: 7009/1: l2x0: Add OF based initialization
http://www.spinics.net/lists/arm-kernel/msg131123.html
it has been in rmk/for-next
[2]Barry Song
ARM: 7009/1: CACHE-L2X0: filter start address can be 0 and is often 0
http://www.spinics.net/lists/arm-kernel/msg140126.html
it has been in rmk/for-next
I have rebased the l2x0-cleanup branch to "ARM: 7009/1: CACHE-L2X0:
filter start address can be 0 and is often 0". this might cause some
issues to you. if that is difficult to you, i guess you can pich the
commmit and apply it when your tree has been ready.
The following changes since commit 513d47a3d953e44d79c29077f6c428a017f8af62:
Barry Song (1):
ARM: 7090/1: CACHE-L2X0: filter start address can be 0 and is often 0
are available in the git repository at:
git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git l2x0-cleanup
Barry Song (1):
ARM: CSR: call l2x0_of_init to init L2 cache of SiRFprimaII
arch/arm/boot/dts/prima2-cb.dts | 5 +++-
arch/arm/mach-prima2/l2x0.c | 46 +++++++-------------------------------
2 files changed, 13 insertions(+), 38 deletions(-)
Thanks
barry
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] ARM: CSR: l2x0 init cleanup for 3.2
2011-10-01 2:32 [GIT PULL] ARM: CSR: l2x0 init cleanup for 3.2 Barry Song
@ 2011-10-07 21:04 ` Arnd Bergmann
2011-10-08 1:15 ` Barry Song
2011-10-24 12:52 ` Barry Song
0 siblings, 2 replies; 5+ messages in thread
From: Arnd Bergmann @ 2011-10-07 21:04 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 01 October 2011, Barry Song wrote:
> Since the l2x0 cleanup of prima2 depends on the following two patches
> in rmk's tree:
>
> [1]Rob Herring
> ARM: 7009/1: l2x0: Add OF based initialization
> http://www.spinics.net/lists/arm-kernel/msg131123.html
> it has been in rmk/for-next
>
> [2]Barry Song
> ARM: 7009/1: CACHE-L2X0: filter start address can be 0 and is often 0
> http://www.spinics.net/lists/arm-kernel/msg140126.html
> it has been in rmk/for-next
>
> I have rebased the l2x0-cleanup branch to "ARM: 7009/1: CACHE-L2X0:
> filter start address can be 0 and is often 0". this might cause some
> issues to you. if that is difficult to you, i guess you can pich the
> commmit and apply it when your tree has been ready.
>
> The following changes since commit 513d47a3d953e44d79c29077f6c428a017f8af62:
> Barry Song (1):
> ARM: 7090/1: CACHE-L2X0: filter start address can be 0 and is often 0
>
> are available in the git repository at:
>
> git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git l2x0-cleanup
I think I can keep track of this, but is the commit that you used actually
from a stable branch in Russell's tree? If that gets rebased, I should
not pull your patch in.
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] ARM: CSR: l2x0 init cleanup for 3.2
2011-10-07 21:04 ` Arnd Bergmann
@ 2011-10-08 1:15 ` Barry Song
2011-10-24 12:52 ` Barry Song
1 sibling, 0 replies; 5+ messages in thread
From: Barry Song @ 2011-10-08 1:15 UTC (permalink / raw)
To: linux-arm-kernel
2011/10/8 Arnd Bergmann <arnd@arndb.de>:
> On Saturday 01 October 2011, Barry Song wrote:
>> Since the l2x0 cleanup of prima2 depends on the following two patches
>> in rmk's tree:
>>
>> [1]Rob Herring
>> ARM: 7009/1: l2x0: Add OF based initialization
>> http://www.spinics.net/lists/arm-kernel/msg131123.html
>> it has been in rmk/for-next
>>
>> [2]Barry Song
>> ARM: 7009/1: CACHE-L2X0: filter start address can be 0 and is often 0
>> http://www.spinics.net/lists/arm-kernel/msg140126.html
>> it has been in rmk/for-next
>>
>> I have rebased the l2x0-cleanup branch to "ARM: 7009/1: CACHE-L2X0:
>> filter start address can be 0 and is often 0". this might cause some
>> issues to you. if that is difficult to you, i guess you can pich the
>> commmit and apply it when your tree has been ready.
>>
>> The following changes since commit 513d47a3d953e44d79c29077f6c428a017f8af62:
>> ? Barry Song (1):
>> ? ? ? ? ARM: 7090/1: CACHE-L2X0: filter start address can be 0 and is often 0
>>
>> are available in the git repository at:
>>
>> ? git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git l2x0-cleanup
>
> I think I can keep track of this, but is the commit that you used actually
> from a stable branch in Russell's tree? If that gets rebased, I should
> not pull your patch in.
not actually. the commit is in rmk/for-next. rmk might rebase
for-next. you might apply this one after your local tree merge rmk's
stable tree with this commit.
>
> ? ? ? ?Arnd
>
-barry
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] ARM: CSR: l2x0 init cleanup for 3.2
2011-10-07 21:04 ` Arnd Bergmann
2011-10-08 1:15 ` Barry Song
@ 2011-10-24 12:52 ` Barry Song
2011-10-30 19:21 ` Arnd Bergmann
1 sibling, 1 reply; 5+ messages in thread
From: Barry Song @ 2011-10-24 12:52 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd,
2011/10/8 Arnd Bergmann <arnd@arndb.de>:
> On Saturday 01 October 2011, Barry Song wrote:
>> Since the l2x0 cleanup of prima2 depends on the following two patches
>> in rmk's tree:
>>
>> [1]Rob Herring
>> ARM: 7009/1: l2x0: Add OF based initialization
>> http://www.spinics.net/lists/arm-kernel/msg131123.html
>> it has been in rmk/for-next
>>
>> [2]Barry Song
>> ARM: 7009/1: CACHE-L2X0: filter start address can be 0 and is often 0
>> http://www.spinics.net/lists/arm-kernel/msg140126.html
>> it has been in rmk/for-next
>>
>> I have rebased the l2x0-cleanup branch to "ARM: 7009/1: CACHE-L2X0:
>> filter start address can be 0 and is often 0". this might cause some
>> issues to you. if that is difficult to you, i guess you can pich the
>> commmit and apply it when your tree has been ready.
>>
>> The following changes since commit 513d47a3d953e44d79c29077f6c428a017f8af62:
>> ? Barry Song (1):
>> ? ? ? ? ARM: 7090/1: CACHE-L2X0: filter start address can be 0 and is often 0
>>
>> are available in the git repository at:
>>
>> ? git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git l2x0-cleanup
>
> I think I can keep track of this, but is the commit that you used actually
> from a stable branch in Russell's tree? If that gets rebased, I should
> not pull your patch in.
i have merged rmk/l2x0 branch into prima2 you have merged, can you pull this:
The following changes since commit 1e11bec9b09a28f81dd3173fec6b1c6c56b5e299:
Barry Song (1):
Merge branch 'l2x0' of rmk tree into prima2-l2x0
are available in the git repository at:
git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git prima2-l2x0
Barry Song (2):
ARM: CSR: call l2x0_of_init to init L2 cache of SiRFprimaII
ARM: CSR: PM: use outer_resume to resume L2 cache
arch/arm/boot/dts/prima2-cb.dts | 5 +++-
arch/arm/mach-prima2/l2x0.c | 46 +++++++-------------------------------
arch/arm/mach-prima2/pm.c | 1 +
3 files changed, 14 insertions(+), 38 deletions(-)
>
> ? ? ? ?Arnd
>
Thanks
barry
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] ARM: CSR: l2x0 init cleanup for 3.2
2011-10-24 12:52 ` Barry Song
@ 2011-10-30 19:21 ` Arnd Bergmann
0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2011-10-30 19:21 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 24 October 2011, Barry Song wrote:
> The following changes since commit 1e11bec9b09a28f81dd3173fec6b1c6c56b5e299:
> Barry Song (1):
> Merge branch 'l2x0' of rmk tree into prima2-l2x0
>
> are available in the git repository at:
>
> git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git prima2-l2x0
>
I've now pulled it into the next/pm branch that had your previous pm
changes.
Thanks,
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-30 19:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-01 2:32 [GIT PULL] ARM: CSR: l2x0 init cleanup for 3.2 Barry Song
2011-10-07 21:04 ` Arnd Bergmann
2011-10-08 1:15 ` Barry Song
2011-10-24 12:52 ` Barry Song
2011-10-30 19:21 ` Arnd Bergmann
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).