From patchwork Sat Mar 1 08:33:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 3746461 X-Patchwork-Delegate: rui.zhang@intel.com Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0BF35BF13A for ; Sat, 1 Mar 2014 08:34:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 065C1202FE for ; Sat, 1 Mar 2014 08:34:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2558320303 for ; Sat, 1 Mar 2014 08:34:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752676AbaCAIdi (ORCPT ); Sat, 1 Mar 2014 03:33:38 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:56236 "EHLO mail-ee0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752654AbaCAIdg (ORCPT ); Sat, 1 Mar 2014 03:33:36 -0500 Received: by mail-ee0-f45.google.com with SMTP id d17so2764890eek.4 for ; Sat, 01 Mar 2014 00:33:35 -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:in-reply-to:references :in-reply-to:references; bh=Kv3KJ56RimUFUgcd/GIRQ8Y91vcO0n/a+tS9Cg5Ujkk=; b=e7ECNFesUW9QuL7PH3tpFXTFs37TCv/urOPZOa+KUqMt1a89du/bXdDLmuK01RkCTL B/X+Bd3DsHf6i4NXFegfGslHllSELbIFGZhteeJizuQ65ydHIDQbIg4VAdLEZebm1mYK MV4PoebcX0xP2kuhByf1Gkyh7GfUC5ngA2q7uIdRYwll9B+zORYTDxO2XikyrvgMCXUN ForvrdQ8xRKVD3EyQowt5dAstAkzsbp/keIc/4Z51UKMkJk+w09ggQcmvLyUvO3PGEpa M3hRrAuLGPWt3lq4P7wt3Rjf27xsgu2K6oSi3Rv0Yw8t80Cq2CMiLQv5tHMvvwZacOeP c7TA== X-Received: by 10.15.44.11 with SMTP id y11mr798272eev.107.1393662815772; Sat, 01 Mar 2014 00:33:35 -0800 (PST) Received: from topkick.lan (dslc-082-083-251-183.pools.arcor-ip.net. [82.83.251.183]) by mx.google.com with ESMTPSA id 43sm20687363eeh.13.2014.03.01.00.33.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Mar 2014 00:33:34 -0800 (PST) From: Sebastian Hesselbarth To: Sebastian Hesselbarth Cc: Zhang Rui , Eduardo Valentin , Jason Cooper , Andrew Lunn , Gregory Clement , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/5] thermal: dove: prepare new Dove DT Kconfig variable Date: Sat, 1 Mar 2014 09:33:19 +0100 Message-Id: <1393662801-17950-3-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1393662801-17950-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1393662801-17950-1-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1393536486-3827-3-git-send-email-sebastian.hesselbarth@gmail.com> References: <1393536486-3827-3-git-send-email-sebastian.hesselbarth@gmail.com> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 DT-enabled Dove will move over from ARCH_DOVE in mach-dove to MACH_DOVE in mach-mvebu. As non-DT ARCH_DOVE will stay to rot for a while, add a new DT-only MACH_DOVE Kconfig. Signed-off-by: Sebastian Hesselbarth Acked-by: Jason Cooper --- Rui, Eduardo, Mark Brown requested to take the corresponding ASoC patch through his tree. Therefore, I have split the former patch into individual subsystem patches. Cc: Zhang Rui Cc: Eduardo Valentin Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: linux-pm@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 35c066489a19..07b5e56e9a97 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -150,7 +150,7 @@ config KIRKWOOD_THERMAL config DOVE_THERMAL tristate "Temperature sensor on Marvell Dove SoCs" - depends on ARCH_DOVE + depends on ARCH_DOVE || MACH_DOVE depends on OF help Support for the Dove thermal sensor driver in the Linux thermal