From patchwork Mon Sep 17 11:26:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 1466701 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 5CC27DF2D8 for ; Mon, 17 Sep 2012 11:29:29 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TDZTD-0001eC-SA; Mon, 17 Sep 2012 11:26:31 +0000 Received: from haggis.tip.net.au ([2402:b800:7003:1::20] helo=members.tip.net.au) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TDZT8-0001bx-OE for linux-arm-kernel@lists.infradead.org; Mon, 17 Sep 2012 11:26:28 +0000 Received: from canb.auug.org.au (ash.rothwell.emu.id.au [IPv6:2402:b800:7003:7010:223:14ff:fe30:c8e4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by members.tip.net.au (Postfix) with ESMTPSA id 398081640DF; Mon, 17 Sep 2012 21:26:20 +1000 (EST) Date: Mon, 17 Sep 2012 21:26:15 +1000 From: Stephen Rothwell To: Olof Johansson , Arnd Bergmann , Subject: linux-next: build failure after merge of the final tree (arm-soc tree related) Message-Id: <20120917212615.91bc134d237dcd5968f9f549@canb.auug.org.au> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.10; i486-pc-linux-gnu) Mime-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Tony Lindgren , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory Caused by commit 7d7e1eba7e92 ("ARM: OMAP2+: Prepare for irqs.h removal"). I have added the following patch to restrict this driver to ARM until it is fixed: From: Stephen Rothwell Date: Mon, 17 Sep 2012 21:18:21 +1000 Subject: [PATCH] ARM: retrict TWL4030_CORE to ARM while it is broken Signed-off-by: Stephen Rothwell --- drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index df850c4..af5e5b7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -257,6 +257,7 @@ config MENELAUS config TWL4030_CORE bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0 Support" depends on I2C=y && GENERIC_HARDIRQS + depends on ARM select IRQ_DOMAIN help Say yes here if you have TWL4030 / TWL6030 family chip on your board.