2012-08-22 02:22:57

by Chao Xie

[permalink] [raw]
Subject: Re: FW: [PATCH V5 0/5] clk: mmp: add clock framework for mmp

> -----Original Message-----
> From: Arnd Bergmann [mailto:[email protected]]
> Sent: Monday, August 20, 2012 1:39 PM
> To: Chao Xie
> Cc: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; Chao Xie
> Subject: Re: [PATCH V5 0/5] clk: mmp: add clock framework for mmp
>
> On Monday 20 August 2012, Chao Xie wrote:
>>
>> From: Chao Xie <[email protected]>
>>
>> v1->v2:
>> replace __raw_xxx with xxx_relax
>> use ioremap to remap the registers. Finaly it will use device tree to
>> get the physical address.
>> do not use macro to register clocks, and directly call the functions.
>>
>> v2->v3:
>> pxa910 will have APB extension clock, so some peripharals will have
>> clocks in APB extension base.
>> change pxa168-pwm to be pxa910-pwm for pxa910. It will fit the current
>> pwm driver.
>>
>> v3->v4:
>> remove addtional clock name definition
>> replace left __raw_xxx
>>
>> v4->v5:
>> change the format of the file
>>
>
> Reviewed-by: Arnd Bergmann <[email protected]>
>
> Arnd

Who will be responsible for merging these patches?


2012-08-22 06:41:57

by Arnd Bergmann

[permalink] [raw]
Subject: Re: FW: [PATCH V5 0/5] clk: mmp: add clock framework for mmp

On Wednesday 22 August 2012, Chao Xie wrote:
> >
> > Reviewed-by: Arnd Bergmann <[email protected]>
> >
> > Arnd
>
> Who will be responsible for merging these patches?
>

They should go through Mike's tree, unless there is a reason why he
prefers them to go through arm-soc. It would be helpful to add
an 'Acked-by: Haojian Zhuang <[email protected]>' line
and my 'Reviewed-by: Arnd Bergmann <[email protected]>' line to each
patch for that.

Arnd

2012-08-22 08:00:40

by Haojian Zhuang

[permalink] [raw]
Subject: Re: FW: [PATCH V5 0/5] clk: mmp: add clock framework for mmp

On Wed, Aug 22, 2012 at 2:41 PM, Arnd Bergmann <[email protected]> wrote:
> On Wednesday 22 August 2012, Chao Xie wrote:
>> >
>> > Reviewed-by: Arnd Bergmann <[email protected]>
>> >
>> > Arnd
>>
>> Who will be responsible for merging these patches?
>>
>
> They should go through Mike's tree, unless there is a reason why he
> prefers them to go through arm-soc. It would be helpful to add
> an 'Acked-by: Haojian Zhuang <[email protected]>' line
> and my 'Reviewed-by: Arnd Bergmann <[email protected]>' line to each
> patch for that.
>
> Arnd

I'm OK on these patches.

Acked-by: Haojian Zhuang <[email protected]>

Regards
Haojian

2012-08-24 07:07:25

by Chao Xie

[permalink] [raw]
Subject: Re: FW: [PATCH V5 0/5] clk: mmp: add clock framework for mmp

hi, Mike
Can you help to review and merge these patches?

On Wed, Aug 22, 2012 at 4:00 PM, Haojian Zhuang
<[email protected]> wrote:
> On Wed, Aug 22, 2012 at 2:41 PM, Arnd Bergmann <[email protected]> wrote:
>> On Wednesday 22 August 2012, Chao Xie wrote:
>>> >
>>> > Reviewed-by: Arnd Bergmann <[email protected]>
>>> >
>>> > Arnd
>>>
>>> Who will be responsible for merging these patches?
>>>
>>
>> They should go through Mike's tree, unless there is a reason why he
>> prefers them to go through arm-soc. It would be helpful to add
>> an 'Acked-by: Haojian Zhuang <[email protected]>' line
>> and my 'Reviewed-by: Arnd Bergmann <[email protected]>' line to each
>> patch for that.
>>
>> Arnd
>
> I'm OK on these patches.
>
> Acked-by: Haojian Zhuang <[email protected]>
>
> Regards
> Haojian