From f83476ae54336e07991ec9971a9b8b50aa3029d4 Mon Sep 17 00:00:00 2001
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Date: Sun, 26 Jun 2022 23:12:49 +0300
Subject: projects: linux: mm: Move done and abandoned tasks to done directory

Move several tasks marked as done or abandoned to the done directory.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 ...ar-du-Don-t-defer-probe-with-disabled-encoders.yaml | 15 ---------------
 ...1x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml | 18 ------------------
 ...ar-du-Don-t-defer-probe-with-disabled-encoders.yaml | 15 +++++++++++++++
 ...1x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml | 18 ++++++++++++++++++
 4 files changed, 33 insertions(+), 33 deletions(-)
 delete mode 100644 projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml
 delete mode 100644 projects/linux/mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml
 create mode 100644 projects/linux/mm/done/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml
 create mode 100644 projects/linux/mm/done/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml

(limited to 'projects/linux/mm')

diff --git a/projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml b/projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml
deleted file mode 100644
index dff90f1..0000000
--- a/projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-title: "BSP 4.1.x upport: rcar-du: Don't defer probe with disabled encoders"
-team: MM
-key: ac4726f3-ee6f-4007-9da9-f79ff848ce33
-status: Abandoned
-
-bsp41x:
- - 88f77e34668412d13c923cc25f2c0ceb098c9c19 # drm: rcar-du: Skip EPROBE_DEFER in case of disabling LVDS and HDMI
-
-bsp51x:
- - aeaf8087e4df1382ef0c7e056ab8ff22739b2695 # drm: rcar-du: Skip EPROBE_DEFER in case of disabling LVDS and HDMI
-
-comments:
- - Probe will not be deferred if the encoder is disabled in DT. This is the
-   correct way of handling this issue. Testing if encoder drivers are enabled
-   isn't fail-proof, as the modules could for instance be blacklisted.
diff --git a/projects/linux/mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml b/projects/linux/mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml
deleted file mode 100644
index d912d3d..0000000
--- a/projects/linux/mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-title: "BSP 4.1.x upport: rcar-du: Shutdown device at remove or reboot"
-team: MM
-key: d9e371de-323b-42c5-b8fe-44032386a60a
-status: Active
-assignee: Laurent
-
-bsp41x:
- - 2ab6ab24c4822ad710ccae260480fd34ba5d66df # drm: rcar-du: Add drm_atomic_helper_shutdown()
- - 923112594d5c8f704b4c546079f00707d8d9c245 # drm: rcar-du: Add shutdown callback function in platform_driver
-
-bsp51x:
- - f5abbf0482ef487c08c2043bc51a77800e6a0fd5 # drm: rcar-du: Add drm_atomic_helper_shutdown()
- - cc7e5e26772d4baa5a77e4769bd8258dffea0e43 # drm: rcar-du: Add shutdown callback function in platform_driver
-
-upstream:
- - torvalds: 015f2ebb93767d40c442e749642fffaf10316d78 # drm: rcar-du: Shutdown the display on system shutdown
- - torvalds: c29b6b0b126e9ee69a5d6339475e831a149295bd # drm: rcar-du: Don't put reference to drm_device in rcar_du_remove()
- - torvalds: 5e7ef0b85c7718c10f6122caf7af9b2e70d53830 # drm: rcar-du: Shutdown the display on remove
diff --git a/projects/linux/mm/done/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml b/projects/linux/mm/done/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml
new file mode 100644
index 0000000..dff90f1
--- /dev/null
+++ b/projects/linux/mm/done/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml
@@ -0,0 +1,15 @@
+title: "BSP 4.1.x upport: rcar-du: Don't defer probe with disabled encoders"
+team: MM
+key: ac4726f3-ee6f-4007-9da9-f79ff848ce33
+status: Abandoned
+
+bsp41x:
+ - 88f77e34668412d13c923cc25f2c0ceb098c9c19 # drm: rcar-du: Skip EPROBE_DEFER in case of disabling LVDS and HDMI
+
+bsp51x:
+ - aeaf8087e4df1382ef0c7e056ab8ff22739b2695 # drm: rcar-du: Skip EPROBE_DEFER in case of disabling LVDS and HDMI
+
+comments:
+ - Probe will not be deferred if the encoder is disabled in DT. This is the
+   correct way of handling this issue. Testing if encoder drivers are enabled
+   isn't fail-proof, as the modules could for instance be blacklisted.
diff --git a/projects/linux/mm/done/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml b/projects/linux/mm/done/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml
new file mode 100644
index 0000000..d912d3d
--- /dev/null
+++ b/projects/linux/mm/done/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml
@@ -0,0 +1,18 @@
+title: "BSP 4.1.x upport: rcar-du: Shutdown device at remove or reboot"
+team: MM
+key: d9e371de-323b-42c5-b8fe-44032386a60a
+status: Active
+assignee: Laurent
+
+bsp41x:
+ - 2ab6ab24c4822ad710ccae260480fd34ba5d66df # drm: rcar-du: Add drm_atomic_helper_shutdown()
+ - 923112594d5c8f704b4c546079f00707d8d9c245 # drm: rcar-du: Add shutdown callback function in platform_driver
+
+bsp51x:
+ - f5abbf0482ef487c08c2043bc51a77800e6a0fd5 # drm: rcar-du: Add drm_atomic_helper_shutdown()
+ - cc7e5e26772d4baa5a77e4769bd8258dffea0e43 # drm: rcar-du: Add shutdown callback function in platform_driver
+
+upstream:
+ - torvalds: 015f2ebb93767d40c442e749642fffaf10316d78 # drm: rcar-du: Shutdown the display on system shutdown
+ - torvalds: c29b6b0b126e9ee69a5d6339475e831a149295bd # drm: rcar-du: Don't put reference to drm_device in rcar_du_remove()
+ - torvalds: 5e7ef0b85c7718c10f6122caf7af9b2e70d53830 # drm: rcar-du: Shutdown the display on remove
-- 
cgit v1.2.3