From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45674 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750942AbdCOGKJ (ORCPT ); Wed, 15 Mar 2017 02:10:09 -0400 Subject: Patch "ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks" has been added to the 4.10-stable tree To: georgi.djakov@linaro.org, andy.gross@linaro.org, gregkh@linuxfoundation.org Cc: , From: Date: Wed, 15 Mar 2017 14:09:55 +0800 Message-ID: <1489558195186194@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks to the 4.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-qcom_defconfig-enable-rpm-rpm-smd-clocks.patch and it can be found in the queue-4.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From 2ec8258fe4d039ce312a1e59ba4b8419ad96d808 Mon Sep 17 00:00:00 2001 From: Georgi Djakov Date: Thu, 17 Nov 2016 17:20:26 +0200 Subject: ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks From: Georgi Djakov commit 2ec8258fe4d039ce312a1e59ba4b8419ad96d808 upstream. Enable support for clocks, controlled by the RPM processor on Qualcomm platforms. Signed-off-by: Georgi Djakov Signed-off-by: Andy Gross Signed-off-by: Greg Kroah-Hartman --- arch/arm/configs/qcom_defconfig | 2 ++ 1 file changed, 2 insertions(+) --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -157,6 +157,8 @@ CONFIG_DMADEVICES=y CONFIG_QCOM_BAM_DMA=y CONFIG_STAGING=y CONFIG_COMMON_CLK_QCOM=y +CONFIG_QCOM_CLK_RPM=y +CONFIG_QCOM_CLK_SMD_RPM=y CONFIG_APQ_MMCC_8084=y CONFIG_IPQ_LCC_806X=y CONFIG_MSM_GCC_8660=y Patches currently in stable-queue which might be from georgi.djakov@linaro.org are queue-4.10/arm-qcom_defconfig-enable-rpm-rpm-smd-clocks.patch