On Tue, 17 Dec 2024 10:00:45 -0800 Vasily Khoruzhick <anarsoul@xxxxxxxxx> wrote: Hi, > On Mon, Dec 16, 2024 at 11:33 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > > > > On Sat, Dec 14, 2024 at 09:34:57PM -0800, Vasily Khoruzhick wrote: > > > These will be used to explicitly select TCON0 clock parent in dts > > > > > > Fixes: ca1170b69968 ("clk: sunxi-ng: a64: force select PLL_MIPI in TCON0 mux") > > > Signed-off-by: Vasily Khoruzhick <anarsoul@xxxxxxxxx> > > > --- > > > drivers/clk/sunxi-ng/ccu-sun50i-a64.h | 2 -- > > > include/dt-bindings/clock/sun50i-a64-ccu.h | 2 + > > Hi Krzysztof, > > > You cannot combine these changes. > > The patch basically moves defines out from ccu-sun50i-a64.h to > sun50i-a64-ccu.h. How do I split the change without introducing > compilation failure? You can just have the binding part first, adding the (same) definition to the binding headers. As long as the #define's are not conflicting, this is fine. Then remove the now redundant definitions in the kernel headers, with a subsequent patch. Cheers, Andre > > > Please run scripts/checkpatch.pl and fix reported warnings. Then please > > run 'scripts/checkpatch.pl --strict' and (probably) fix more warnings. > > Some warnings can be ignored, especially from --strict run, but the code > > here looks like it needs a fix. Feel free to get in touch if the warning > > is not clear. > > Yeah, it is not clear what do you want me to do, assuming the previous > similar change to sun50i-a64-ccu.h did essentially the same, see > 71b597ef5d46a326fb0d5cbfc1c6ff1d73cdc7f9 > > Regards, > Vasily > > > Best regards, > > Krzysztof > > >