Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752323AbdFOL3F (ORCPT ); Thu, 15 Jun 2017 07:29:05 -0400 Received: from foss.arm.com ([217.140.101.70]:44402 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751902AbdFOL3D (ORCPT ); Thu, 15 Jun 2017 07:29:03 -0400 Cc: Sudeep Holla , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" To: Arnd Bergmann , Olof Johansson , Kevin Hilman , "arm@kernel.org" From: Sudeep Holla Subject: [GIT PULL] firmware: arm_scpi: updates for v4.13 Organization: ARM Message-ID: <56eb6b7c-decb-ade3-2d74-d03f7d35c25d@arm.com> Date: Thu, 15 Jun 2017 12:28:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1288 Lines: 41 Hi ARM-SoC, The cpufreq change is acked by maintainer and Rafael agreed to take it via ARM-SoC[1]. Please pull ! Regards, Sudeep -- The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scpi-updates-4.13 for you to fetch changes up to c0f2e21953324def9e2f8394406b557d7cb5af64: cpufreq: scpi: use new scpi_ops functions to remove duplicate code (2017-06-05 11:14:35 +0100) ---------------------------------------------------------------- SCPI update for v4.13 Adds support to get DVFS transition latency and OPP for any device whose DVFS are managed by SCPI. This avoids code duplication in both cpufreq and devfreq SCPI drivers. ---------------------------------------------------------------- Sudeep Holla (2): firmware: arm_scpi: add support to populate OPPs and get transition latency cpufreq: scpi: use new scpi_ops functions to remove duplicate code drivers/cpufreq/scpi-cpufreq.c | 38 ++++--------------- drivers/firmware/arm_scpi.c | 63 +++++++++++++++++++++++++++++++++++ include/linux/scpi_protocol.h | 3 ++ 3 files changed, 72 insertions(+), 32 deletions(-)