From: Archit Taneja Date: Tue, 6 May 2014 11:37:39 +0000 (+0530) Subject: OMAPDSS: DPI: Add support for multiple instances X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e38fe9e23c6311a96510d00c75c73fcf5d1e42;p=pandora-kernel.git OMAPDSS: DPI: Add support for multiple instances Register DPI outputs, and assign the port_num to them as specified by the 'reg' property in the DPI ports in DT. To support multiple DPI instances, dpi_get_channel needs to take the DPI instance's port number to get the corresponding channel. Make it take this argument. We just pass 0 in the non-DT path, since we don't support multiple instances in the non-DT case. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed