On Thu, Feb 13, 2020 at 02:51:29AM +0300, Dmitry Osipenko wrote: > The driver's code is refactored in a way that will make it easy to > support Tegra30/114/124 SoCs by this unified driver later on. The > current functionality is equal to the old Tegra20 driver, only the > code's structure changed a tad. This is also a proper platform driver > now. > > Acked-by: Peter De Schrijver <pdeschrijver@xxxxxxxxxx> > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > --- > arch/arm/mach-tegra/Makefile | 3 - > arch/arm/mach-tegra/cpuidle-tegra20.c | 216 -------------------- > arch/arm/mach-tegra/cpuidle.c | 14 +- > arch/arm/mach-tegra/cpuidle.h | 4 - > drivers/cpuidle/Kconfig.arm | 8 + > drivers/cpuidle/Makefile | 1 + > drivers/cpuidle/cpuidle-tegra.c | 277 ++++++++++++++++++++++++++ Is it possible to use -M option here to make the review easier?