From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Tue, 7 Jun 2016 15:57:13 +0530 Subject: [PATCH V4 1/8] ARM: davinci: Sort frequency table In-Reply-To: <3a395ec9a3cfec21f227a1ad92df237b1dda9f2d.1465184522.git.viresh.kumar@linaro.org> References: <3a395ec9a3cfec21f227a1ad92df237b1dda9f2d.1465184522.git.viresh.kumar@linaro.org> Message-ID: <20160607102713.GD21466@vireshk-i7> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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