From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754437AbbLJJWP (ORCPT ); Thu, 10 Dec 2015 04:22:15 -0500 Received: from mail-pf0-f181.google.com ([209.85.192.181]:32783 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752571AbbLJJWK (ORCPT ); Thu, 10 Dec 2015 04:22:10 -0500 Date: Thu, 10 Dec 2015 14:52:06 +0530 From: Viresh Kumar To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, maxime.coquelin@st.com, linux-pm@vger.kernel.org, rjw@rjwysocki.net, devicetree@vger.kernel.org, ajitpal.singh@st.com Subject: Re: [PATCH v6.1 08/10] cpufreq: st: Provide runtime initialised driver for ST's platforms Message-ID: <20151210092206.GC6991@ubuntu> References: <1449676697-25432-1-git-send-email-lee.jones@linaro.org> <1449676697-25432-9-git-send-email-lee.jones@linaro.org> <20151210091407.GF17876@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151210091407.GF17876@x1> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10-12-15, 09:14, Lee Jones wrote: > The bootloader is charged with the responsibility to provide platform > specific Dynamic Voltage and Frequency Scaling (DVFS) information via > Device Tree. This driver takes the supplied configuration and > registers it with the new generic OPP framework, to then be used with > CPUFreq. > > Signed-off-by: Lee Jones > --- > Viresh, > This incremental submission contains fixes to your last requests. > > drivers/cpufreq/Kconfig.arm | 10 ++ > drivers/cpufreq/Makefile | 1 + > drivers/cpufreq/sti-cpufreq.c | 294 ++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 305 insertions(+) Acked-by: Viresh Kumar -- viresh