From patchwork Fri Jul 10 20:18:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 6768251 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CE4D49F319 for ; Fri, 10 Jul 2015 20:21:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1B8E120720 for ; Fri, 10 Jul 2015 20:21:48 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 28C5A2070A for ; Fri, 10 Jul 2015 20:21:47 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZDekn-0008A6-7h; Fri, 10 Jul 2015 20:18:37 +0000 Received: from mail-pd0-f177.google.com ([209.85.192.177]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZDekk-00088p-Ny for linux-arm-kernel@lists.infradead.org; Fri, 10 Jul 2015 20:18:35 +0000 Received: by pdbqm3 with SMTP id qm3so45677927pdb.0 for ; Fri, 10 Jul 2015 13:18:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=0d4Eb4HnqQcciB0904kb27/cnGzrfE97qP2SQUxtsDo=; b=JsfezdNbhKe4vgNvNPwELKpXiTlav/0J1sU0dI9gauTZdbHd6BjpxCuRsoSDtrpd1m luThhwF/NVNy3rqvyf1zHjFr7II+F5qn2OOT+eKrAE+iUsW+EKXovWwmgLOn+UNOW81B ZdG3D/t7ItGFF1gB2rJY0mdItwQbjCLUV7Q/b96aVrUTMQRleptFcmdIfdWIpfQSR2iN hPMHYuC6D/KLDsOkZpl7v6BfUBmaheJJFpQf4LA5KwQRGaf7aQYwV213b5RHhakLHpv/ U+LBR9Fs3hkmHIduxzQGl4Ql3nxWv2D8a4WGQtxqy3qSSaw+cIOW6HAtWVdbV+CQRjv5 FSUw== X-Gm-Message-State: ALoCoQkfElqQVzRanZLnGsC4KttSKyKs7bhKJPM6PR5gCxrhwxRk/D63zjMK4tOXz2o1AngsGESN X-Received: by 10.68.68.163 with SMTP id x3mr45551810pbt.138.1436559493273; Fri, 10 Jul 2015 13:18:13 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id o8sm10498137pdp.70.2015.07.10.13.18.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 10 Jul 2015 13:18:12 -0700 (PDT) From: Lina Iyer To: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sboyd@codeaurora.org Subject: [PATCH] drivers: qcom: Select QCOM_SCM unconditionally for QCOM_PM Date: Fri, 10 Jul 2015 14:18:00 -0600 Message-Id: <1436559480-9239-1-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <55A01D84.8070701@ti.com> References: <55A01D84.8070701@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150710_131834_806866_7FE6AFFA X-CRM114-Status: GOOD ( 10.84 ) X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lina Iyer , galak@codeaurora.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Enable QCOM_SCM for QCOM power management driver Signed-off-by: Lina Iyer Acked-by: Stephen Boyd Acked-by: Andy Gross --- drivers/soc/qcom/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 5eea374..e9a2c19 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -13,6 +13,7 @@ config QCOM_GSBI config QCOM_PM bool "Qualcomm Power Management" depends on ARCH_QCOM && !ARM64 + select QCOM_SCM 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