]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36a5ceaf74815d566a8e0b553b0fa8a0de3d5f11
tree5ac3b6c6c3563fd4fe38df58c5d591c1c7e0077d
parent900abd43b6d837ba70928a9ee9599ba3be1d2fb6
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