From patchwork Tue Dec 15 08:20:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo Serra X-Patchwork-Id: 7851971 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AFCA6BEEE1 for ; Tue, 15 Dec 2015 08:23:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D6C892026C for ; Tue, 15 Dec 2015 08:23:20 +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 1A1B620263 for ; Tue, 15 Dec 2015 08:23:20 +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 1a8krV-00009l-3z; Tue, 15 Dec 2015 08:21:33 +0000 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a8krQ-00007J-Cy for linux-arm-kernel@lists.infradead.org; Tue, 15 Dec 2015 08:21:29 +0000 Received: by mail-wm0-x22e.google.com with SMTP id p66so97925042wmp.1 for ; Tue, 15 Dec 2015 00:21:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=K1ZbidBMR+biA/m/tuwDCdlnVReZXCjKZtje7FqyFhc=; b=f5wAyttmCivnX8bp7yPJk96qP8GwSGAIIPU5vs0gLQ9Ln1ojQFSYa6uKmGq5xgPeKG dgY82SK/g3m7/m1kQdT8yqMSaGOd0pZe1FLlsJUFY1CHpqq+qCuF16ANM2eXwLjrjFBD MAVe71nzjQ1TiS960ibE6xSWWbPZ5ktGxeacwSsclLnGKgqzRBzdqv3fuvzEttRgOLxI BDe/nWqAhXhD5kycJ8zHX5o/t8sQE1baa+MbkAateJEftpz2vHkcBWIFN9DlaoK5xk58 ep/Nr5TWcozPnr03vNk0r/l4cO3WnukuELxVY8HR8CMVDHJToOoIhuvNmmtLqWxMS1BJ +oiw== X-Received: by 10.28.226.11 with SMTP id z11mr3159612wmg.56.1450167666241; Tue, 15 Dec 2015 00:21:06 -0800 (PST) Received: from localhost.localdomain ([84.236.220.225]) by smtp.gmail.com with ESMTPSA id u139sm19725863wmu.22.2015.12.15.00.21.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 15 Dec 2015 00:21:05 -0800 (PST) From: Enric Balletbo i Serra X-Google-Original-From: Enric Balletbo i Serra To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org Subject: [PATCHv2 1/2] ARM: multi_v7_defconfig: Enable Rockchip generic power domain. Date: Tue, 15 Dec 2015 09:20:51 +0100 Message-Id: <1450167651-5703-1-git-send-email-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151215_002128_604059_87731FF2 X-CRM114-Status: GOOD ( 11.05 ) X-Spam-Score: -2.7 (--) 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: Krzysztof Kozlowski , Russell King , Geert Uytterhoeven , Arnd Bergmann , Javier Martinez Canillas , Sjoerd Simons , Kukjin Kim , Alexandre Belloni , Olof Johansson , Thierry Reding , Lee Jones , =?UTF-8?q?Heiko=20St=C3=BCbner?= 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.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 In order to meet high performance an low power requirement for Rockchip enable the power domain support. The patch also fixes a drm/kms issue, driver deferring untils power-domains are available) Signed-off-by: Enric Balletbo i Serra Reviewed-by: Heiko Stuebner --- Changes since last version: - Add justification as proposed by Heiko - Add to=arm@kernel.org arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 69a22fd..81314ec 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -655,6 +655,7 @@ CONFIG_QCOM_PM=y CONFIG_QCOM_SMD=y CONFIG_QCOM_SMD_RPM=y CONFIG_QCOM_SMEM=y +CONFIG_ROCKCHIP_PM_DOMAINS=y CONFIG_COMMON_CLK_QCOM=y CONFIG_CHROME_PLATFORMS=y CONFIG_CROS_EC_CHARDEV=m