soc/tegra: fuse: Set up in early initcall
authorThierry Reding <treding@nvidia.com>
Fri, 11 Jul 2014 09:13:30 +0000 (11:13 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Jul 2014 12:58:42 +0000 (14:58 +0200)
commit24fa5af81059af90c723bec6aacc3cd2b2809d14
tree237415a8a7af0c683d68f10c9fd1957965fbc3b4
parentc090e111633cd82e4e0f72c7e964460676ad1250
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 <treding@nvidia.com>
arch/arm/mach-tegra/tegra.c
drivers/soc/tegra/fuse/fuse-tegra.c
drivers/soc/tegra/fuse/tegra-apbmisc.c
include/soc/tegra/fuse.h