[PATCH v2 00/13] Make mach/irqs.h optional

Rob Herring robherring2 at gmail.com
Thu Feb 16 08:29:49 EST 2012


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:
>> On Fri, Jan 20, 2012 at 02:32:58PM -0600, Rob Herring wrote:
>>> From: Rob Herring <rob.herring at calxeda.com>
>>>
>>> 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=137
> 
> Also 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 <rmk+kernel at arm.linux.org.uk>
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 <rmk+kernel at arm.linux.org.uk>


Rob



More information about the linux-arm-kernel mailing list