From f622227481179509f755a47cae5ad2eadcbd6db8 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 26 Jun 2022 23:12:49 +0300 Subject: 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 Acked-by: Yoshihiro Shimoda --- projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml | 13 ------------- .../linux/mm/done/bsp41x_adv7604_suspend_and_resume.yaml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml create mode 100644 projects/linux/mm/done/bsp41x_adv7604_suspend_and_resume.yaml (limited to 'projects/linux/mm') diff --git a/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml b/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml deleted file mode 100644 index a583fb8..0000000 --- a/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml +++ /dev/null @@ -1,13 +0,0 @@ -title: "BSP 4.1.x upport adv7604 suspend and resume" -team: MM -key: 73e30498-834b-11eb-9cae-c79a10b3ab16 -status: New - -bsp41x: - - 16965230fa9f1c8995b63eeb40eb02a14f531455 # media: i2c: adv7604: Add suspend and resume support - -bsp51x: - - 8a0ed3cd3115c985f84a622f8cabac2ffcb95df9 # media: i2c: adv7604: Add suspend and resume support - -comments: - - Present on Lager, Koelsch and Gose diff --git a/projects/linux/mm/done/bsp41x_adv7604_suspend_and_resume.yaml b/projects/linux/mm/done/bsp41x_adv7604_suspend_and_resume.yaml new file mode 100644 index 0000000..bf8a746 --- /dev/null +++ b/projects/linux/mm/done/bsp41x_adv7604_suspend_and_resume.yaml @@ -0,0 +1,16 @@ +title: "BSP 4.1.x upport adv7604 suspend and resume" +team: MM +key: 73e30498-834b-11eb-9cae-c79a10b3ab16 +status: Abandoned + +bsp41x: + - 16965230fa9f1c8995b63eeb40eb02a14f531455 # media: i2c: adv7604: Add suspend and resume support + +bsp51x: + - 8a0ed3cd3115c985f84a622f8cabac2ffcb95df9 # media: i2c: adv7604: Add suspend and resume support + +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. -- cgit v1.2.3