]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00215182-2 MXC HDMI CEC: Add basic support for HDMI CEC
authorZhang Xiaodong <B39117@freescale.com>
Mon, 2 Jul 2012 07:02:41 +0000 (15:02 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:56 +0000 (08:34 +0200)
commitbbaef2263d8ee6a771b7a0953b46e50a73d50861
tree0e33bb8a168f63c8dd0402fdb960cc9ed903c288
parent4d1f5617da3621e570d1a187529c076693e96bf3
ENGR00215182-2 MXC HDMI CEC: Add basic support for HDMI CEC

- Add MXC HDMI CEC to kconfig and makefile under driver/mxc
- Add initial mxc_hdmi-cec.c file to provide basic HDMI CEC
functionality:
    - Basic HDMI CEC resource initilize functional
    - Support for sending and receiving CEC message via CEC line
    - Report HDMI cable status to CEC lib at userspace.
Signed-off-by: Zhang Xiaodong <B39117@freescale.com>
drivers/mxc/Kconfig
drivers/mxc/Makefile
drivers/mxc/hdmi-cec/Kconfig [new file with mode: 0644]
drivers/mxc/hdmi-cec/Makefile [new file with mode: 0644]
drivers/mxc/hdmi-cec/mxc_hdmi-cec.c [new file with mode: 0644]
drivers/mxc/hdmi-cec/mxc_hdmi-cec.h [new file with mode: 0644]
drivers/video/mxc/mxc_edid.c
drivers/video/mxc_hdmi.c