Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70ad89a2 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarHans Verkuil <hans.verkuil@cisco.com>
Cc: Kamil Debski <k.debski@samsung.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent bddb4952
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
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.