From mboxrd@z Thu Jan 1 00:00:00 1970 From: zonque@gmail.com (Daniel Mack) Date: Mon, 30 Jul 2012 09:11:04 +0200 Subject: [PATCH v2 4/7] ARM: pxa: add devicetree code for irq handling In-Reply-To: References: <1343330187-20049-1-git-send-email-zonque@gmail.com> <1343330187-20049-5-git-send-email-zonque@gmail.com> <5013B750.6060608@gmail.com> <501551E4.6020806@gmail.com> <50158890.8080504@gmail.com> Message-ID: <50163388.3070504@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 30.07.2012 03:24, Haojian Zhuang wrote: > On Mon, Jul 30, 2012 at 9:20 AM, Haojian Zhuang > wrote: >> On Mon, Jul 30, 2012 at 3:01 AM, Daniel Mack wrote: >>> >>> Please check the appended version. What I also changed now is that >>> pxa_init_irq() only really handles non-DT initialization, so we have to >>> care for some details in pxa_dt_irq_init() separately. Also, the map() >>> function still had a bug, which I also fixed. >>> >>> >> Acked-by: Haojian Zhuang >> >> Since "marvell,intc-priority" is appended. Maybe you need to update the DTSI >> file. How about send out the updated v4 patch series? I'll merge it in >> this week. >> >> Regards >> Haojian > > I requested for you sending patch since 2 patches in v3 are lost in my > gmail account. To avoid mailing out the whole series to everybody again, even though most of them haven't changed, I prepared a branch that includes all 9 patches on top of Linus' current tree: git://github.com/zonque/linux.git pxa-dt Is it ok for you to pick the patches from there? Otherwise, I can of course send them out by email again as well. Thanks, Daniel