From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] CPUFreq: OMAP: remove unnecessary plat/ includes Date: Wed, 12 Sep 2012 06:57:41 -0700 Message-ID: <87bohbxs16.fsf@deeprootsystems.com> References: Mime-Version: 1.0 Return-path: In-Reply-To: (Santosh Shilimkar's message of "Wed, 12 Sep 2012 12:58:28 +0530") Sender: linux-omap-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Shilimkar, Santosh" Cc: Paul Walmsley , rjw@sisk.pl, linux-pm@vger.kernel.org, cpufreq@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org "Shilimkar, Santosh" writes: > On Wed, Sep 12, 2012 at 6:02 AM, Paul Walmsley wrote: >> >> Remove some unnecessary plat/ includes that are interfering with multi-subarch >> ARM kernels. >> >> Signed-off-by: Paul Walmsley >> Cc: Kevin Hilman >> Cc: Rafael J. Wysocki >> Acked-by: Kevin Hilman >> --- >> >> Still awaiting some final testing here. Rafael, was wondering if you >> would be willing to ack this so we can merge it via the OMAP tree? >> Otherwise the patch can be split into an OMAP part and a CPUFreq part that >> can go in across two merge windows. >> > Hmm. > I did similar change[1] a while back. Kevin didn't like idea though > that point of time. I was wrong. At the time, we were thinking about how to get rid of clkdev nodes instead of add more. Now, we need to clean up these drivers and this is the only way to do it, so I retract my objection. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@deeprootsystems.com (Kevin Hilman) Date: Wed, 12 Sep 2012 06:57:41 -0700 Subject: [PATCH] CPUFreq: OMAP: remove unnecessary plat/ includes In-Reply-To: (Santosh Shilimkar's message of "Wed, 12 Sep 2012 12:58:28 +0530") References: Message-ID: <87bohbxs16.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org "Shilimkar, Santosh" writes: > On Wed, Sep 12, 2012 at 6:02 AM, Paul Walmsley wrote: >> >> Remove some unnecessary plat/ includes that are interfering with multi-subarch >> ARM kernels. >> >> Signed-off-by: Paul Walmsley >> Cc: Kevin Hilman >> Cc: Rafael J. Wysocki >> Acked-by: Kevin Hilman >> --- >> >> Still awaiting some final testing here. Rafael, was wondering if you >> would be willing to ack this so we can merge it via the OMAP tree? >> Otherwise the patch can be split into an OMAP part and a CPUFreq part that >> can go in across two merge windows. >> > Hmm. > I did similar change[1] a while back. Kevin didn't like idea though > that point of time. I was wrong. At the time, we were thinking about how to get rid of clkdev nodes instead of add more. Now, we need to clean up these drivers and this is the only way to do it, so I retract my objection. Kevin