summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-06-26 23:12:49 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-07-07 05:18:15 +0300
commit5aa0ac4ba3acf3e15ed21dd9c6a799e552b84ff2 (patch)
tree78e06b6fbd5e43c29f624144b356daf60a449da2
parentd617e2353f45182795bc678454dd71f995f44f28 (diff)
projects: linux: mm: Update V4L2 multiplexed streams task
Development is active, update the task accordingly. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
-rw-r--r--projects/linux/mm/v4l2_multiplexed_streams.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/projects/linux/mm/v4l2_multiplexed_streams.yaml b/projects/linux/mm/v4l2_multiplexed_streams.yaml
index e5de813..b7b381e 100644
--- a/projects/linux/mm/v4l2_multiplexed_streams.yaml
+++ b/projects/linux/mm/v4l2_multiplexed_streams.yaml
@@ -1,7 +1,8 @@
title: "Add multiplexed streams support to V4L2"
team: MM
key: 66ef7b92-834e-11eb-9641-8fb5c1ed239d
-status: New
+status: Active
+assignee: Laurent
bsp41x:
- e487871dbee697b6c1b2471578e0904463f15174 # media: i2c: adv748x: Add virtual channel option
@@ -9,6 +10,9 @@ bsp41x:
bsp51x:
- 8340a028b21a5ba1dc09a55a6d2ec6cbd47d557b # media: i2c: adv748x: Add virtual channel option
+upstream:
+ - lore: 20220301161156.1119557-1-tomi.valkeinen@ideasonboard.com # [PATCH v11 00/36] v4l: routing and streams support
+
comments:
- Needed to deal with CSI-2 virtual channels from user-space.
- Needed for better media graph format validation.