]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00273848-02 iMX6Q/DL HDMI: Enable HDMI function
authorSandor Yu <R01008@freescale.com>
Mon, 5 Aug 2013 08:12:53 +0000 (16:12 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:16 +0000 (09:54 +0800)
commitf87ac330a7e3bd58f12d7b2eaef225e72b7d6d37
tree83f7db5b41f9bf28830f9327a36fafa2ec909b21
parent8a2dfd6f39f5f798e9e543a6b12033774d60390f
ENGR00273848-02 iMX6Q/DL HDMI: Enable HDMI function

Add MX6Q/DL HDMI core and video driver source code.
Add MXC edid data read and parse source code.

Signed-off-by: Sandor Yu <R01008@freescale.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/mxc-hdmi-core.c [new file with mode: 0644]
drivers/video/mxc/Kconfig
drivers/video/mxc/Makefile
drivers/video/mxc/mxc_edid.c [new file with mode: 0644]
drivers/video/mxc/mxc_hdmi.c [new file with mode: 0644]
include/linux/mfd/mxc-hdmi-core.h [new file with mode: 0644]
include/video/mxc_edid.h [new file with mode: 0755]
include/video/mxc_hdmi.h [new file with mode: 0644]