[PATCH] ARM: VIC: use irq_domain_add_simple()
From: Linus Walleij <hidden>
Date: 2012-12-26 00:43:47
On Thu, Dec 20, 2012 at 7:45 PM, Linus Walleij [off-list ref] wrote:
On Wed, Dec 19, 2012 at 12:34 AM, Grant Likely [off-list ref] wrote:quoted
It looks to me like the below patch breaks versatile because it makes it try to register a linear irq_domain instead of the legacy one that it needs. Here are the relevant commits: 07c9249f1: "ARM: 7554/1: VIC: use irq_domain_add_simple()" 946c59a08: "ARM: vic: fix build warning caused by previous commit" I'm working on getting it properly sorted out (and more importantly *simplified*), but in the mean time I think the above two commits need to be reverted. Reverting them on my tree fixes booting for me.Isn't that a bit violent, can't we just fix the real bug? Does the below patch work for you, it does two things:
I've submitted the fixes to Russell's patch tracker now ... would appreciate some testing but I'm pretty sure they will fix the issue. Yours, Linus Walleij