summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/linux/testtask.yaml2
-rw-r--r--projects/project.schema.yaml6
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/linux/testtask.yaml b/projects/linux/testtask.yaml
index 96bf18d..0dd95d3 100644
--- a/projects/linux/testtask.yaml
+++ b/projects/linux/testtask.yaml
@@ -14,6 +14,8 @@ upstream:
- torvalds: 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d # Linux 4.19
- torvalds: 6d9666fb78526a7728cc4954ec1da4c2b416753d # arm64: dts: r8a77965: Support IPMMU(MMU mode) for IPMMU-VP0 and IPMMU-VC0
- next: e0868bcfd529997cf98da1dd14bab8cb8175eda7 # <automagically filled in text here>
+ - url: https://patchwork.linuxtv.org/patch/51928/ # [4/5] media: rcar-vin: Enable support for r8a774a1 - Patchwork
+ - pw.linuxtv: 51928 # [4/5] media: rcar-vin: Enable support for r8a774a1 - Patchwork
comments:
- Added a new thing
diff --git a/projects/project.schema.yaml b/projects/project.schema.yaml
index 7130860..f84b415 100644
--- a/projects/project.schema.yaml
+++ b/projects/project.schema.yaml
@@ -60,6 +60,12 @@ mapping:
next:
desc: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=
include: gitcommit
+ pw.linuxtv:
+ desc: https://patchwork.linuxtv.org/patch/
+ type: int
+ url:
+ desc: Free form URL reference # URL validation is *hard*
+ type: str
parent:
desc: A reference to another topic key which must already exist