[PATCH 2/2] 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. This patch also add the clock nodes in PD_VIDEO. Signed-off-by: Kever Yang --- drivers/clk/rockchip/clk-rk3288.c | 79 ++- 1 file changed, 45 insertions(+), 34 deletions(-) diff --git a/dri

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

2014-09-24 Thread Heiko Stübner
Am Mittwoch, 24. September 2014, 21:36:35 schrieb Kever Yang: > This patch use the new defined clock ID to initial the clock nodes. > > This patch also add the clock nodes in PD_VIDEO. Commit messages like this [two things the patch does, connected by "and"/"also"] are normally a good indicator