From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752670AbcGGNZX (ORCPT ); Thu, 7 Jul 2016 09:25:23 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:50687 "HELO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751220AbcGGNZM (ORCPT ); Thu, 7 Jul 2016 09:25:12 -0400 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, steve.muckle@linaro.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH V5 2/2] cpufreq: Reuse new freq-table helpers Date: Thu, 07 Jul 2016 15:29:48 +0200 Message-ID: <3343635.EHbr2qf22Z@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.5.0-rc1+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <29326603f17249f7636fc4ada43b96ad455fecbb.1467001203.git.viresh.kumar@linaro.org> References: <29326603f17249f7636fc4ada43b96ad455fecbb.1467001203.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, June 27, 2016 09:59:34 AM Viresh Kumar wrote: > This patch migrates few users of cpufreq tables to the new helpers that > work on sorted freq-tables. > > Signed-off-by: Viresh Kumar Applied, thanks!