From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stratos Karafotis Subject: Re: [PATCH v5 0/8] Introduce new cpufreq helper macros Date: Tue, 29 Apr 2014 19:05:17 +0300 Message-ID: <535FCDBD.6080500@semaphore.gr> References: <535AC247.3070907@semaphore.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from sema.semaphore.gr ([78.46.194.137]:41639 "EHLO sema.semaphore.gr" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1757993AbaD2QFX (ORCPT ); Tue, 29 Apr 2014 12:05:23 -0400 In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Viresh Kumar Cc: "Rafael J. Wysocki" , Jesper Nilsson , Hans-Christian Egtvedt , Dirk Brandewie , linux-doc@vger.kernel.org, "cpufreq@vger.kernel.org" , "linux-pm@vger.kernel.org" , LKML , Randy Dunlap , "David S. Miller" , Linus Walleij , Simon Horman , Sekhar Nori , Samuel Ortiz On 29/04/2014 07:17 =CF=80=CE=BC, Viresh Kumar wrote: > On 26 April 2014 01:45, Stratos Karafotis wro= te: >> This patch set introduces two freq_table helper macros which >> can be used for iteration over cpufreq_frequency_table and >> makes the necessary changes to cpufreq core and drivers that >> use such an iteration procedure. >> >> The motivation was a usage of common procedure to iterate over >> cpufreq_frequency_table across all drivers and cpufreq core. >> >> This was tested on a x86_64 platform. >> Most files compiled successfully but unfortunately I was not >> able to compile sh_sir.c pasemi_cpufreq.c and ppc_cbe_cpufreq.c >> due to lack of cross compiler. >> >> Changelog >> >> v4 -> v5 >> - Fix warnings in printk format specifier for 32 bit >> architectures in freq_table.c, longhaul, pasemi, ppc_cbe >=20 > Doesn't look much has changed and so it stays as is: >=20 > Acked-by: Viresh Kumar >=20 Thank you very much! Stratos Karafotis