summaryrefslogtreecommitdiff
path: root/projects/linux/mm/done/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml
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
commitf83476ae54336e07991ec9971a9b8b50aa3029d4 (patch)
tree0e932ab2c606c7ee69169f5b1d6f5b0f79fab7d8 /projects/linux/mm/done/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml
parent546e3045a1ed0bd158e80dd5e966a486d24e1cb0 (diff)
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>
Diffstat (limited to 'projects/linux/mm/done/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml')
-rw-r--r--projects/linux/mm/done/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml15
1 files changed, 15 insertions, 0 deletions
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.