From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Osipenko Subject: Re: [PATCH v9 13/17] cpuidle: tegra: Squash Tegra30 driver into the common driver Date: Fri, 21 Feb 2020 19:59:14 +0300 Message-ID: <89a9838c-faf3-b890-cea2-aad53df1eac3@gmail.com> References: <20200212235134.12638-1-digetx@gmail.com> <20200212235134.12638-14-digetx@gmail.com> <20200221162951.GQ10516@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200221162951.GQ10516@linaro.org> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Daniel Lezcano Cc: Thierry Reding , Jonathan Hunter , Peter De Schrijver , "Rafael J. Wysocki" , =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Jasper Korten , David Heidelberg , Peter Geis , linux-pm@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-tegra@vger.kernel.org 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 >> Tested-by: Peter Geis >> Tested-by: Jasper Korten >> Tested-by: David Heidelberg >> Signed-off-by: Dmitry Osipenko >> --- >> 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!