Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp720494imm; Thu, 13 Sep 2018 06:48:46 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbFAwtwDSjb7aBlxHJ5AojKwsmMvgs0o/ka+QcjYJQYeRoO9XvdDLZTm0lW4pjiIqAgBJJ6 X-Received: by 2002:a17:902:710c:: with SMTP id a12-v6mr7531199pll.310.1536846525960; Thu, 13 Sep 2018 06:48:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536846525; cv=none; d=google.com; s=arc-20160816; b=MqZ3ridb31FWD8w1HuTj4fSzrcan+Z886JdEQ4CAcwvF17EIO0KZkr/tIjTE/lss/A 7dHO31aZL0wvQCFGnZYVsvex6mrnPGsOwUdfT29ENk8HRKSJcDeXAngNU9jny3tLZ+Co H/pw/bY5Q/n/MwH1m+aHYmOvIaJ8dqUAmWzW2BR0rvsFDwN4GNjeuHPR0gin4ExgPcgu wVNdoOzzKI5oI7xmiOmkYwV6LmLwyu43EiSOj/lt5JoqTePfNFwiVx8MHpK0Q2sjM/xg 2KptNO8ejIC2ZvEIzh1sayK2kBgcgNF87HR/SP0+cc2qPrS39ojaSRaF/sP2Ca7wU3dh UNbw== 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=TNvMR/7rMuLEH5fZ4GHHpO1IRvVmnOvevVevSoeHjmI=; b=KwWLimxPzS8HRR+uDoZXYqW3negr/hBbZfY6UkZtCgLfAz1HZPZeMMmwVcT7l8hbAB 3bkxItcqlozZqYxaNQ4FlfORgDIgPmhvYlOhXTLUwU0MM8z2vRPuXcpvafhj3E4y4Ls/ LAz05IeqtzPsNvfuAY7OPhtUqR5dwHME+aELEWaPmdOWWAziEu6KZUSBtPSgg5xHtqHz /ArpcnD8FdRH9X+uu8WAaiir/udK6mMLzQqNR0zmd4L0RGnlcD41YLkq1vy3Xnt/hTYZ i2elDFW4EA7LN8lk3Yb0kwWpEL9SUZBp4ZlEpUlWgMFr7UBuVwiLsZXkt5PANyFsob6b 672Q== 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 h16-v6si4180976pgj.611.2018.09.13.06.48.29; Thu, 13 Sep 2018 06:48:45 -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 S1730002AbeIMS4e (ORCPT + 99 others); Thu, 13 Sep 2018 14:56:34 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60944 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727004AbeIMS4d (ORCPT ); Thu, 13 Sep 2018 14:56:33 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id B572AD19; Thu, 13 Sep 2018 13:46:59 +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.14 085/115] ARM: rockchip: Force CONFIG_PM on Rockchip systems Date: Thu, 13 Sep 2018 15:31:45 +0200 Message-Id: <20180913131828.762696457@linuxfoundation.org> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180913131823.327472833@linuxfoundation.org> References: <20180913131823.327472833@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.14-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 @@ -18,6 +18,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.