cpuidle: tegra: Squash Tegra114 driver into the common driver
authorDmitry Osipenko <digetx@gmail.com>
Mon, 24 Feb 2020 22:40:54 +0000 (01:40 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 13 Mar 2020 10:32:01 +0000 (11:32 +0100)
commit14e086baca509ef244715ad8b6c3f7bf80621e0b
tree7b927be7a0aaa2dd176c0f2696fdb36f4ee1277f
parent19461a499c9e47d38f29e1ec4f0f614197cd67f2
cpuidle: tegra: Squash Tegra114 driver into the common driver

Tegra20/30/114/124 SoCs have common idling states, thus there is no much
point in having separate drivers for a similar hardware. This patch moves
Tegra114/124 arch/ drivers into the common driver without any functional
changes. The CC6 state is kept disabled on Tegra114/124 because the core
Tegra PM code needs some more work in order to support that state.

Acked-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/cpuidle-tegra114.c [deleted file]
arch/arm/mach-tegra/cpuidle.c [deleted file]
arch/arm/mach-tegra/cpuidle.h [deleted file]
arch/arm/mach-tegra/tegra.c
drivers/cpuidle/cpuidle-tegra.c