From: Grazvydas Ignotas Date: Sun, 17 Feb 2013 00:43:12 +0000 (+0200) Subject: OMAPDSS: tpo-td043 panel: fix data passing between SPI/DSS parts X-Git-Tag: v3.9-rc5~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f9b2a5607e494e6b98b0101aaa731b42454ad0;p=pandora-kernel.git OMAPDSS: tpo-td043 panel: fix data passing between SPI/DSS parts This driver uses omap_dss_device that it gets from a board file through SPI platfrom_data pointer to pass data from SPI to DSS portion of the driver by using dev_set_drvdata(). However this trick no longer works, as DSS core no longer uses omap_dss_device from a board file to create the real device, so use a global pointer to accomplish this instead, like other SPI panel drivers do. Signed-off-by: Grazvydas Ignotas Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed