Re: [PATCH v1 02/50] clk: samsung: add IDs for Exynos5420 NoC clocks

2019-07-17 Thread Lukasz Luba
On 7/16/19 11:26 AM, Chanwoo Choi wrote: > Hi, > > You don't need to make the separate patches according to > the type of clock just in order to add the ID by handling them > from devicetree. > > Please merge following patches to one patch > - patch2, patch4~patch7, patch9, patch11, patch12,

Re: [PATCH v1 02/50] clk: samsung: add IDs for Exynos5420 NoC clocks

2019-07-16 Thread Chanwoo Choi
Hi, You don't need to make the separate patches according to the type of clock just in order to add the ID by handling them from devicetree. Please merge following patches to one patch - patch2, patch4~patch7, patch9, patch11, patch12, patch14, patch17 and separate from patch13, patch15,

[PATCH v1 02/50] clk: samsung: add IDs for Exynos5420 NoC clocks

2019-07-15 Thread Lukasz Luba
The patch adds NoC WCORE clock IDs needed used for changing parent of the main NoC clock from the DT device. Signed-off-by: Lukasz Luba --- drivers/clk/samsung/clk-exynos5420.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c