]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Split out the processing of find_new_responses()
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:18 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit3c5f27ce124e0025b48601b8c811ccfe45f0fe3a
treeb90dfc940039b1ee4827bf02f3b1f50caf096fd8
parentd63b0750621cb1833c9d263c49476dff6dc88ffe
patman: Split out the processing of find_new_responses()

This function does patchwork calls and then processes the results. Move
the processing out so we can (later) test it separately.

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