From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stratos Karafotis Subject: Re: [PATCH 00/11] intel_pstate updates Date: Sun, 20 Jul 2014 00:01:54 +0300 Message-ID: <53CADCC2.503@semaphore.gr> References: <1405697848-13546-1-git-send-email-dirk.j.brandewie@intel.com> <3522584.qtcX0qT22E@vostro.rjw.lan> 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]:37194 "EHLO sema.semaphore.gr" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751022AbaGSVB5 (ORCPT ); Sat, 19 Jul 2014 17:01:57 -0400 In-Reply-To: <3522584.qtcX0qT22E@vostro.rjw.lan> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: "Rafael J. Wysocki" , dirk.brandewie@gmail.com Cc: linux-pm@vger.kernel.org, Dirk Brandewie On 19/07/2014 11:31 =CE=BC=CE=BC, Rafael J. Wysocki wrote: > On Friday, July 18, 2014 08:37:16 AM dirk.brandewie@gmail.com wrote: >> From: Dirk Brandewie >> >> These patches have been in the development branch used by Stratos, >> Doug and myself for a long time. I had hoped to batch them up with >> other functional changes that are under development but those change= s >> are still under active discussion and there is no reason to hold the= se >> changes up. >> >> Based on v3.16-rc5 commit 1795cd9b3a91d4b5473c97f491d63892442212ab >> >> Stratos Karafotis (11): >> cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_paren= t >> locals >> cpufreq: intel_pstate: Remove unnecessary type casting in div_s64(= ) >> call >> cpufreq: intel_pstate: Add missing blank lines after declarations >> cpufreq: intel_pstate: Fit code in a single line where possible >> cpufreq: intel_pstate: Cleanup parentheses >> cpufreq: intel_pstate: Remove unnecessary intermediate variable >> sample_time >> cpufreq: intel_pstate: Align multiple lines to open parenthesis >> cpufreq: intel_pstate: Disable interrupts during MSRs reading >> cpufreq: intel_pstate: Simplify P state adjustment logic. >> cpufreq: intel_pstate: Remove core_pct rounding >> cpufreq: intel_pstate: Keep values in aperf/mperf in full precisio= n >=20 > [11/11] appears to be the same as the patch marked [9/17] which I gue= ss > was posted by mistake. Other than that, looks good. Queued up for 3= =2E17, > thanks! The only difference between them is the last 2 lines in changelog. [11/11] is the correct one. The final code in bleeding-edge is, of course, correct. I'm sorry that I didn't notice this earlier. Stratos