From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Kucheria Subject: Re: [v0 0/2] Add support for QCOM cpufreq FW driver Date: Thu, 17 May 2018 12:39:27 +0300 Message-ID: References: <1526549401-25666-1-git-send-email-tdas@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1526549401-25666-1-git-send-email-tdas@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Taniya Das Cc: "Rafael J. Wysocki" , Viresh Kumar , Linux Kernel Mailing List , Linux PM list , Stephen Boyd , Rajendra Nayak , Amit Nischal , DTML List-Id: devicetree@vger.kernel.org On Thu, May 17, 2018 at 12:29 PM, Taniya Das wrote: > The CPUfreq FW present in some QCOM chipsets offloads the steps necessary > for hanging the frequency of CPUs. The driver implements the cpufreq driver s/hanging/changing :-) > interface for this firmware. > > Taniya Das (2): > dt-bindings: clock: Introduce QCOM CPUFREQ FW bindings > cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver > > .../bindings/cpufreq/cpufreq-qcom-fw.txt | 68 +++++ > drivers/cpufreq/Kconfig.arm | 9 + > drivers/cpufreq/Makefile | 1 + > drivers/cpufreq/qcom-cpufreq-fw.c | 318 +++++++++++++++++++++ > 4 files changed, 396 insertions(+) > create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-fw.txt > create mode 100644 drivers/cpufreq/qcom-cpufreq-fw.c > > -- > Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member > of the Code Aurora Forum, hosted by the Linux Foundation. >