From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754130AbbAETVo (ORCPT ); Mon, 5 Jan 2015 14:21:44 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:50075 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753165AbbAETVl (ORCPT ); Mon, 5 Jan 2015 14:21:41 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 104.193.169.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19vxiAorcM0rjrmETB+ITv+ Date: Mon, 5 Jan 2015 11:17:45 -0800 From: Tony Lindgren To: Geert Uytterhoeven Cc: Nishanth Menon , Viresh Kumar , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-omap@vger.kernel.org" , Linux PM list , Olof Johansson , Arnd Bergmann , Simon Horman , Linux-sh list Subject: Re: [PATCH] ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT Message-ID: <20150105191745.GI4081@atomide.com> References: <1418404738-19124-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Geert Uytterhoeven [141215 02:44]: > On Fri, Dec 12, 2014 at 6:18 PM, Nishanth Menon wrote: > > CONFIG_GENERIC_CPUFREQ_CPU0 disappeared with commit bbcf071969b20f > > ("cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'") > > > > Use the renamed CONFIG_CPUFREQ_DT generic driver. It looks like with > > v3.18-rc1, commit bbcf071969b20f and fdc509b15eb3eb came in via > > different trees causing the resultant v3.18-rc1 to be non-functional for > > cpufreq as default supported with omap2plus_defconfig. > > > > Fixes: fdc509b15eb3eb ("ARM: omap2plus_defconfig: Add cpufreq to defconfig") > > Signed-off-by: Nishanth Menon > > --- > > > > NOTE: as of v3.18 tag, The following still need to be fixed - I do not have all > > the platforms impacted to make a generic change, so CCying folks who might be interested > > > > arch/arm/configs/shmobile_defconfig:CONFIG_GENERIC_CPUFREQ_CPU0=y > > Thanks! > > FTR: this has been fixed in Simon's defconfig-for-v3.20 branch. > > > arch/arm/configs/multi_v7_defconfig:CONFIG_GENERIC_CPUFREQ_CPU0=y Oops looks like this is still missing from omap2plus_defconfig, so applying into omap-for-v3.19/fixes. Regards, Tony