From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juri Lelli Subject: Re: [PATCH v2] cpuidle/cpuidle-big_little: fix reading cpu id part number Date: Fri, 15 Aug 2014 17:36:05 +0100 Message-ID: <53EE36F5.7000801@arm.com> References: <1408004865-27525-1-git-send-email-juri.lelli@arm.com> <7hwqa9ww6n.fsf@paris.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 8BIT Return-path: Received: from service87.mimecast.com ([91.220.42.44]:52259 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbaHOQgB convert rfc822-to-8bit (ORCPT ); Fri, 15 Aug 2014 12:36:01 -0400 In-Reply-To: <7hwqa9ww6n.fsf@paris.lan> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Kevin Hilman Cc: "linux@arm.linux.org.uk" , Lorenzo Pieralisi , Daniel Lezcano , "Rafael J. Wysocki" , Will Deacon , Chao Xie , Stephen Warren , Sebastian Hesselbarth , "rob.herring@calxeda.com" , Jonathan Austin , Chao Xie Linux , Juri Lelli , "linux-pm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" On 15/08/14 17:32, Kevin Hilman wrote: > Juri Lelli writes: > >> Commit af040ffc9ba1 ("ARM: make it easier to check the CPU part number >> correctly") changed ARM_CPU_PART_X masks, and the way they are returned and >> checked against. Usage of read_cpuid_part_number() is now deprecated, and >> calling places updated accordingly. This actually broke cpuidle-big_little >> initialization, as bl_idle_driver_init() performs a check using an hardcoded >> mask on cpu_id. >> >> Create an interface to perform the check (that is now even easier to read). >> Define also a proper mask (ARM_CPU_PART_MASK) that makes this kind of checks >> cleaner and helps preventing bugs in the future. Update usage accordingly. > > [...] > > Tested-by: Kevin Hilman > Great, thanks! > FWIW, I can confirm that this patch is needed for cpuidle-big_little to > work on the Exynos5800/Chromebook2. > Ok, the patch has been already sent to Russell's patch system. Best, - Juri > Kevin >