ARM: tegra: Compile sleep-tegra20/30.S unconditionally
authorDmitry Osipenko <digetx@gmail.com>
Mon, 24 Feb 2020 22:40:41 +0000 (01:40 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 12 Mar 2020 09:53:04 +0000 (10:53 +0100)
commitdf25e554887f47c8e9c110e7cca2f27dbe6ef4fb
tree5ac3b6c6c3563fd4fe38df58c5d591c1c7e0077d
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
ARM: tegra: Compile sleep-tegra20/30.S unconditionally

The sleep-tegra*.S provides functionality required for suspend/resume
and CPU hotplugging. The new unified CPUIDLE driver will support multiple
hardware generations starting from Terga20 and ending with Tegra124, the
driver will utilize functions that are provided by the assembly and thus
it is cleaner to compile that code without any build-dependencies in order
to avoid churning with #ifdef's.

Acked-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Tested-by: Peter Geis <pgwipeout@gmail.com>
Tested-by: Jasper Korten <jja2000@gmail.com>
Tested-by: David Heidelberg <david@ixit.cz>
Tested-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/sleep.h