From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH 1/8] ARM: s3c24xx: Sort cpufreq tables Date: Thu, 02 Jun 2016 08:34:38 +0200 Message-ID: <574FD37E.3090706@samsung.com> References: <872a8b970ce7eabb06b988680eaf6b1154fe99fa.1464776797.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <872a8b970ce7eabb06b988680eaf6b1154fe99fa.1464776797.git.viresh.kumar@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Viresh Kumar , Rafael Wysocki , Kukjin Kim Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-pm@vger.kernel.org On 06/01/2016 12:34 PM, Viresh Kumar wrote: > Some later changes in cpufreq core require these tables to be sorted > based on ascending order of their frequencies. There was only one > offender. Fix it and add comments over the arrays. > > Signed-off-by: Viresh Kumar > --- > arch/arm/mach-s3c24xx/pll-s3c2410.c | 3 ++- > arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 1 + > arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 1 + > 3 files changed, 4 insertions(+), 1 deletion(-) > Thanks, applied. Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Thu, 02 Jun 2016 08:34:38 +0200 Subject: [PATCH 1/8] ARM: s3c24xx: Sort cpufreq tables In-Reply-To: <872a8b970ce7eabb06b988680eaf6b1154fe99fa.1464776797.git.viresh.kumar@linaro.org> References: <872a8b970ce7eabb06b988680eaf6b1154fe99fa.1464776797.git.viresh.kumar@linaro.org> Message-ID: <574FD37E.3090706@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/01/2016 12:34 PM, Viresh Kumar wrote: > Some later changes in cpufreq core require these tables to be sorted > based on ascending order of their frequencies. There was only one > offender. Fix it and add comments over the arrays. > > Signed-off-by: Viresh Kumar > --- > arch/arm/mach-s3c24xx/pll-s3c2410.c | 3 ++- > arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 1 + > arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 1 + > 3 files changed, 4 insertions(+), 1 deletion(-) > Thanks, applied. Best regards, Krzysztof