* [patch 1/4] [ARM] mmp: support PJ4 core
@ 2009-12-07 6:18 Haojian Zhuang
2009-12-07 6:26 ` Eric Miao
2009-12-07 12:04 ` Russell King - ARM Linux
0 siblings, 2 replies; 8+ messages in thread
From: Haojian Zhuang @ 2009-12-07 6:18 UTC (permalink / raw)
To: linux-arm-kernel
^ permalink raw reply [flat|nested] 8+ messages in thread
* [patch 1/4] [ARM] mmp: support PJ4 core
2009-12-07 6:18 [patch 1/4] [ARM] mmp: support PJ4 core Haojian Zhuang
@ 2009-12-07 6:26 ` Eric Miao
2009-12-07 6:27 ` Eric Miao
2009-12-07 12:04 ` Russell King - ARM Linux
1 sibling, 1 reply; 8+ messages in thread
From: Eric Miao @ 2009-12-07 6:26 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 7, 2009 at 2:18 PM, Haojian Zhuang <haojian.zhuang@gmail.com> wrote:
> From e4abbf0b65f7581867bbca492741fe5617bc346d Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 4 Dec 2009 08:35:17 -0500
> Subject: [PATCH] [ARM] mmp: support PJ4 core
>
> Marvell PJ4 core is compatible to ARMv6 architecture.
>
Haojian,
Please take a look into Saeed's dove support patches submitted days ago.
http://www.spinics.net/lists/arm-kernel/msg78076.html.
Which may render this patch unnecessary.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [patch 1/4] [ARM] mmp: support PJ4 core
2009-12-07 6:26 ` Eric Miao
@ 2009-12-07 6:27 ` Eric Miao
2009-12-07 6:40 ` Haojian Zhuang
0 siblings, 1 reply; 8+ messages in thread
From: Eric Miao @ 2009-12-07 6:27 UTC (permalink / raw)
To: linux-arm-kernel
Loop in Saeed and Nico.
On Mon, Dec 7, 2009 at 2:26 PM, Eric Miao <eric.y.miao@gmail.com> wrote:
> On Mon, Dec 7, 2009 at 2:18 PM, Haojian Zhuang <haojian.zhuang@gmail.com> wrote:
>> From e4abbf0b65f7581867bbca492741fe5617bc346d Mon Sep 17 00:00:00 2001
>> From: Haojian Zhuang <haojian.zhuang@marvell.com>
>> Date: Fri, 4 Dec 2009 08:35:17 -0500
>> Subject: [PATCH] [ARM] mmp: support PJ4 core
>>
>> Marvell PJ4 core is compatible to ARMv6 architecture.
>>
>
> Haojian,
>
> Please take a look into Saeed's dove support patches submitted days ago.
>
> http://www.spinics.net/lists/arm-kernel/msg78076.html.
>
> Which may render this patch unnecessary.
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [patch 1/4] [ARM] mmp: support PJ4 core
2009-12-07 6:27 ` Eric Miao
@ 2009-12-07 6:40 ` Haojian Zhuang
0 siblings, 0 replies; 8+ messages in thread
From: Haojian Zhuang @ 2009-12-07 6:40 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 7, 2009 at 1:27 AM, Eric Miao <eric.y.miao@gmail.com> wrote:
> Loop in Saeed and Nico.
>
> On Mon, Dec 7, 2009 at 2:26 PM, Eric Miao <eric.y.miao@gmail.com> wrote:
>> On Mon, Dec 7, 2009 at 2:18 PM, Haojian Zhuang <haojian.zhuang@gmail.com> wrote:
>>> From e4abbf0b65f7581867bbca492741fe5617bc346d Mon Sep 17 00:00:00 2001
>>> From: Haojian Zhuang <haojian.zhuang@marvell.com>
>>> Date: Fri, 4 Dec 2009 08:35:17 -0500
>>> Subject: [PATCH] [ARM] mmp: support PJ4 core
>>>
>>> Marvell PJ4 core is compatible to ARMv6 architecture.
>>>
>>
>> Haojian,
>>
>> Please take a look into Saeed's dove support patches submitted days ago.
>>
>> http://www.spinics.net/lists/arm-kernel/msg78076.html.
>>
>> Which may render this patch unnecessary.
>>
>
Hi Eric,
Yes, the first patch is reproduced of saeed's. Since we're both using
PJ4 core. So I formated it into one patch. If saeed's patch is merged,
my first patch can be dropped directly.
Thanks
Haojian
^ permalink raw reply [flat|nested] 8+ messages in thread
* [patch 1/4] [ARM] mmp: support PJ4 core
2009-12-07 6:18 [patch 1/4] [ARM] mmp: support PJ4 core Haojian Zhuang
2009-12-07 6:26 ` Eric Miao
@ 2009-12-07 12:04 ` Russell King - ARM Linux
2009-12-07 12:33 ` Haojian Zhuang
2009-12-07 12:35 ` Eric Miao
1 sibling, 2 replies; 8+ messages in thread
From: Russell King - ARM Linux @ 2009-12-07 12:04 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 07, 2009 at 01:18:50AM -0500, Haojian Zhuang wrote:
> >From e4abbf0b65f7581867bbca492741fe5617bc346d Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 4 Dec 2009 08:35:17 -0500
> Subject: [PATCH] [ARM] mmp: support PJ4 core
>
> Marvell PJ4 core is compatible to ARMv6 architecture.
>
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Saeed Bishara already submitted this as part of the Marvell Dove
patchset - though it looks like it should've been submitted separately
as you have done (since the core is a shared entity.)
Shouldn't Lennert's sign-off also be on this patch (did it originate
from the Dove folk?)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [patch 1/4] [ARM] mmp: support PJ4 core
2009-12-07 12:04 ` Russell King - ARM Linux
@ 2009-12-07 12:33 ` Haojian Zhuang
2009-12-07 12:35 ` Eric Miao
1 sibling, 0 replies; 8+ messages in thread
From: Haojian Zhuang @ 2009-12-07 12:33 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 7, 2009 at 7:04 AM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Mon, Dec 07, 2009 at 01:18:50AM -0500, Haojian Zhuang wrote:
>> >From e4abbf0b65f7581867bbca492741fe5617bc346d Mon Sep 17 00:00:00 2001
>> From: Haojian Zhuang <haojian.zhuang@marvell.com>
>> Date: Fri, 4 Dec 2009 08:35:17 -0500
>> Subject: [PATCH] [ARM] mmp: support PJ4 core
>>
>> Marvell PJ4 core is compatible to ARMv6 architecture.
>>
>> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
>
> Saeed Bishara already submitted this as part of the Marvell Dove
> patchset - though it looks like it should've been submitted separately
> as you have done (since the core is a shared entity.)
>
> Shouldn't Lennert's sign-off also be on this patch (did it originate
> from the Dove folk?)
>
Yes, this patch is deriven from saeed's patch. I missed to add their
sign-off. I append it now. Thanks for reminder.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001--ARM-mmp-support-PJ4-core.patch
Type: text/x-patch
Size: 2290 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20091207/2786fe1d/attachment.bin>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [patch 1/4] [ARM] mmp: support PJ4 core
2009-12-07 12:04 ` Russell King - ARM Linux
2009-12-07 12:33 ` Haojian Zhuang
@ 2009-12-07 12:35 ` Eric Miao
2009-12-07 12:37 ` Haojian Zhuang
1 sibling, 1 reply; 8+ messages in thread
From: Eric Miao @ 2009-12-07 12:35 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 7, 2009 at 8:04 PM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Mon, Dec 07, 2009 at 01:18:50AM -0500, Haojian Zhuang wrote:
>> >From e4abbf0b65f7581867bbca492741fe5617bc346d Mon Sep 17 00:00:00 2001
>> From: Haojian Zhuang <haojian.zhuang@marvell.com>
>> Date: Fri, 4 Dec 2009 08:35:17 -0500
>> Subject: [PATCH] [ARM] mmp: support PJ4 core
>>
>> Marvell PJ4 core is compatible to ARMv6 architecture.
>>
>> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
>
> Saeed Bishara already submitted this as part of the Marvell Dove
> patchset - though it looks like it should've been submitted separately
> as you have done (since the core is a shared entity.)
>
> Shouldn't Lennert's sign-off also be on this patch (did it originate
> from the Dove folk?)
>
I'm basically going to drop this one when Dove stuffs are sorted out.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [patch 1/4] [ARM] mmp: support PJ4 core
2009-12-07 12:35 ` Eric Miao
@ 2009-12-07 12:37 ` Haojian Zhuang
0 siblings, 0 replies; 8+ messages in thread
From: Haojian Zhuang @ 2009-12-07 12:37 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 7, 2009 at 7:35 AM, Eric Miao <eric.y.miao@gmail.com> wrote:
> On Mon, Dec 7, 2009 at 8:04 PM, Russell King - ARM Linux
> <linux@arm.linux.org.uk> wrote:
>> On Mon, Dec 07, 2009 at 01:18:50AM -0500, Haojian Zhuang wrote:
>>> >From e4abbf0b65f7581867bbca492741fe5617bc346d Mon Sep 17 00:00:00 2001
>>> From: Haojian Zhuang <haojian.zhuang@marvell.com>
>>> Date: Fri, 4 Dec 2009 08:35:17 -0500
>>> Subject: [PATCH] [ARM] mmp: support PJ4 core
>>>
>>> Marvell PJ4 core is compatible to ARMv6 architecture.
>>>
>>> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
>>
>> Saeed Bishara already submitted this as part of the Marvell Dove
>> patchset - though it looks like it should've been submitted separately
>> as you have done (since the core is a shared entity.)
>>
>> Shouldn't Lennert's sign-off also be on this patch (did it originate
>> from the Dove folk?)
>>
>
> I'm basically going to drop this one when Dove stuffs are sorted out.
>
I agree :)
Thanks
Haojian
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-12-07 12:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-07 6:18 [patch 1/4] [ARM] mmp: support PJ4 core Haojian Zhuang
2009-12-07 6:26 ` Eric Miao
2009-12-07 6:27 ` Eric Miao
2009-12-07 6:40 ` Haojian Zhuang
2009-12-07 12:04 ` Russell King - ARM Linux
2009-12-07 12:33 ` Haojian Zhuang
2009-12-07 12:35 ` Eric Miao
2009-12-07 12:37 ` Haojian Zhuang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox