From patchwork Fri Feb 17 03:32:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 141727 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B79651007D3 for ; Fri, 17 Feb 2012 14:34:54 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RyEYh-0002bq-5p; Fri, 17 Feb 2012 03:32:31 +0000 Received: from mail-tul01m020-f177.google.com ([209.85.214.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RyEYa-0002av-EF for linux-arm-kernel@lists.infradead.org; Fri, 17 Feb 2012 03:32:28 +0000 Received: by obcuz6 with SMTP id uz6so4586604obc.36 for ; Thu, 16 Feb 2012 19:32:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=GHBVEjSXvlWQbnpcOt4sWqz3aaDZmkdXqZPH6QRHssk=; b=G5LNGY75yG03tFIstuSV4Lu5hhpKZ/1T6gH4uxVQDIad+ZIywa8zFYaQJk+L6dT8zq XpMEM5ovVo0jZfN7ihrY787SnYAeFHxhjZ2VT8Y8ePlsc2MIGhO+aSFePjjDktjl/ABt qt5JNLQLBl8yyNmSS0uVNQyEQrJBQIZm7eUC4= Received: by 10.60.29.195 with SMTP id m3mr1794337oeh.61.1329449542915; Thu, 16 Feb 2012 19:32:22 -0800 (PST) Received: from rob-laptop.i.smooth-stone.com (65-36-72-55.dyn.grandenetworks.net. [65.36.72.55]) by mx.google.com with ESMTPS id z7sm2262400obk.3.2012.02.16.19.32.22 (version=SSLv3 cipher=OTHER); Thu, 16 Feb 2012 19:32:22 -0800 (PST) From: Rob Herring To: Russell King , linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/4] sparse irq fixes for pxa and sa1100 Date: Thu, 16 Feb 2012 21:32:10 -0600 Message-Id: <1329449534-23811-1-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.7.5.4 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.214.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Rob Herring X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Rob Herring Russell, Here's fixes for sa1100 and pxa. This is based on your for-next branch. I've built all the boards for both, but there could be some more drivers lurking if they aren't enabled in the defconfigs. I'm running an all defconfig build now. I've published the branch below if you want to pull the changes. I'm going to be offline most of the next 4 days. Also, I found a few other unrelated things breaking builds, but haven't done a fix: -xip mtd is broken on pxa. -exynos cpufreq needs to depend on exynos. Rob The following changes since commit 41bc99e49cc9ab74a4f1a5083d79231fd6ea2704: Merge branch 'devel-stable' into for-next (2012-02-16 00:34:44 +0000) are available in the git repository at: git://sources.calxeda.com/kernel/linux.git sparse-irq-fixes Rob Herring (4): ARM: sa1100: fix sa1100 after sparse irq conversion ARM: sa1100: fix simpad compile error ARM: pxa: mainstone: add missing include for IRQ_BOARD_START rtc: sa1100: include mach/irqs.h instead of asm/irq.h arch/arm/mach-pxa/include/mach/mainstone.h | 2 ++ arch/arm/mach-sa1100/assabet.c | 2 ++ arch/arm/mach-sa1100/badge4.c | 1 + arch/arm/mach-sa1100/cerf.c | 2 ++ arch/arm/mach-sa1100/collie.c | 2 ++ arch/arm/mach-sa1100/generic.c | 4 +++- arch/arm/mach-sa1100/h3100.c | 2 ++ arch/arm/mach-sa1100/h3600.c | 2 ++ arch/arm/mach-sa1100/hackkit.c | 5 ++++- arch/arm/mach-sa1100/include/mach/irqs.h | 2 +- arch/arm/mach-sa1100/irq.c | 1 + arch/arm/mach-sa1100/jornada720.c | 5 ++++- arch/arm/mach-sa1100/lart.c | 2 ++ arch/arm/mach-sa1100/nanoengine.c | 2 ++ arch/arm/mach-sa1100/neponset.c | 1 + arch/arm/mach-sa1100/pleb.c | 1 + arch/arm/mach-sa1100/shannon.c | 2 ++ arch/arm/mach-sa1100/simpad.c | 4 +++- arch/arm/mach-sa1100/ssp.c | 1 + arch/arm/mach-sa1100/time.c | 1 + drivers/gpio/gpio-sa1100.c | 1 + drivers/net/ethernet/smsc/smc91x.c | 4 ++++ drivers/rtc/rtc-sa1100.c | 2 +- drivers/tty/serial/sa1100.c | 1 + 24 files changed, 46 insertions(+), 6 deletions(-)