summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-07-15 12:11:54 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-15 13:21:45 -0300
commit70ad89a2508936c553d0222cc0b7c95648ee3580 (patch)
tree30a4b95ed36aafbaeb002b3f5153362258901e13 /drivers/staging
parentbddb4952506d0e84c443a04840143ea98b610557 (diff)
[media] s5p-cec/TODO: add TODO item
Mention that the HDMI driver should pass on the physical address to this driver, rather than requiring userspace to do this. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Kamil Debski <k.debski@samsung.com> Cc: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/media/s5p-cec/TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/staging/media/s5p-cec/TODO b/drivers/staging/media/s5p-cec/TODO
index 7162f9ae0d26..f51d5268ac40 100644
--- a/drivers/staging/media/s5p-cec/TODO
+++ b/drivers/staging/media/s5p-cec/TODO
@@ -1,3 +1,7 @@
-There's nothing wrong on this driver, except that it depends on
-the media staging core, that it is currently at staging. So,
-this should be kept here while the core is not promoted.
+This driver depends on the CEC framework, which is currently in
+staging, so therefor this driver is in staging as well.
+
+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.