Re: [PATCH v9 13/17] cpuidle: tegra: Squash Tegra30 driver into the common driver

From: Dmitry Osipenko
Date: Fri Feb 21 2020 - 13:20:38 EST


21.02.2020 20:41, Daniel Lezcano ÐÐÑÐÑ:
> On Fri, Feb 21, 2020 at 07:59:14PM +0300, Dmitry Osipenko wrote:
>> 21.02.2020 19:29, Daniel Lezcano ÐÐÑÐÑ:
>>> 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.
>>
>> Okay, thank you very much for taking a look at the patches!
>
> Yeah, sorry for the delay. Nice cleanup BTW.

No problems, thank you :)