From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Tue, 4 Mar 2014 15:41:29 +0100 Subject: [PATCH V2] ARM: dove: dt: revert PMU interrupt controller node In-Reply-To: <20140304140135.GS21483@n2100.arm.linux.org.uk> References: <20140303150215.GI21483@n2100.arm.linux.org.uk> <20140303173740.GC16655@lunn.ch> <20140303181529.GM21483@n2100.arm.linux.org.uk> <20140303222406.GW1872@titan.lakedaemon.net> <20140304092616.GH16655@lunn.ch> <5315AD6F.1070804@gmail.com> <20140304121136.GR21483@n2100.arm.linux.org.uk> <20140304135306.GL1872@titan.lakedaemon.net> <20140304135452.GK16655@lunn.ch> <20140304140135.GS21483@n2100.arm.linux.org.uk> Message-ID: <20140304144129.GM16655@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 04, 2014 at 02:01:36PM +0000, Russell King - ARM Linux wrote: > On Tue, Mar 04, 2014 at 02:54:52PM +0100, Andrew Lunn wrote: > > > > So we have cpufreq, pm domains and an irq controller. What's the plan > > > > for this, who's going to look at sorting this out? > > > > > > Andrew, Sebastian? I'm currently task-saturated... > > > > I doubt i will be doing anything with it for the remainder of this > > cycle. I would like to finish converting kirkwood to DT before > > starting on anything new. > > Okay, can someone send me the cpufreq code then please? Hi Russell Take a look at: https://github.com/lunn/linux.git v3.13-rc2-rafael-next-dove-cpufreq The cpufreq drivers/framework have been going through quite a bit of refactoring recently, so maybe some work will be needed on it. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757407AbaCDOmj (ORCPT ); Tue, 4 Mar 2014 09:42:39 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:38443 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757168AbaCDOmh (ORCPT ); Tue, 4 Mar 2014 09:42:37 -0500 Date: Tue, 4 Mar 2014 15:41:29 +0100 From: Andrew Lunn To: Russell King - ARM Linux Cc: Andrew Lunn , Jason Cooper , Sebastian Hesselbarth , linux-kernel@vger.kernel.org, Gregory CLEMENT , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Subject: Re: [PATCH V2] ARM: dove: dt: revert PMU interrupt controller node Message-ID: <20140304144129.GM16655@lunn.ch> References: <20140303150215.GI21483@n2100.arm.linux.org.uk> <20140303173740.GC16655@lunn.ch> <20140303181529.GM21483@n2100.arm.linux.org.uk> <20140303222406.GW1872@titan.lakedaemon.net> <20140304092616.GH16655@lunn.ch> <5315AD6F.1070804@gmail.com> <20140304121136.GR21483@n2100.arm.linux.org.uk> <20140304135306.GL1872@titan.lakedaemon.net> <20140304135452.GK16655@lunn.ch> <20140304140135.GS21483@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140304140135.GS21483@n2100.arm.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 04, 2014 at 02:01:36PM +0000, Russell King - ARM Linux wrote: > On Tue, Mar 04, 2014 at 02:54:52PM +0100, Andrew Lunn wrote: > > > > So we have cpufreq, pm domains and an irq controller. What's the plan > > > > for this, who's going to look at sorting this out? > > > > > > Andrew, Sebastian? I'm currently task-saturated... > > > > I doubt i will be doing anything with it for the remainder of this > > cycle. I would like to finish converting kirkwood to DT before > > starting on anything new. > > Okay, can someone send me the cpufreq code then please? Hi Russell Take a look at: https://github.com/lunn/linux.git v3.13-rc2-rafael-next-dove-cpufreq The cpufreq drivers/framework have been going through quite a bit of refactoring recently, so maybe some work will be needed on it. Andrew