Re: [PATCH] clk: rockchip: fix some clocks' name to be more standard style

2016-11-03 Thread jay.xu
Hi Heiko and Shawn: ok, I agree with you, and the root fix seems to fix it in the TRM first. I'll feedback to TRM makers. Thanks. On 2016年11月03日 22:32, Heiko Stübner wrote: Am Donnerstag, 3. November 2016, 16:52:48 schrieb Shawn Lin: On 2016/11/2 15:04, Jianqun Xu wrote: Fix aclk_emmcgrf to

Re: [PATCH] clk: rockchip: fix some clocks' name to be more standard style

2016-11-03 Thread jay.xu
Hi Heiko and Shawn: ok, I agree with you, and the root fix seems to fix it in the TRM first. I'll feedback to TRM makers. Thanks. On 2016年11月03日 22:32, Heiko Stübner wrote: Am Donnerstag, 3. November 2016, 16:52:48 schrieb Shawn Lin: On 2016/11/2 15:04, Jianqun Xu wrote: Fix aclk_emmcgrf to

Re: [PATCH] clk: rockchip: fix some clocks' name to be more standard style

2016-11-03 Thread Heiko Stübner
Am Donnerstag, 3. November 2016, 16:52:48 schrieb Shawn Lin: > On 2016/11/2 15:04, Jianqun Xu wrote: > > Fix aclk_emmcgrf to aclk_emmc_grf, and fix aclk_emmccore to be > > aclk_emmc_core. > > What is the standard style should be? > > TRM uses aclk_emmccore but not aclk_emmc_core, so should it be

Re: [PATCH] clk: rockchip: fix some clocks' name to be more standard style

2016-11-03 Thread Heiko Stübner
Am Donnerstag, 3. November 2016, 16:52:48 schrieb Shawn Lin: > On 2016/11/2 15:04, Jianqun Xu wrote: > > Fix aclk_emmcgrf to aclk_emmc_grf, and fix aclk_emmccore to be > > aclk_emmc_core. > > What is the standard style should be? > > TRM uses aclk_emmccore but not aclk_emmc_core, so should it be

Re: [PATCH] clk: rockchip: fix some clocks' name to be more standard style

2016-11-03 Thread Shawn Lin
On 2016/11/2 15:04, Jianqun Xu wrote: Fix aclk_emmcgrf to aclk_emmc_grf, and fix aclk_emmccore to be aclk_emmc_core. What is the standard style should be? TRM uses aclk_emmccore but not aclk_emmc_core, so should it be more standrad to keep it as-is? Signed-off-by: Jianqun Xu

Re: [PATCH] clk: rockchip: fix some clocks' name to be more standard style

2016-11-03 Thread Shawn Lin
On 2016/11/2 15:04, Jianqun Xu wrote: Fix aclk_emmcgrf to aclk_emmc_grf, and fix aclk_emmccore to be aclk_emmc_core. What is the standard style should be? TRM uses aclk_emmccore but not aclk_emmc_core, so should it be more standrad to keep it as-is? Signed-off-by: Jianqun Xu ---

[PATCH] clk: rockchip: fix some clocks' name to be more standard style

2016-11-02 Thread Jianqun Xu
Fix aclk_emmcgrf to aclk_emmc_grf, and fix aclk_emmccore to be aclk_emmc_core. Signed-off-by: Jianqun Xu --- drivers/clk/rockchip/clk-rk3399.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk3399.c

[PATCH] clk: rockchip: fix some clocks' name to be more standard style

2016-11-02 Thread Jianqun Xu
Fix aclk_emmcgrf to aclk_emmc_grf, and fix aclk_emmccore to be aclk_emmc_core. Signed-off-by: Jianqun Xu --- drivers/clk/rockchip/clk-rk3399.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk3399.c b/drivers/clk/rockchip/clk-rk3399.c index