All of lore.kernel.org
 help / color / mirror / Atom feed
* clk: hisilicon: ARCH_HIP04 and ARCH_HIX5HD2?
@ 2014-06-19  8:50 Paul Bolle
  2014-06-19  9:00 ` Haojian Zhuang
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Bolle @ 2014-06-19  8:50 UTC (permalink / raw)
  To: Mike Turquette, Haojian Zhuang, Zhangfei Gao, Haifeng Yan; +Cc: linux-kernel

0) Commit d3e6573c48f4 ("clk: hip04: add clock driver") was included in
v3.15. That clock driver is built only if CONFIG_ARCH_HIP04 is set.

And commit 5efaf09021a5 ("clk: hisi: add clk-hix5hd2.c") was included in
v3.16-rc1. And that driver is built only if CONFIG_ARCH_HIX5HD2 is set.

1) Neither the symbol ARCH_HIP04 nor the symbol ARCH_HIX5HD2 is part of
v3.16-rc1. These symbols are also not part of next-20140619. I assume
that both are pending somewhere. Is that correct?

2) It would probably be nice if these drivers got some (automatic) build
coverage until those symbols enter the tree. I don't know how that could
be achieved.


Paul Bolle


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

* Re: clk: hisilicon: ARCH_HIP04 and ARCH_HIX5HD2?
  2014-06-19  8:50 clk: hisilicon: ARCH_HIP04 and ARCH_HIX5HD2? Paul Bolle
@ 2014-06-19  9:00 ` Haojian Zhuang
  2014-09-04 23:07   ` Paul Bolle
  0 siblings, 1 reply; 4+ messages in thread
From: Haojian Zhuang @ 2014-06-19  9:00 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Mike Turquette, Zhangfei Gao, Haifeng Yan, linux-kernel

On 19 June 2014 16:50, Paul Bolle <pebolle@tiscali.nl> wrote:
> 0) Commit d3e6573c48f4 ("clk: hip04: add clock driver") was included in
> v3.15. That clock driver is built only if CONFIG_ARCH_HIP04 is set.
>
> And commit 5efaf09021a5 ("clk: hisi: add clk-hix5hd2.c") was included in
> v3.16-rc1. And that driver is built only if CONFIG_ARCH_HIX5HD2 is set.
>
> 1) Neither the symbol ARCH_HIP04 nor the symbol ARCH_HIX5HD2 is part of
> v3.16-rc1. These symbols are also not part of next-20140619. I assume
> that both are pending somewhere. Is that correct?
>
> 2) It would probably be nice if these drivers got some (automatic) build
> coverage until those symbols enter the tree. I don't know how that could
> be achieved.
>
>
> Paul Bolle
>

Because clock driver is the first component should be merged into
kernel tree. Otherwise, SoC couldn't be compiled at all since SoC &
clock are in two different git tree.

I also hope that SoC patches could be merged as soon as possible. But
we also need to follow up the comments on SoC patches from mailing
list. I can't not say when those SoC patches could be merged into
mainline since I'm not the gate keeper. I could only say that we're
making effort on this.

Regards
Haojian

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

* Re: clk: hisilicon: ARCH_HIP04 and ARCH_HIX5HD2?
  2014-06-19  9:00 ` Haojian Zhuang
@ 2014-09-04 23:07   ` Paul Bolle
  2014-09-14 16:47     ` Haojian Zhuang
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Bolle @ 2014-09-04 23:07 UTC (permalink / raw)
  To: Haojian Zhuang; +Cc: Mike Turquette, Zhangfei Gao, Haifeng Yan, linux-kernel

