summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil2016-11-02 11:37:15 +0100
committerMauro Carvalho Chehab2016-11-16 18:47:58 +0100
commit764040c49cbb58857815b0ebaae97273faad3143 (patch)
tree244fbf376c5ad80feab5da52549adfa2f3005fb6
parent[media] pulse8-cec: move out of staging (diff)
downloadkernel-qcow2-linux-764040c49cbb58857815b0ebaae97273faad3143.tar.gz
kernel-qcow2-linux-764040c49cbb58857815b0ebaae97273faad3143.tar.xz
kernel-qcow2-linux-764040c49cbb58857815b0ebaae97273faad3143.zip
[media] s5p-cec/st-cec: update TODOs
Update the TODOs explaining why these two drivers remain in staging. The reason is that these drivers rely on userspace to set the physical address, but that should come from the HDMI output driver. This in turn needs the upcoming HDMI notifier framework. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/staging/media/s5p-cec/TODO12
-rw-r--r--drivers/staging/media/st-cec/TODO7
2 files changed, 13 insertions, 6 deletions
diff --git a/drivers/staging/media/s5p-cec/TODO b/drivers/staging/media/s5p-cec/TODO
index f51d5268ac40..64f21bab38f5 100644
--- a/drivers/staging/media/s5p-cec/TODO
+++ b/drivers/staging/media/s5p-cec/TODO
@@ -1,7 +1,7 @@
-This driver depends on the CEC framework, which is currently in
-staging, so therefor this driver is in staging as well.
+This driver requires that userspace sets the physical address.
+However, this should be passed on from the corresponding
+Samsung HDMI driver.
-In addition, this driver requires that userspace sets the physical
-address. However, this should be passed on from the corresponding
-samsung HDMI driver. It is very annoying if userspace has to do this,
-and other than USB CEC adapters this must be handled automatically.
+We have to wait until the HDMI notifier framework has been merged
+in order to handle this gracefully, until that time this driver
+has to remain in staging.
diff --git a/drivers/staging/media/st-cec/TODO b/drivers/staging/media/st-cec/TODO
new file mode 100644
index 000000000000..c61289742c5c
--- /dev/null
+++ b/drivers/staging/media/st-cec/TODO
@@ -0,0 +1,7 @@
+This driver requires that userspace sets the physical address.
+However, this should be passed on from the corresponding
+ST HDMI driver.
+
+We have to wait until the HDMI notifier framework has been merged
+in order to handle this gracefully, until that time this driver
+has to remain in staging.