ARM: tegra: move fuse exports to soc/tegra/fuse.h
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Thu, 12 Jun 2014 15:36:36 +0000 (18:36 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Jul 2014 12:32:51 +0000 (14:32 +0200)
commit35874f3617b38e0c1f72163407c41d554a8f5939
tree4676fd03dc2ffa7aa00028549be7845dc74c80b5
parent3f394f80645bf0c38a30042ba605c71663331035
ARM: tegra: move fuse exports to soc/tegra/fuse.h

All fuse related functionality will move to a driver in the following
patches. To prepare for this, export all the required functionality in a
global header file and move all users of fuse.h to soc/tegra/fuse.h.

While we're at it, remove tegra_bct_strapping, as its only user was
removed in Commit a7cbe92cef27 ("ARM: tegra: remove tegra EMC scaling
driver").

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mach-tegra/fuse.h
arch/arm/mach-tegra/tegra.c
arch/arm/mach-tegra/tegra114_speedo.c
arch/arm/mach-tegra/tegra20_speedo.c
arch/arm/mach-tegra/tegra30_speedo.c
include/soc/tegra/fuse.h
This page took 0.027257 seconds and 5 git commands to generate.