From: Thierry Reding Date: Fri, 11 Jul 2014 09:13:30 +0000 (+0200) Subject: soc/tegra: fuse: Set up in early initcall X-Git-Tag: omap-for-v3.17/fixes-against-rc2~123^2~5^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24fa5af81059af90c723bec6aacc3cd2b2809d14;p=pandora-kernel.git soc/tegra: fuse: Set up in early initcall Rather than rely on explicit initialization order called from SoC setup code, use a plain initcall and rely on initcall ordering to take care of dependencies. This driver exposes some functionality (querying the chip ID) needed at very early stages of the boot process. An early initcall is good enough provided that some of the dependencies are deferred to later stages. To make sure any abuses are easily caught, output a warning message if the chip ID is queried while it can't be read yet. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed