Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753619AbbFASfv (ORCPT ); Mon, 1 Jun 2015 14:35:51 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:65061 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751546AbbFASfj (ORCPT ); Mon, 1 Jun 2015 14:35:39 -0400 From: Arnd Bergmann To: Kumar Gala Cc: arm@kernel.org, linux-arm-msm , Kernel Mailing List , Lina Iyer , Olof Johansson , linux-arm-kernel@lists.infradead.org, jilaiw@codeaurora.org Subject: Re: [GIT PULL] qcom SoC changes for 4.2-1 Date: Mon, 01 Jun 2015 20:35:02 +0200 Message-ID: <3126465.IVbQcV0VyT@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <2248044.jBzoST62A5@wuerfel> References: <2248044.jBzoST62A5@wuerfel> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:XtepN7u4NCo9IdKa61jucrH9bSJyPSoBGkWhTkajXVKm5Cytdo0 dY22DThVM+d2ILRa5RrExv7UqHq1zVw+3Mg4BJqslQ4nDhNfIjuPkKm/YzL3q2D4mcgzJ/8 ylUkoQGtnFMEHum1tl/VGz9mOJcGjpWOrI25CuEFL8AbcfVFPBrbVJOcRdIAjip8fPkrEfU iXxYKoAyEB2sDxwYoex2A== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1190 Lines: 39 On Friday 29 May 2015 14:42:01 Arnd Bergmann wrote: > On Thursday 28 May 2015 10:55:39 Kumar Gala wrote: > > Qualcomm ARM Based SoC Updates for v4.2-1 > > > > * Added Subsystem Power Manager (SPM) driver > > * Split out 32-bit specific SCM code > > * Added HDCP SCM call > > > > > > Pulled into next/drivers, thanks! > I've had to apply this patch on top of our for-next branch to make it build for randconfig. Can you check that this makes sense? Arnd diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 5eea374c8fa6..01aa2fd3514d 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -13,6 +13,8 @@ config QCOM_GSBI config QCOM_PM bool "Qualcomm Power Management" depends on ARCH_QCOM && !ARM64 + select QCOM_SCM + select ARM_CPU_SUSPEND help QCOM Platform specific power driver to manage cores and L2 low power modes. It interface with various system drivers to put the cores in -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/