commit | 1568b69576a6deb5bc05ed0839d3fb62013d34cd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:22:15 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | f242a5e0170b08dd3563aca3df9e8f1f1dac56ce | |
parent | 232eefd71dd8cc8a03cd1cb8dc73fd50b0dcca48 [diff] |
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>