From patchwork Mon Jun 10 09:46:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2696541 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 82C5F3FD4F for ; Mon, 10 Jun 2013 09:39:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753069Ab3FJJjT (ORCPT ); Mon, 10 Jun 2013 05:39:19 -0400 Received: from mail-pb0-f49.google.com ([209.85.160.49]:49697 "EHLO mail-pb0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752919Ab3FJJjS (ORCPT ); Mon, 10 Jun 2013 05:39:18 -0400 Received: by mail-pb0-f49.google.com with SMTP id jt11so7093099pbb.36 for ; Mon, 10 Jun 2013 02:39:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=LZjpV0tnejzebeM5xwUgBn2qE0vQp4y4NsOCynrebT8=; b=lPDtOdFxR0PleVx96F7OxNWLm4wEwoGh6RQqXnd7fLpisttA6R/W9NtQSvuFFMxV9E bsbaKFQPQLabMb0k0y7EA6j73Vr/1TQU2iTZwTWNIURNvQY9JmMrbk66bZs8LE6VaXVd FEXvZR2vYfs33HRMVVFZeRjsMuJt0Dmo9sI96iHbxm/c+0RIeVgJgEh7zcAzOr+6AQkk zboHMSchPgPoST7ppoa/x+AyDT/iX5V861XUYOBrCKkkH85uLT+6/59/j+PF8QE2zyAW s0TYuugvZwuejTa++wNegthcoSYztswpQBA74263R6kMqSQde9C0nFI2aU96/G64d5sQ 2noQ== X-Received: by 10.66.19.234 with SMTP id i10mr13282255pae.152.1370857158014; Mon, 10 Jun 2013 02:39:18 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id i16sm14877032pag.18.2013.06.10.02.39.15 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 02:39:16 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: arnd@arndb.de, horms@verge.net.au, laurent.pinchart@ideasonboard.com, olof@lixom.net, Magnus Damm , linux-arm-kernel@lists.infradead.org Date: Mon, 10 Jun 2013 18:46:47 +0900 Message-Id: <20130610094647.20803.93516.sendpatchset@w520> In-Reply-To: <20130610094638.20803.18484.sendpatchset@w520> References: <20130610094638.20803.18484.sendpatchset@w520> Subject: [PATCH 01/03] ARM: shmobile: Enable ARM_PATCH_PHYS_VIRT Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Adjust mach-shmobile to add a select for CONFIG_ARM_PATCH_PHYS_VIRT and at the same time remove NEED_MACH_MEMORY_H. Signed-off-by: Magnus Damm --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/Kconfig +++ work/arch/arm/Kconfig 2013-06-05 12:01:18.000000000 +0900 @@ -634,6 +634,7 @@ config ARCH_MSM config ARCH_SHMOBILE bool "Renesas SH-Mobile / R-Mobile" + select ARM_PATCH_PHYS_VIRT select CLKDEV_LOOKUP select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU if SMP @@ -643,7 +644,6 @@ config ARCH_SHMOBILE select HAVE_SMP select MIGHT_HAVE_CACHE_L2X0 select MULTI_IRQ_HANDLER - select NEED_MACH_MEMORY_H select NO_IOPORT select PINCTRL if ARCH_WANT_OPTIONAL_GPIOLIB select PM_GENERIC_DOMAINS if PM