Re: [PATCH 3/3] clk: remove redundant clock parents lookup table allocations

2016-01-07 Thread Masahiro Yamada
Hi Vladimir, 2016-01-07 12:16 GMT+09:00 Vladimir Zapolskiy : > Since clock parents lookup table for clocks with multiple parent > clocks is always allocated during clock registration, remove similar > allocations from __clk_init_parent() and clk_fetch_parent_index(). > > The

Re: [PATCH v2 04/12] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for sclk_i2s_out

2016-01-07 Thread Heiko Stuebner
Hi Caesar, Am Donnerstag, 7. Januar 2016, 16:25:47 schrieb Caesar Wang: > SCLk_I2S_OUT is the noc bus clock for i2s module, this clock is used by > extra codecs. > > Due to it shouldn't belong to any driver, but we need it enabled, > so just mark it as the CLK_IGNORE_UNUSED flag. What makes you

Re: [PATCH v2 00/12] Add the family patches to support for kylin board

2016-01-07 Thread Heiko Stuebner
Hi Caesar, Am Donnerstag, 7. Januar 2016, 16:25:43 schrieb Caesar Wang: > Hi all, > > Happy new year! :) > Let's go on working for happy. please make sure to split your patch-series at appropriate points for future versions to only address relevant people. For example I don't think Ulf really

[PATCH v2 0/5] fix some clock configuration for the RK3036 platform

2016-01-07 Thread Xing Zheng
Hi: In the development work, we found that some of the previous incorrect clock configuration on the RK3036 platform, we should fix them. Xing Zheng (5): clk: rockchip: rk3036: fix the FLAGs for clock mux clk: rockchip: rk3036: fix uarts clock error clk: rockchip: rk3036: fix the div

Re: [GIT PULL 6/9] ARM: EXYNOS: clk: Another clock dependency, ARMv7, for v4.5

2016-01-07 Thread Olof Johansson
On Wed, Dec 23, 2015 at 07:55:11PM +0900, Krzysztof Kozlowski wrote: > W dniu 22.12.2015 o 13:51, Olof Johansson pisze: > > On Wed, Dec 02, 2015 at 10:39:43AM +0900, Krzysztof Kozlowski wrote: > >> Hi Kukjin, > >> > >> This is also clock dependency. I put it in separate tag in case clock > >>

[PATCH v2 5/5] clk: rockchip: rk3036: add HCLK_MAC id for emac

2016-01-07 Thread Xing Zheng
We need to add HCLK_MAC id explicitly because that it is referred by hclk in the emac driver. Signed-off-by: Xing Zheng --- drivers/clk/rockchip/clk-rk3036.c |2 +- include/dt-bindings/clock/rk3036-cru.h |1 + 2 files changed, 2 insertions(+), 1