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
commitf622227481179509f755a47cae5ad2eadcbd6db8 (patch)
tree06c10285c111de8f36996df72e40c5d528815019
parent8c13fff19547c7e6210cfb87d17ba99f79b9226a (diff)
projects: linux: mm: Mark bsp41x_adv7604_suspend_and_resume as abandoned
The BSP commit isn't correct. Mark the task as abandoned. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
-rw-r--r--projects/linux/mm/done/bsp41x_adv7604_suspend_and_resume.yaml (renamed from projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml)5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml b/projects/linux/mm/done/bsp41x_adv7604_suspend_and_resume.yaml
index a583fb8..bf8a746 100644
--- a/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml
+++ b/projects/linux/mm/done/bsp41x_adv7604_suspend_and_resume.yaml
@@ -1,7 +1,7 @@
title: "BSP 4.1.x upport adv7604 suspend and resume"
team: MM
key: 73e30498-834b-11eb-9cae-c79a10b3ab16
-status: New
+status: Abandoned
bsp41x:
- 16965230fa9f1c8995b63eeb40eb02a14f531455 # media: i2c: adv7604: Add suspend and resume support
@@ -11,3 +11,6 @@ bsp51x:
comments:
- Present on Lager, Koelsch and Gose
+ - The right way to handle suspend/resume for subdev is to have the master
+ driver stop streaming at suspend time and restart it at resume time. There
+ is no need to handle it manually in the adv7604 driver.