From: Archit Taneja Date: Thu, 16 Aug 2012 06:25:15 +0000 (+0530) Subject: OMAPDSS: VENC: Maintain copy of venc type in driver data X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=febe2905d08b238f4ee2eb7e99c402bf85f0f70f;p=pandora-kernel.git OMAPDSS: VENC: Maintain copy of venc type in driver data The VENC driver currently relies on the omap_dss_device struct to configure the venc type. This makes the VENC interface driver dependent on the omap_dss_device struct. Make the VENC driver data maintain it's own 'venc type' field. A panel driver is expected to call omapdss_venc_set_type() before enabling the interface or changing the type via display sysfs attributes. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed