Addition of the OTM HDMI driver for Medfield.
authorArun Kannan <arun.kannan@intel.com>
Mon, 30 Jan 2012 22:17:14 +0000 (00:17 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:29:37 +0000 (12:29 +0300)
commitcbaf4c5ae35023434c42edfe4cff64bf3d866d6b
tree885e3a536b067ce3b2820679f286abacdee5d3c4
parent971dcdb6ef8258ffc362d835adac9ddbddbc3454
Addition of the OTM HDMI driver for Medfield.

This is a modular, reusable driver for HDMI used across platforms.
This driver has already achieved HDMI certification on the Greenridge platform,
and was also reused on the Medfield honeycomb stack.

Signed-off-by: Arun Kannan <arun.kannan@intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
36 files changed:
drivers/staging/mrst/Kconfig
drivers/staging/mrst/drv/otm_hdmi/Makefile [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/common/ipil_hdcp.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/common/ipil_internal.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/common/otm_ipil_main.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/include/hdcp_rx_defs.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/include/hdmi_hal.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/include/ipil_hdcp_api.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/include/ipil_hdmi.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/specific/include/ips_hdcp_api.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/specific/include/ips_hdmi.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/specific/mfld/ips_hdcp.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/specific/mfld/ips_hdmi.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/specific/mfld/mfld_hdcp_reg.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/specific/mfld/mfld_hdmi_reg.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/ipil/specific/mfld/mfld_utils.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/os/android/android_hdmi.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/os/android/include/android_hdmi.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/edid.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/edid.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/edid_internal.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/edid_print.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/hdcp.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/hdmi_internal.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/hdmi_timings.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/infoframes.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/infoframes_api.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/mode_info.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/common/otm_hdmi.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/include/hdcp_api.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/include/otm_hdmi.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/include/otm_hdmi_defs.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/include/otm_hdmi_types.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/specific/include/ps_hdmi.h [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/specific/mfld/ps_hdmi.c [new file with mode: 0644]
drivers/staging/mrst/drv/otm_hdmi/pil/specific/mfld/ps_hdmi_tablet.c [new file with mode: 0644]