summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2022-03-16 11:56:01 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2022-03-16 14:07:45 +0100
commitabaf4b19eb5e9bd69347f7deb997e62906aa5fb8 (patch)
tree6292a1b6fff16e757e292e4935b0191125090083 /projects
parentf96898d9d8bd11698a057528473ebf1819ac72a6 (diff)
linux: mm: Mark done CSI-2 and VIN tasks
Mark tasks as done where the patches have been accepted upstream. For some tasks the upstream commit-ids where already added by Geert's auto-sweep translation of lore to commit-id. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'projects')
-rw-r--r--projects/linux/mm/bsp41x_csi2_fix_module_unload.yaml8
-rw-r--r--projects/linux/mm/done/bsp41x_csi2_fix_module_unload.yaml13
-rw-r--r--projects/linux/mm/done/bsp41x_vin_fix_parallel_link_verify.yaml (renamed from projects/linux/mm/bsp41x_vin_fix_parallel_link_verify.yaml)4
-rw-r--r--projects/linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml (renamed from projects/linux/mm/bsp51x_csi2_fix_freq_selection.yaml)2
-rw-r--r--projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml (renamed from projects/linux/mm/bsp51x_vin_check_irq_status.yaml)2
-rw-r--r--projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml (renamed from projects/linux/mm/bsp51x_vin_fix_alignment.yaml)2
6 files changed, 18 insertions, 13 deletions
diff --git a/projects/linux/mm/bsp41x_csi2_fix_module_unload.yaml b/projects/linux/mm/bsp41x_csi2_fix_module_unload.yaml
deleted file mode 100644
index 09c45f6..0000000
--- a/projects/linux/mm/bsp41x_csi2_fix_module_unload.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-title: "BSP 4.1.x upport csi2 fix for module unloading"
-team: MM
-key: afb11b8c-8359-11eb-be1a-6bd4ab45dae8
-status: Active
-assignee: Niklas
-
-bsp41x:
- - 2f98533fbab51d7c814058c1f8bed4894f473b20 # media: rcar-csi2: Remove v4l2_async_notifier_cleanup in remove fucntion
diff --git a/projects/linux/mm/done/bsp41x_csi2_fix_module_unload.yaml b/projects/linux/mm/done/bsp41x_csi2_fix_module_unload.yaml
new file mode 100644
index 0000000..2cc203a
--- /dev/null
+++ b/projects/linux/mm/done/bsp41x_csi2_fix_module_unload.yaml
@@ -0,0 +1,13 @@
+title: "BSP 4.1.x upport csi2 fix for module unloading"
+team: MM
+key: afb11b8c-8359-11eb-be1a-6bd4ab45dae8
+status: Done
+assignee: Niklas
+
+bsp41x:
+ - 2f98533fbab51d7c814058c1f8bed4894f473b20 # media: rcar-csi2: Remove v4l2_async_notifier_cleanup in remove fucntion
+
+upstream:
+ - torvalds: 0d7b74ef8df409f43f64e4193b36dc5b3f38029e # media: rcar-csi2: Suppress bind and unbind nodes in sysfs
+ - torvalds: e37e82188bc9114a9e285d003569dcad5f6d5612 # media: rcar-vin: Disallow unbinding and binding of individual VINs
+ - torvalds: 468613a67bcbc9ef63fe13ec7214c34e5c7b96ba # media: rcar-vin: Do not hold the group lock when unregistering notifier
diff --git a/projects/linux/mm/bsp41x_vin_fix_parallel_link_verify.yaml b/projects/linux/mm/done/bsp41x_vin_fix_parallel_link_verify.yaml
index 1ef9171..ff58391 100644
--- a/projects/linux/mm/bsp41x_vin_fix_parallel_link_verify.yaml
+++ b/projects/linux/mm/done/bsp41x_vin_fix_parallel_link_verify.yaml
@@ -1,14 +1,14 @@
title: "BSP 4.1.x upport parallel graph link verify fix"
team: MM
key: 19bf56d0-8367-11eb-ac3a-732f4426f8be
-status: Active
+status: Done
assignee: Niklas
bsp41x:
- d49352737eea892aa8c668c0afca4fdb2a044fc5 # media: platform: rcar-vin: fix parallel notifier fail
upstream:
- - lore: 20211127164135.2617686-2-niklas.soderlund+renesas@ragnatech.se
+ - torvalds: 688565db3f9d84026969afd3f081f26afd12a9cc # media: rcar-vin: Move and rename CSI-2 link notifications
comments:
- This fix is incorrect, vin->parallel is a not a pointer so all the patch do is disable the check.
diff --git a/projects/linux/mm/bsp51x_csi2_fix_freq_selection.yaml b/projects/linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml
index f092ca9..ec446c5 100644
--- a/projects/linux/mm/bsp51x_csi2_fix_freq_selection.yaml
+++ b/projects/linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml
@@ -1,7 +1,7 @@
title: "BSP 5.1.x upport CSI-2 freq selection fix"
team: MM
key: ddbd2c82-b2c2-4418-addb-bd2863f6fa46
-status: Active
+status: Done
assignee: Niklas
bsp51x:
diff --git a/projects/linux/mm/bsp51x_vin_check_irq_status.yaml b/projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml
index 9e115a8..9191181 100644
--- a/projects/linux/mm/bsp51x_vin_check_irq_status.yaml
+++ b/projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml
@@ -1,7 +1,7 @@
title: "BSP 5.1.x upport FIS check in irq"
team: MM
key: c005282c-8366-11eb-8a9b-7ff765ca3363
-status: Active
+status: Done
assignee: Niklas
bsp41x:
diff --git a/projects/linux/mm/bsp51x_vin_fix_alignment.yaml b/projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml
index 79a1306..f3121b0 100644
--- a/projects/linux/mm/bsp51x_vin_fix_alignment.yaml
+++ b/projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml
@@ -1,7 +1,7 @@
title: "BSP 5.1.x upport format alignment correction"
team: MM
key: b61002de-a254-4b81-a24f-e374b2b1c21e
-status: Active
+status: Done
assignee: Niklas
bsp41x: