From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomeu Vizoso Subject: Re: [PATCH v3 3/3] ARM: tegra: Add Tegra124 ACTMON support Date: Tue, 09 Dec 2014 15:13:25 +0100 Message-ID: <54870385.9060405@collabora.com> References: <1417709696-29281-1-git-send-email-tomeu.vizoso@collabora.com> <1417709696-29281-4-git-send-email-tomeu.vizoso@collabora.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Alexandre Courbot Cc: "linux-pm@vger.kernel.org" , Javier Martinez Canillas , Mikko Perttunen , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Stephen Warren , Thierry Reding , MyungJoo Ham , Kyungmin Park , Grant Likely , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-tegra@vger.kernel.org" , Linux Kernel Mailing List List-Id: devicetree@vger.kernel.org On 12/09/2014 06:33 AM, Alexandre Courbot wrote: > On Fri, Dec 5, 2014 at 1:14 AM, Tomeu Vizoso wrote: >> Add device node for the ACTMON block to the Tegra124 device tree. >> >> Signed-off-by: Tomeu Vizoso >> >> --- >> >> v3: * Address misc. style issues found by Thierry and Alexander >> * Added helpers for register i/o >> * Further documented the structs >> * Enable the ACTMON after the IRQ handler has been installed >> * Disable the ACTMON before removing the IRQ handler >> * Add governor in a subsys initcall >> >> v2: * Add operating-points property >> --- >> arch/arm/boot/dts/tegra124.dtsi | 23 + >> drivers/devfreq/Kconfig | 7 +- >> drivers/devfreq/Makefile | 2 +- >> drivers/devfreq/tegra-actmon-devfreq.c | 777 +++++++++++++++++++++++++++++++++ >> drivers/devfreq/tegra-devfreq.c | 718 ------------------------------ > > In patch 2/3 you create tegra-devfreq.c, to apparently move it to > tegra-actmon-devfreq.c and (seemingly) add somemore lines to it. This > makes things difficult to review, and I am almost sure this is a > naming mistake - could you fix this and resend? Sorry, I squashed the changes into the wrong commit. Have sent v4 fixing this. Cheers, Tomeu