Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp735701imm; Thu, 13 Sep 2018 07:02:15 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZws5q9HAXW5o5j8AWM9owi3sFawdwPmiI/2A6t1aq29JellzB1eaSZlBuYmvnUdsQsDA85 X-Received: by 2002:a63:c14a:: with SMTP id p10-v6mr7352085pgi.305.1536847335634; Thu, 13 Sep 2018 07:02:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536847335; cv=none; d=google.com; s=arc-20160816; b=WzhY4rsGX+vWqQ+UZ8HPeVbTOjEF6Gohjg710K3Bi2RmgW2MGm9dLQSXwJtON37GzL m1f0YW2HBJDHeh4JmRaFdPuCt2Mss1yWefX1TRZsoOTRpc97Zqgd+2xhg74+nkZOaLQu RwefpA2EAhwfTcTWHbg1oypqIvYVH8AkTgA2V8k32ED6x9RNrKE0Fe3aemuz5rGsw7Cn AlMhK//2S0WFi2zvv7opgeXXsq+Tz0hynwj+Pq3DzXvrD3QsfNXUsYpYJg9YM99yq2k2 REpXGP58MdTXygE4+3TgTCw/41gvPjRt7iDuHsojCk2ouWxmBclkuYMAiR9OsRBs0UwS IVHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from; bh=xy1ehfba0hcbmQlMLMWxWpxYKGUqXyxiykh8ze97M1A=; b=iH1fEl9VKDCJNzyyaIGxrKEIwgMYTXQPbYWVc36B5pxuVM/FXxz81ZEPuolHrI1kHw gMbo+oKCYkP5uTbciWRWeN/hFHGLQVbGYrOvYov+8t7o85USRW/oJMZVmS/NRRTqTVbj sfc60BObNtfOjJ+KNnJzGL6xZAXrnYXgDwP1+hUDXz9yuM6DRROjdxNYEZDyRuV5d4kW qox4DRxc24iFb5bRaSsfAbSLO65n+VLC5fnjppQ0hcyV2aRKNN3gd00czh/c7wtrVwNh xqNHCfxNh/i35pvjp7F3/VCbzZ6xEHbqUyuqskQltsUA6hBvQAAzeigY0r57TfMiHjhz YffQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 5-v6si3981303plx.27.2018.09.13.07.01.54; Thu, 13 Sep 2018 07:02:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731877AbeIMTLY (ORCPT + 99 others); Thu, 13 Sep 2018 15:11:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35090 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729076AbeIMTLX (ORCPT ); Thu, 13 Sep 2018 15:11:23 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 32360D1C; Thu, 13 Sep 2018 14:01:45 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Marc Zyngier , Olof Johansson , Sasha Levin Subject: [PATCH 4.18 143/197] ARM: rockchip: Force CONFIG_PM on Rockchip systems Date: Thu, 13 Sep 2018 15:31:32 +0200 Message-Id: <20180913131847.279246376@linuxfoundation.org> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180913131841.568116777@linuxfoundation.org> References: <20180913131841.568116777@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Marc Zyngier [ Upstream commit d1558dfd9f22c99a5b8e1354ad881ee40749da89 ] A number of the Rockchip-specific drivers (IOMMU, display controllers) are now assuming that CONFIG_PM is set, and may completely misbehave if that's not the case. Since there is hardly any reason for this configuration option not to be selected anyway, let's require it (in the same way Tegra already does). Signed-off-by: Marc Zyngier Signed-off-by: Olof Johansson Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/arm/mach-rockchip/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -17,6 +17,7 @@ config ARCH_ROCKCHIP select ARM_GLOBAL_TIMER select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK select ZONE_DMA if ARM_LPAE + select PM help Support for Rockchip's Cortex-A9 Single-to-Quad-Core-SoCs containing the RK2928, RK30xx and RK31xx series.