From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753340AbdGSMt4 (ORCPT ); Wed, 19 Jul 2017 08:49:56 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:45345 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751464AbdGSMtx (ORCPT ); Wed, 19 Jul 2017 08:49:53 -0400 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: linux-pm@vger.kernel.org, Vincent Guittot , linux@dominikbrodowski.net, Benjamin Herrenschmidt , Ingo Molnar , Jonathan Corbet , Len Brown , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Michael Ellerman , Paul Mackerras , Peter Zijlstra , Srinivas Pandruvada , Sudeep Holla Subject: Re: [PATCH V3 0/9] cpufreq: transition-latency cleanups Date: Wed, 19 Jul 2017 14:42:02 +0200 Message-ID: <2155547.8AYfQSCbsT@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.12.0-rc1+; KDE/4.14.9; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, July 19, 2017 03:42:40 PM Viresh Kumar wrote: > Hi Rafael, > > This series tries to cleanup the code around transition-latency and its > users. Some of the old legacy code, which may not make much sense now, > is dropped as well. And some code consolidation is also done across > governors. > > Based of: v4.13-rc1 > Tested on: ARM64 Hikey board. >>From the first quick look this version is fine by me. Unless I find anything of concern later, this will be queued up for 4.14. Thanks, Rafael