]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Add reading of series and patch status
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:15 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commitd65490650fa5c4b16fffda00ea5a1ffdf55027b6
treef242a5e0170b08dd3563aca3df9e8f1f1dac56ce
parent24776ab2766787d9629e7250486a0a662871b070
patman: Add reading of series and patch status

Expand the patchwork module so that it can match the current
requirements of the 'patman status' command, i.e. reading the state of a
series and the patches associated with it.

Since the format of each patchwork response is a little tricky to
understand, add examples in comments at the top of each function.

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