On Thu, 2014-06-19 at 17:00 +0800, Haojian Zhuang wrote:
> On 19 June 2014 16:50, Paul Bolle <pebolle@tiscali.nl> wrote:
> > 0) Commit d3e6573c48f4 ("clk: hip04: add clock driver") was included in
> > v3.15. That clock driver is built only if CONFIG_ARCH_HIP04 is set.
> >
> > And commit 5efaf09021a5 ("clk: hisi: add clk-hix5hd2.c") was included in
> > v3.16-rc1. And that driver is built only if CONFIG_ARCH_HIX5HD2 is set.
> >
> > 1) Neither the symbol ARCH_HIP04 nor the symbol ARCH_HIX5HD2 is part of
> > v3.16-rc1. These symbols are also not part of next-20140619. I assume
> > that both are pending somewhere. Is that correct?
> >
> > 2) It would probably be nice if these drivers got some (automatic) build
> > coverage until those symbols enter the tree. I don't know how that could
> > be achieved.
> 
> Because clock driver is the first component should be merged into
> kernel tree. Otherwise, SoC couldn't be compiled at all since SoC &
> clock are in two different git tree.
> 
> I also hope that SoC patches could be merged as soon as possible. But
> we also need to follow up the comments on SoC patches from mailing
> list. I can't not say when those SoC patches could be merged into
> mainline since I'm not the gate keeper. I could only say that we're
> making effort on this.

ARCH_HIX5HD2 landed in v3.17-rc1, so it left my list of minor worries.

I assume the code to add ARCH_HIP04 is still being worked on. Is that
correct?


Paul Bolle


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

* Re: clk: hisilicon: ARCH_HIP04 and ARCH_HIX5HD2?
  2014-09-04 23:07   ` Paul Bolle
@ 2014-09-14 16:47     ` Haojian Zhuang
  0 siblings, 0 replies; 4+ messages in thread
From: Haojian Zhuang @ 2014-09-14 16:47 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Mike Turquette, Zhangfei Gao, Haifeng Yan, linux-kernel

On 5 September 2014 07:07, Paul Bolle <pebolle@tiscali.nl> wrote:
> On Thu, 2014-06-19 at 17:00 +0800, Haojian Zhuang wrote:
>> On 19 June 2014 16:50, Paul Bolle <pebolle@tiscali.nl> wrote:
>> > 0) Commit d3e6573c48f4 ("clk: hip04: add clock driver") was included in
>> > v3.15. That clock driver is built only if CONFIG_ARCH_HIP04 is set.
>> >
>> > And commit 5efaf09021a5 ("clk: hisi: add clk-hix5hd2.c") was included in
>> > v3.16-rc1. And that driver is built only if CONFIG_ARCH_HIX5HD2 is set.
>> >
>> > 1) Neither the symbol ARCH_HIP04 nor the symbol ARCH_HIX5HD2 is part of
>> > v3.16-rc1. These symbols are also not part of next-20140619. I assume
>> > that both are pending somewhere. Is that correct?
>> >
>> > 2) It would probably be nice if these drivers got some (automatic) build
>> > coverage until those symbols enter the tree. I don't know how that could
>> > be achieved.
>>
>> Because clock driver is the first component should be merged into
>> kernel tree. Otherwise, SoC couldn't be compiled at all since SoC &
>> clock are in two different git tree.
>>
>> I also hope that SoC patches could be merged as soon as possible. But
>> we also need to follow up the comments on SoC patches from mailing
>> list. I can't not say when those SoC patches could be merged into
>> mainline since I'm not the gate keeper. I could only say that we're
>> making effort on this.
>
> ARCH_HIX5HD2 landed in v3.17-rc1, so it left my list of minor worries.
>
> I assume the code to add ARCH_HIP04 is still being worked on. Is that
> correct?
>
>
> Paul Bolle
>

Sorry for late response since I was in trip. Yes, you're right.
ARCH_HIP04 is still working on.

Best Regards
Haojian

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

end of thread, other threads:[~2014-09-14 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19  8:50 clk: hisilicon: ARCH_HIP04 and ARCH_HIX5HD2? Paul Bolle
2014-06-19  9:00 ` Haojian Zhuang
2014-09-04 23:07   ` Paul Bolle
2014-09-14 16:47     ` Haojian Zhuang

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.