On Thu, Feb 13, 2020 at 02:51:30AM +0300, Dmitry Osipenko wrote: > Tegra20 and Terga30 SoCs have common C1 and CC6 idling states and thus > share the same code paths, there is no point in having separate drivers > for a similar hardware. This patch merely moves functionality of the old > driver into the new, although the CC6 state is kept disabled for now since > old driver had a rudimentary support for this state (allowing to enter > into CC6 only when secondary CPUs are put offline), while new driver can > provide a full-featured support. The new feature will be enabled by > another patch. > > Acked-by: Peter De Schrijver <pdeschrijver@xxxxxxxxxx> > Tested-by: Peter Geis <pgwipeout@xxxxxxxxx> > Tested-by: Jasper Korten <jja2000@xxxxxxxxx> > Tested-by: David Heidelberg <david@xxxxxxx> > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > --- > arch/arm/mach-tegra/Makefile | 3 - > arch/arm/mach-tegra/cpuidle-tegra30.c | 123 -------------------------- Add the -M option when resending please.