]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Switch over to asyncio
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:24 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit45f4f6219182927c34d2dc0359f4bf044d3ed432
tree7d4eeda8054b02711996ec04b58a2670a5b41319
parent39f258494fd035cc7b96d904adc70a91f0bb7a7a
patman: Switch over to asyncio

Now that all the pieces are in place, switch over from using an executor
to using asyncio.

While we are here, import defaultdict to avoid needing to specify its
module.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py
tools/patman/patchwork.py
tools/patman/status.py