From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754969AbcFGK1T (ORCPT ); Tue, 7 Jun 2016 06:27:19 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:34050 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbcFGK1R (ORCPT ); Tue, 7 Jun 2016 06:27:17 -0400 Date: Tue, 7 Jun 2016 15:57:13 +0530 From: Viresh Kumar To: Rafael Wysocki , Sekhar Nori , Kevin Hilman Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V4 1/8] ARM: davinci: Sort frequency table Message-ID: <20160607102713.GD21466@vireshk-i7> References: <3a395ec9a3cfec21f227a1ad92df237b1dda9f2d.1465184522.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3a395ec9a3cfec21f227a1ad92df237b1dda9f2d.1465184522.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06-06-16, 09:14, Viresh Kumar wrote: > This is required for some of the changes in cpufreq core. There was only > one function dependent on the order of the table, that is fixed as well. > > Cc: Sekhar Nori > Cc: Kevin Hilman > Signed-off-by: Viresh Kumar > --- > V3->V4: > - Fixed an error reported by buildbot, by removing '&' before > usage of da850_freq_table. @Rafael, If you are going to apply the V4 of the other series that adds new helpers for sorted freq-tables, then this patch wouldn't be required anymore. The other 7 shall be applied though. -- viresh