Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1524531 > unrolled thread

[PATCH] ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks

Started byGeorgi Djakov <georgi.djakov@linaro.org>
First post2016-11-17 18:20 +0100
Last post2016-11-19 03:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks Georgi Djakov <georgi.djakov@linaro.org> - 2016-11-17 18:20 +0100
    Re: [PATCH] ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks Olof Johansson <olof@lixom.net> - 2016-11-19 03:00 +0100

#1524531 — [PATCH] ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks

FromGeorgi Djakov <georgi.djakov@linaro.org>
Date2016-11-17 18:20 +0100
Subject[PATCH] ARM: qcom_defconfig: Enable RPM/RPM-SMD clocks
Message-ID<sEyvV-3yz-59@gated-at.bofh.it>
Enable support for clocks, controlled by the RPM processor on
Qualcomm platforms.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---
 arch/arm/configs/qcom_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 9f6d2a69a6f7..553d0a5827f2 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -158,6 +158,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

[toc] | [next] | [standalone]


#1525830

FromOlof Johansson <olof@lixom.net>
Date2016-11-19 03:00 +0100
Message-ID<sF36F-6Ge-3@gated-at.bofh.it>
In reply to#1524531
On Thu, Nov 17, 2016 at 05:20:26PM +0200, Georgi Djakov wrote:
> Enable support for clocks, controlled by the RPM processor on
> Qualcomm platforms.
> 
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>

Hi,

Please send patches like these to the platform maintainer (i.e. Andy
Gross), and leave arm@kernel.org off of Cc.

We prefer that only maintainers email us at this address to avoid getting
cc:d on everything (and dealing with the volume of email that entails).


Thanks!

-Olof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web