From: Tomi Valkeinen Date: Thu, 18 Oct 2012 10:46:29 +0000 (+0300) Subject: OMAPDSS: get the dss version from core pdev X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2^2~62^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c7d54f72c1c588e8851c882f0465705f5e9e55;p=pandora-kernel.git OMAPDSS: get the dss version from core pdev The output drivers get the omapdss hw version from the platform data for their respective output device. This doesn't work with DT, as there's no platform data for them. Add a new function, omapdss_get_version(), which returns the dss version from the core device, which will have platform data on DT also. The function is exported so that users of omapdss can also use it. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed