patman: Allow linking a series with patchwork
authorSimon Glass <sjg@chromium.org>
Fri, 30 Oct 2020 03:46:16 +0000 (21:46 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commitf9e428489b46ec727b716317bc5b4e4c7a0a11cc
tree4b1c3313233097e286c37c3339cbbf485f232767
parentfca99117a5512ad0af87fabef3954dce353d765f
patman: Allow linking a series with patchwork

Add a new Series-links tag to tell patman how to find the series in
patchwork. Each item is the series ID optionally preceded by the series
version that the link refers to. An empty version indicates this is the
latest series.

For example:

   Series-links: 209816 1:203302

Documentation is added in a later patch.

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