Re: [PATCH v5 2/4] rockchip: rk3066: add clock driver for rk3066 soc

2021-07-05 Thread Johan Jonker
Hi Paweł, Same comment as for [PATCH v5 1/4] the U-boot tree has scripts to check your patches. The script below gives so many notifications that I can't even copy it here. Could you fix some? Also could you add more people to the CC list. Use an editor that can visualise TABs to better fix your i

[PATCH v5 2/4] rockchip: rk3066: add clock driver for rk3066 soc

2021-06-27 Thread Paweł Jarosz
Add clock driver for rk3066 platform. Signed-off-by: Paweł Jarosz Acked-by: Philipp Tomsich --- Changes since v1: - updated to shifted masks - moved clk init to tpl Changes since v2: - none Changes since v3: - none Changes since v4: - updated to current codebase - fixed compilation errors