Re: [PATCH v2 2/3] clk: rockchip: use the clock id for nodes init

2014-09-24 Thread Doug Anderson
Kever, On Wed, Sep 24, 2014 at 8:33 AM, Kever Yang wrote: > This patch use the new defined clock ID to initial the clock nodes. > > Signed-off-by: Kever Yang > Reviewed-by: Heiko Stuebner > --- > > Changes in v2: > - split into two patches of add clock node in PD_VIDEO and > use new defined

[PATCH v2 2/3] clk: rockchip: use the clock id for nodes init

2014-09-24 Thread Kever Yang
This patch use the new defined clock ID to initial the clock nodes. Signed-off-by: Kever Yang Reviewed-by: Heiko Stuebner --- Changes in v2: - split into two patches of add clock node in PD_VIDEO and use new defined clock ID drivers/clk/rockchip/clk-rk3288.c | 68

[PATCH v2 2/3] clk: rockchip: use the clock id for nodes init

2014-09-24 Thread Kever Yang
This patch use the new defined clock ID to initial the clock nodes. Signed-off-by: Kever Yang kever.y...@rock-chips.com Reviewed-by: Heiko Stuebner he...@sntech.de --- Changes in v2: - split into two patches of add clock node in PD_VIDEO and use new defined clock ID

Re: [PATCH v2 2/3] clk: rockchip: use the clock id for nodes init

2014-09-24 Thread Doug Anderson
Kever, On Wed, Sep 24, 2014 at 8:33 AM, Kever Yang kever.y...@rock-chips.com wrote: This patch use the new defined clock ID to initial the clock nodes. Signed-off-by: Kever Yang kever.y...@rock-chips.com Reviewed-by: Heiko Stuebner he...@sntech.de --- Changes in v2: - split into two