From: Thomas Abraham Date: Sat, 24 Mar 2012 16:28:45 +0000 (+0530) Subject: video: s3c-fb: move video interface timing out of window setup data X-Git-Tag: v3.5-rc1~7^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4196febbe75e2cc8fcb7af6460d2c3ef208d66c;p=pandora-kernel.git video: s3c-fb: move video interface timing out of window setup data The video interface timing is independent of the window setup data. The resolution of the window can be smaller than that of the lcd panel to which the video data is output. So move the video timing data from the per-window setup data to the platform specific section in the platform data. This also removes the restriction that atleast one window should have the same resolution as that of the panel attached. Cc: Ben Dooks Signed-off-by: Thomas Abraham Acked-by: Jingoo Han Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed