Re: [PATCH v1 01/50] clk: samsung: add new IDs for Exynos5420 clocks

2019-07-18 Thread Lukasz Luba
On 7/16/19 11:49 AM, Chanwoo Choi wrote: > Hi, > > Usually, when developing the clock controller driver, > define the same sequence between the definition sequence in dt-bibing > and clock driver. As I replied, if you squash patches, it is easy. OK > > For example, > This series add clock id

Re: [PATCH v1 01/50] clk: samsung: add new IDs for Exynos5420 clocks

2019-07-16 Thread Chanwoo Choi
Hi, Usually, when developing the clock controller driver, define the same sequence between the definition sequence in dt-bibing and clock driver. As I replied, if you squash patches, it is easy. For example, This series add clock id as following.

[PATCH v1 01/50] clk: samsung: add new IDs for Exynos5420 clocks

2019-07-15 Thread Lukasz Luba
There is a need of new IDs which will be used for modeling proper hierarchy in the Exynos54xx SoCs. Previous implementation rely on bootloader settings, which are not configuring properly some clocks. These IDs provide interface to set proper parents. Signed-off-by: Lukasz Luba ---