[RFC PATCH 0/3] OMAP4 HDMI CEC support
Hans Verkuil
hverkuil at xs4all.nl
Fri Apr 29 09:39:03 UTC 2016
From: Hans Verkuil <hans.verkuil at cisco.com>
This patch series sits on top of my earlier HDMI CEC framework:
http://www.spinics.net/lists/linux-media/msg99847.html
It is an RFC patch for now as I want to clean up hdmi_cec a bit more
and do a bit more testing.
Many thanks to Tomi for finding obscure problems in the omap4 drivers
that prevented CEC from working on my pandaboard.
Feedback is welcome!
Regards,
Hans
Hans Verkuil (2):
omap4: add CEC support
encoder-tpd12s015: keep the ls_oe_gpio on while the phys_addr is valid
Tomi Valkeinen (1):
drm/omap: fix OMAP4 hdmi_core_powerdown_disable()
arch/arm/boot/dts/omap4-panda-a4.dts | 2 +-
arch/arm/boot/dts/omap4-panda-es.dts | 2 +-
arch/arm/boot/dts/omap4.dtsi | 5 +-
.../gpu/drm/omapdrm/displays/encoder-tpd12s015.c | 13 +-
drivers/gpu/drm/omapdrm/dss/Kconfig | 8 +
drivers/gpu/drm/omapdrm/dss/Makefile | 3 +
drivers/gpu/drm/omapdrm/dss/hdmi.h | 62 +++-
drivers/gpu/drm/omapdrm/dss/hdmi4.c | 39 ++-
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c | 2 +-
drivers/gpu/drm/omapdrm/dss/hdmi_cec.c | 329 +++++++++++++++++++++
10 files changed, 454 insertions(+), 11 deletions(-)
create mode 100644 drivers/gpu/drm/omapdrm/dss/hdmi_cec.c
--
2.8.1
More information about the dri-devel
mailing list