Re: [PATCH v5 7/9] clk: hi6220: add debug APB clock

2017-04-06 Thread Leo Yan
On Tue, Apr 04, 2017 at 02:51:09PM -0700, Stephen Boyd wrote: > On 03/26, Leo Yan wrote: > > The debug APB clock is absent in hi6220 driver, so this patch is to add > > support for it. > > > > Signed-off-by: Leo Yan > > --- > > Applied to clk-next. Thanks a lot :) > I

Re: [PATCH v5 7/9] clk: hi6220: add debug APB clock

2017-04-06 Thread Leo Yan
On Tue, Apr 04, 2017 at 02:51:09PM -0700, Stephen Boyd wrote: > On 03/26, Leo Yan wrote: > > The debug APB clock is absent in hi6220 driver, so this patch is to add > > support for it. > > > > Signed-off-by: Leo Yan > > --- > > Applied to clk-next. Thanks a lot :) > I suspect we don't need a

Re: [PATCH v5 7/9] clk: hi6220: add debug APB clock

2017-04-04 Thread Stephen Boyd
On 03/26, Leo Yan wrote: > The debug APB clock is absent in hi6220 driver, so this patch is to add > support for it. > > Signed-off-by: Leo Yan > --- Applied to clk-next. I suspect we don't need a topic branch for the DT header because arm-soc won't be taking the dts side of

Re: [PATCH v5 7/9] clk: hi6220: add debug APB clock

2017-04-04 Thread Stephen Boyd
On 03/26, Leo Yan wrote: > The debug APB clock is absent in hi6220 driver, so this patch is to add > support for it. > > Signed-off-by: Leo Yan > --- Applied to clk-next. I suspect we don't need a topic branch for the DT header because arm-soc won't be taking the dts side of the changes? --

[PATCH v5 7/9] clk: hi6220: add debug APB clock

2017-03-25 Thread Leo Yan
The debug APB clock is absent in hi6220 driver, so this patch is to add support for it. Signed-off-by: Leo Yan --- drivers/clk/hisilicon/clk-hi6220.c | 1 + include/dt-bindings/clock/hi6220-clock.h | 5 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git

[PATCH v5 7/9] clk: hi6220: add debug APB clock

2017-03-25 Thread Leo Yan
The debug APB clock is absent in hi6220 driver, so this patch is to add support for it. Signed-off-by: Leo Yan --- drivers/clk/hisilicon/clk-hi6220.c | 1 + include/dt-bindings/clock/hi6220-clock.h | 5 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git