From abaf4b19eb5e9bd69347f7deb997e62906aa5fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Wed, 16 Mar 2022 11:56:01 +0100 Subject: linux: mm: Mark done CSI-2 and VIN tasks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- projects/linux/mm/bsp41x_csi2_fix_module_unload.yaml | 8 -------- .../linux/mm/bsp41x_vin_fix_parallel_link_verify.yaml | 15 --------------- projects/linux/mm/bsp51x_csi2_fix_freq_selection.yaml | 15 --------------- projects/linux/mm/bsp51x_vin_check_irq_status.yaml | 14 -------------- projects/linux/mm/bsp51x_vin_fix_alignment.yaml | 14 -------------- projects/linux/mm/done/bsp41x_csi2_fix_module_unload.yaml | 13 +++++++++++++ .../mm/done/bsp41x_vin_fix_parallel_link_verify.yaml | 15 +++++++++++++++ .../linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml | 15 +++++++++++++++ projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml | 14 ++++++++++++++ projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml | 14 ++++++++++++++ 10 files changed, 71 insertions(+), 66 deletions(-) delete mode 100644 projects/linux/mm/bsp41x_csi2_fix_module_unload.yaml delete mode 100644 projects/linux/mm/bsp41x_vin_fix_parallel_link_verify.yaml delete mode 100644 projects/linux/mm/bsp51x_csi2_fix_freq_selection.yaml delete mode 100644 projects/linux/mm/bsp51x_vin_check_irq_status.yaml delete mode 100644 projects/linux/mm/bsp51x_vin_fix_alignment.yaml create mode 100644 projects/linux/mm/done/bsp41x_csi2_fix_module_unload.yaml create mode 100644 projects/linux/mm/done/bsp41x_vin_fix_parallel_link_verify.yaml create mode 100644 projects/linux/mm/done/bsp51x_csi2_fix_freq_selection.yaml create mode 100644 projects/linux/mm/done/bsp51x_vin_check_irq_status.yaml create mode 100644 projects/linux/mm/done/bsp51x_vin_fix_alignment.yaml (limited to 'projects/linux') 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/bsp41x_vin_fix_parallel_link_verify.yaml b/projects/linux/mm/bsp41x_vin_fix_parallel_link_verify.yaml deleted file mode 100644 index 1ef9171..0000000 --- a/projects/linux/mm/bsp41x_vin_fix_parallel_link_verify.yaml +++ /dev/null @@ -1,15 +0,0 @@ -title: "BSP 4.1.x upport parallel graph link verify fix" -team: MM -key: 19bf56d0-8367-11eb-ac3a-732f4426f8be -status: Active -assignee: Niklas - -bsp41x: - - d49352737eea892aa8c668c0afca4fdb2a044fc5 # media: platform: rcar-vin: fix parallel notifier fail - -upstream: - - lore: 20211127164135.2617686-2-niklas.soderlund+renesas@ragnatech.se - -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/bsp51x_csi2_fix_freq_selection.yaml b/projects/linux/mm/bsp51x_csi2_fix_freq_selection.yaml deleted file mode 100644 index f092ca9..0000000 --- a/projects/linux/mm/bsp51x_csi2_fix_freq_selection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -title: "BSP 5.1.x upport CSI-2 freq selection fix" -team: MM -key: ddbd2c82-b2c2-4418-addb-bd2863f6fa46 -status: Active -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/bsp51x_vin_check_irq_status.yaml b/projects/linux/mm/bsp51x_vin_check_irq_status.yaml deleted file mode 100644 index 9e115a8..0000000 --- a/projects/linux/mm/bsp51x_vin_check_irq_status.yaml +++ /dev/null @@ -1,14 +0,0 @@ -title: "BSP 5.1.x upport FIS check in irq" -team: MM -key: c005282c-8366-11eb-8a9b-7ff765ca3363 -status: Active -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/bsp51x_vin_fix_alignment.yaml b/projects/linux/mm/bsp51x_vin_fix_alignment.yaml deleted file mode 100644 index 79a1306..0000000 --- a/projects/linux/mm/bsp51x_vin_fix_alignment.yaml +++ /dev/null @@ -1,14 +0,0 @@ -title: "BSP 5.1.x upport format alignment correction" -team: MM -key: b61002de-a254-4b81-a24f-e374b2b1c21e -status: Active -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 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 -- cgit v1.2.3