From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Subject: Re: [PATCH v5 0/4] cpufreq: Introduce TI CPUFreq/OPP Driver Date: Sat, 4 Feb 2017 00:23:14 +0100 Message-ID: <20170204002314.7ce27aee@jawa> References: <20170203172929.23940-1-d-gerlach@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170203172929.23940-1-d-gerlach@ti.com> Sender: linux-pm-owner@vger.kernel.org To: Dave Gerlach Cc: Viresh Kumar , "Rafael J . Wysocki" , Rob Herring , Tony Lindgren , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Nishanth Menon List-Id: devicetree@vger.kernel.org Hi Dave, > Hi, > This is v5 of the series to introduce the ti-cpufreq driver > which parses SoC data and provides opp-supported-hw data to the > OPP core in order to enable the proper OPPs for the silicon in use. > > History: > v4: http://www.spinics.net/lists/linux-omap/msg134629.html > v3: http://www.spinics.net/lists/linux-omap/msg132733.html > v2: http://www.spinics.net/lists/linux-omap/msg131601.html > v1: http://www.spinics.net/lists/linux-omap/msg129089.html > > Very minor changes from v4: > * In patch 2 change "opp_table0" to "opp_table" in example > * Add acks on all patches (he approved change in patch 2) > from Viresh > > DT patches to enable this driver will follow after the DT binding is > merged. Branch for testing, with updated DT nodes, pushed here [1]. > > Regards, > Dave > > [1] > https://github.com/dgerlach/linux-pm/commits/upstream/ti-cpufreq-driver-new-v5 For the whole series: Tested-by: Lukasz Majewski (code backported to v4.9) Test HW: AM5718 and AM5728. > > Dave Gerlach (4): > PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API > Documentation: dt: add bindings for ti-cpufreq > cpufreq: ti: Add cpufreq driver to determine available OPPs at > runtime cpufreq: dt: Don't use generic platdev driver for ti-cpufreq > platforms > > .../devicetree/bindings/cpufreq/ti-cpufreq.txt | 128 ++++++++++ > drivers/base/power/opp/of.c | 9 +- > drivers/cpufreq/Kconfig.arm | 11 + > drivers/cpufreq/Makefile | 1 + > drivers/cpufreq/cpufreq-dt-platdev.c | 2 - > drivers/cpufreq/ti-cpufreq.c | 272 > +++++++++++++++++++++ > include/linux/pm_opp.h | 6 + 7 files > changed, 423 insertions(+), 6 deletions(-) create mode 100644 > Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt create mode > 100644 drivers/cpufreq/ti-cpufreq.c > Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de