From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Cooper Subject: Re: [PATCH V2 03/19] irqchip: crossbar: Skip some irqs from getting mapped to crossbar Date: Fri, 13 Jun 2014 09:41:21 -0400 Message-ID: <20140613134121.GL8664@titan.lakedaemon.net> References: <1402574007-13987-1-git-send-email-r.sricharan@ti.com> <1402574007-13987-4-git-send-email-r.sricharan@ti.com> <20140612125134.GS8664@titan.lakedaemon.net> <20140612135715.GE17845@atomide.com> <20140612140508.GC8664@titan.lakedaemon.net> <539AA08A.7010001@ti.com> <20140613131005.GF8664@titan.lakedaemon.net> <539AFE18.3020706@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <539AFE18.3020706@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Santosh Shilimkar Cc: Sricharan R , Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, nm@ti.com, rnayak@ti.com, linux@arm.linux.org.uk, tglx@linutronix.de List-Id: devicetree@vger.kernel.org On Fri, Jun 13, 2014 at 09:35:20AM -0400, Santosh Shilimkar wrote: > On Friday 13 June 2014 09:10 AM, Jason Cooper wrote: ... > > Have you tried booting all the different scenarios? eg: > > > > old dtb, new driver > > new dtb, old driver > > old dtb, old driver > > new dtb, new driver > > > Old driver wasn't complete as mentioned and hence the above > combinations becomes bit irrelevant. Ahh, great! In that case, I think we should be good without the dependency between the code changes and the dtsi changes. thx, Jason.