[PATCH v2 00/13] Make mach/irqs.h optional
From: Rob Herring <hidden>
Date: 2012-02-16 13:29:49
Also in:
linux-sh
Russell, On 02/16/2012 03:05 AM, Russell King - ARM Linux wrote:
On Thu, Feb 16, 2012 at 08:45:36AM +0000, Russell King - ARM Linux wrote:quoted
On Fri, Jan 20, 2012 at 02:32:58PM -0600, Rob Herring wrote:quoted
From: Rob Herring <redacted> This series removes the include of mach/irqs.h from asm/irq.h when SPARSE_IRQ is selected. Platforms which select SPARSE_IRQ have been updated.Rob, Last night, I merged devel-stable into the stuff which gets built, and it seems your IRQ changes are breaking PXA: Before merge: http://www.arm.linux.org.uk/developer/build/result.php?type=build&idx=129 After merge: http://www.arm.linux.org.uk/developer/build/result.php?type=build&idx=137Also see SA11x0 breakage - before: http://www.arm.linux.org.uk/developer/build/result.php?type=build&idx=127 after: http://www.arm.linux.org.uk/developer/build/result.php?type=build&idx=135
For SA1100, it's due to this change being done before my changes and
also possibly reverting of rtc driver changes. I'm working on fixes.
commit 7b7c67bc4284d07285985d487b4ee1a7cc8456e2
Author: Russell King [off-list ref]
Date: Sun Jan 29 11:40:08 2012 +0000
ARM: sa11x0: convert to sparse IRQ
Now that Neponset, UCB1x00 and SA1111 are all converted to use the IRQ
allocation interfaces, we can enable sparse IRQ support for SA11x0
platforms.
Signed-off-by: Russell King [off-list ref]
Rob