On Thu, Feb 13, 2025 at 06:03:05PM +0000, Vincenzo Frascino wrote: > Add support for the ARM Rainier CPU core PMU. > > Note: Coherently, add dt bindings for the same PMU. > > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> > --- > Documentation/devicetree/bindings/arm/pmu.yaml | 1 + Bindings are separate patches. Please run scripts/checkpatch.pl and fix reported warnings. After that, run also '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. Best regards, Krzysztof