Re: [PATCH 1/2] dt-bindings: Parallelize yamllint

From: Rob Herring
Date: Wed Oct 20 2021 - 13:59:45 EST


On Mon, 18 Oct 2021 12:54:47 +0200, Geert Uytterhoeven wrote:
> Use xargs sharding like "chk_bindings" does, to parallelize the
> execution of yamllint.
>
> This reduces the yamllint execution time from ca. 21 to 5 seconds on
> i7-8700K.
>
> Suggested-by: Rob Herring <robh+dt@xxxxxxxxxx>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> v2:
> - New.
> ---
> Documentation/devicetree/bindings/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!