From patchwork Tue Jul 9 10:40:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2825239 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 53D95C0AB2 for ; Tue, 9 Jul 2013 10:44:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3BFD420163 for ; Tue, 9 Jul 2013 10:44:05 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8475520161 for ; Tue, 9 Jul 2013 10:44:02 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwVLt-0002vt-41; Tue, 09 Jul 2013 10:40:58 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwVLQ-0004gk-OH; Tue, 09 Jul 2013 10:40:28 +0000 Received: from mail-pb0-x229.google.com ([2607:f8b0:400e:c01::229]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwVLL-0004dt-JI for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2013 10:40:24 +0000 Received: by mail-pb0-f41.google.com with SMTP id rp16so5424483pbb.28 for ; Tue, 09 Jul 2013 03:40:02 -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=xSDA2wwwWnrdhc1I8t+Q+4n1g/Rj2M0aKKQAP3Z6Nfg=; b=HqC2DKTTSzn6367CX9QVKPU6Ya7xGW7oZ6PAqJuAC6efeC1bCA7f+kKOKbK5Z4weTs 2rBTnauS5030rsNtPjNK5urvwrJ4eY17pZDlFTt2wQb6ryAf3Y5Pn8kqcAYUjXOxnlgq MKj+5i8GkEDh4fOA7V5DdeNt7jqTuJVd22DSy8qlS35C9t/SIA1wqYuheMWB5tQ5V7D4 Ef1MbidWrmz77ZdJ1jck1Oo8QeVASacb7mBrckEpz46gKmOq5lj5hd13DZqBU1o+xwm7 ibaFoPTSDzD0q0rdddETUeeml87VThlwLAaj8uFUEMpFE9zhyYMDywLOSHFmD3H/Riot ZecQ== X-Received: by 10.66.26.179 with SMTP id m19mr27017796pag.4.1373366402675; Tue, 09 Jul 2013 03:40:02 -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 p2sm29445961pag.22.2013.07.09.03.40.01 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jul 2013 03:40:02 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 09 Jul 2013 19:40:08 +0900 Message-Id: <20130709104008.1891.17746.sendpatchset@w520> In-Reply-To: <20130709103944.1891.67462.sendpatchset@w520> References: <20130709103944.1891.67462.sendpatchset@w520> Subject: [PATCH 03/04] ARM: shmobile: No need to use INTC demux on r8a7740 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130709_064023_806921_2E821A77 X-CRM114-Status: UNSURE ( 8.04 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , arnd@arndb.de, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, 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 From: Magnus Damm Now when the r8a7740 code has been converted to make use of GIC instead of INTC for root interrupt controller it is possible to exclude the low level INTC demux function shmobile_handle_irq_intc from linking. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Makefile | 1 - 1 file changed, 1 deletion(-) --- 0003/arch/arm/mach-shmobile/Makefile +++ work/arch/arm/mach-shmobile/Makefile 2013-07-09 18:54:03.000000000 +0900 @@ -23,7 +23,6 @@ smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o # IRQ objects obj-$(CONFIG_ARCH_SH7372) += entry-intc.o -obj-$(CONFIG_ARCH_R8A7740) += entry-intc.o # PM objects obj-$(CONFIG_SUSPEND) += suspend.o