From 78fc853b5532b22639e691357fd59aa19833d81a Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 28 Jun 2016 11:36:02 -0300 Subject: [media] move s5p-cec to staging As the CEC core is currently at staging, it doesn't make any sense to put a dependent driver outside staging. So, move it also to staging. Signed-off-by: Mauro Carvalho Chehab --- drivers/staging/media/s5p-cec/TODO | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 drivers/staging/media/s5p-cec/TODO (limited to 'drivers/staging/media/s5p-cec/TODO') diff --git a/drivers/staging/media/s5p-cec/TODO b/drivers/staging/media/s5p-cec/TODO new file mode 100644 index 000000000000..7162f9ae0d26 --- /dev/null +++ b/drivers/staging/media/s5p-cec/TODO @@ -0,0 +1,3 @@ +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. -- cgit v1.2.3-59-g8ed1b From 70ad89a2508936c553d0222cc0b7c95648ee3580 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Fri, 15 Jul 2016 12:11:54 -0300 Subject: [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 Cc: Kamil Debski Cc: Marek Szyprowski Signed-off-by: Mauro Carvalho Chehab --- drivers/staging/media/s5p-cec/TODO | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'drivers/staging/media/s5p-cec/TODO') 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. -- cgit v1.2.3-59-g8ed1b