From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933251AbcBDXhv (ORCPT ); Thu, 4 Feb 2016 18:37:51 -0500 Received: from mail-cys01nam02on0060.outbound.protection.outlook.com ([104.47.37.60]:55840 "EHLO NAM02-CY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932783AbcBDXhu (ORCPT ); Thu, 4 Feb 2016 18:37:50 -0500 Authentication-Results: spf=pass (sender IP is 149.199.60.83) smtp.mailfrom=xilinx.com; kernel.org; dkim=none (message not signed) header.d=none;kernel.org; dmarc=bestguesspass action=none header.from=xilinx.com; Date: Thu, 4 Feb 2016 15:39:50 -0800 From: =?utf-8?B?U8O2cmVu?= Brinkmann To: Moritz Fischer CC: Grygorii Strashko , , , , Masahiro Yamada , Florian Fainelli , Russell King , Daniel Lezcano , Michal Simek , Wei Xu , , , Arnd Bergmann , "Liviu Dudau" , , linux-arm-kernel , Maxime Coquelin , Srinivas Kandagatla , Linux Kernel Mailing List , Sascha Hauer , "Sudeep Holla" , Olof Johansson , Jun Nie , Shawn Guo Subject: Re: [RFC PATCH] ARM: clocksource: make ARM_GLOBAL_TIMER selectable Message-ID: <20160204233950.GH4215@xsjsorenbubuntu> References: <1454610017-25499-1-git-send-email-grygorii.strashko@ti.com> <20160204224128.GG4215@xsjsorenbubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-22110.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.83;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(189002)(24454002)(199003)(377454003)(377424004)(77096005)(33656002)(4326007)(85182001)(19580405001)(19580395003)(86362001)(586003)(2906002)(76506005)(87936001)(2870700001)(63266004)(33716001)(6806005)(2950100001)(1096002)(57986006)(83506001)(11100500001)(50466002)(23676002)(92566002)(76176999)(106466001)(54356999)(5001960100002)(110136002)(36386004)(189998001)(1220700001)(1076002)(5008740100001)(47776003)(4001350100001)(50986999)(107986001);DIR:OUT;SFP:1101;SCL:1;SRVR:SN1NAM02HT184;H:xsj-pvapsmtpgw01;FPR:;SPF:Pass;MLV:sfv;MX:1;A:1;LANG:en; X-MS-Office365-Filtering-Correlation-Id: 678e3f6c-c8ff-47ff-0541-08d32dbc3037 X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:SN1NAM02HT184; X-Microsoft-Antispam-PRVS: <0e461527f1254258b2819d4c14fcada3@SN1NAM02HT184.eop-nam02.prod.protection.outlook.com> X-Exchange-Antispam-Report-Test: UriScan:(192813158149592); X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(13023025)(13017025)(5005006)(13024025)(13015025)(13018025)(8121501046)(10201501046)(3002001);SRVR:SN1NAM02HT184;BCL:0;PCL:0;RULEID:;SRVR:SN1NAM02HT184; X-Forefront-PRVS: 084285FC5C X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 04 Feb 2016 23:37:46.3666 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.83];Helo=[xsj-pvapsmtpgw01] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1NAM02HT184 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-02-04 at 15:14:47 -0800, Moritz Fischer wrote: > Hi Soeren, > > On Thu, Feb 4, 2016 at 2:41 PM, Sören Brinkmann > wrote: > > > But with this change the 'if !CPU_FREQ' becomes obsolete. > I'm confused, could you explain that statement? You don't want people > accidentally running with GT when CPU_FREQ is on, right? Correct. But with this Kconfig rework you can just deselect it in Kconfig. The generic HAVE_GT could always be selected. Sören