From: Archit Taneja Date: Fri, 6 Jul 2012 15:22:37 +0000 (+0530) Subject: OMAPDSS: VENC: Split VENC into interface and panel driver X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156fd99e92c30b0a894f7f4874c6901bfdc65c44;p=pandora-kernel.git OMAPDSS: VENC: Split VENC into interface and panel driver The current venc.c driver contains both the interface and panel driver code. This makes the driver hard to read, and difficult to understand the work split between the interface and panel driver and the how the locking works. This also makes it easier to clearly define the VENC interface ops called by the panel driver. Split venc.c into venc.c and venc_panel.c representing the interface and panel driver respectively. This split is done along the lines of the HDMI interface and panel drivers. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed