patman: Check patches in parallel
authorSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 18:52:55 +0000 (10:52 -0800)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 21:15:14 +0000 (13:15 -0800)
commit00d54ae8f4ea17af90dee294f326a156a00cb4ba
treecc6429e2c0de07035b3f16ada6fffa0963dfcda3
parent27409e35d5fa56f1b51b6e0704081133e3881058
patman: Check patches in parallel

For large series this can take a while. Run checkpatch in parallel to
try to reduce the time. The checkpatch information is still reported in
sequential order, so a very slow patch at the start can still slow
things down. But overall this gives good results.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
tools/patman/checkpatch.py