From: Thierry Reding Date: Mon, 14 Oct 2013 12:43:22 +0000 (+0200) Subject: drm/tegra: Move subdevice infrastructure to host1x X-Git-Tag: v3.13-rc1~76^2~65^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776dc38403676f499a73d32e2e7c61eb5b42f736;p=pandora-kernel.git drm/tegra: Move subdevice infrastructure to host1x The Tegra DRM driver currently uses some infrastructure to defer the DRM core initialization until all required devices have registered. The same infrastructure can potentially be used by any other driver that requires more than a single sub-device of the host1x module. Make the infrastructure more generic and keep only the DRM specific code in the DRM part of the driver. Eventually this will make it easy to move the DRM driver part back to the DRM subsystem. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed