summaryrefslogtreecommitdiff
path: root/projects/linux/mm/done
diff options
context:
space:
mode:
Diffstat (limited to 'projects/linux/mm/done')
-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.yaml15
-rw-r--r--projects/linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml15
-rw-r--r--projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml14
-rw-r--r--projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml14
5 files changed, 71 insertions, 0 deletions
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/done/bsp41x_vin_fix_parallel_link_verify.yaml b/projects/linux/mm/done/bsp41x_vin_fix_parallel_link_verify.yaml
new file mode 100644
index 0000000..ff58391
--- /dev/null
+++ b/projects/linux/mm/done/bsp41x_vin_fix_parallel_link_verify.yaml
@@ -0,0 +1,15 @@
+title: "BSP 4.1.x upport parallel graph link verify fix"
+team: MM
+key: 19bf56d0-8367-11eb-ac3a-732f4426f8be
+status: Done
+assignee: Niklas
+
+bsp41x:
+ - d49352737eea892aa8c668c0afca4fdb2a044fc5 # media: platform: rcar-vin: fix parallel notifier fail
+
+upstream:
+ - 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.
+ - The patch still highlights an area of improvement. There can be a Gen3 system with a single VIN1 or VIN5 enabled and connected to a parallel interface that would trigger the WARN_ON() incorrectly.
diff --git a/projects/linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml b/projects/linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml
new file mode 100644
index 0000000..ec446c5
--- /dev/null
+++ b/projects/linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml
@@ -0,0 +1,15 @@
+title: "BSP 5.1.x upport CSI-2 freq selection fix"
+team: MM
+key: ddbd2c82-b2c2-4418-addb-bd2863f6fa46
+status: Done
+assignee: Niklas
+
+bsp51x:
+ - 1fc59fcdf734741fd57eab3da4fdb56f9c4b3f48 # media: rcar-csi2: Add warning for PHY speed less than minimum
+ - 7608d6784b7f3e883bcfd9088c37d6f6235aeaa4 # media: rcar-csi2: Correct the selection of hsfreqrange
+ - 922b545d0e78e3b86817c1c204719a4d76b75028 # media: rcar-csi2: Optimize the selection PHTW register
+
+upstream:
+ - torvalds: cee44d4fbacbbdfe62697ec94e76c6e4f726c5df # media: rcar-csi2: Correct the selection of hsfreqrange
+ - torvalds: ebeefe26859ec58c2a8bbb83896f26ebc389a29f # media: rcar-csi2: Add warning for PHY speed less than minimum
+ - torvalds: 549cc89cd09a85aaa16dc07ef3db811d5cf9bcb1 # media: rcar-csi2: Optimize the selection PHTW register
diff --git a/projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml b/projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml
new file mode 100644
index 0000000..9191181
--- /dev/null
+++ b/projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml
@@ -0,0 +1,14 @@
+title: "BSP 5.1.x upport FIS check in irq"
+team: MM
+key: c005282c-8366-11eb-8a9b-7ff765ca3363
+status: Done
+assignee: Niklas
+
+bsp41x:
+ - d2dedddc818d176ea566f6d0d106d59749404c53 # media: rcar-vin: Add FIS bit check before reading VnMS register
+
+bsp51x:
+ - 374a2cfe1d08e7d7fc8a63a28783f92aced67246 # media: rcar-vin: Add FIS bit check before reading VnMS register
+
+upstream:
+ - torvalds: 30334d3d99e992c0d85791eed92e7196002f4d57 # media: rcar-vin: Add check for completed capture before completing buffer
diff --git a/projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml b/projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml
new file mode 100644
index 0000000..f3121b0
--- /dev/null
+++ b/projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml
@@ -0,0 +1,14 @@
+title: "BSP 5.1.x upport format alignment correction"
+team: MM
+key: b61002de-a254-4b81-a24f-e374b2b1c21e
+status: Done
+assignee: Niklas
+
+bsp41x:
+ - 0b806d78eb074c58c904d15080a45666eb102a51 # media: rcar-vin: Fix byte alignment for each format
+
+bsp51x:
+ - 5cd448e50758f632738799d5bd67a00aa6cdb7d9 # media: rcar-vin: Fix byte alignment for each format
+
+upstream:
+ - torvalds: da6911f330d40cfe115a37249e47643eff555e82 # media: rcar-vin: Update format alignment constraints