From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH 0/4] ARM: shmobile: dtsi: interrupt-parent cleanups Date: Fri, 22 Aug 2014 12:39:46 +0900 Message-ID: <20140822033942.GM9099@verge.net.au> References: <1408544914-21742-1-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-sh-owner@vger.kernel.org To: Magnus Damm Cc: Geert Uytterhoeven , Geert Uytterhoeven , Linux-sh list , "devicetree@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Wed, Aug 20, 2014 at 11:53:05PM +0900, Magnus Damm wrote: > On Wed, Aug 20, 2014 at 11:32 PM, Geert Uytterhoeven > wrote: > > On Wed, Aug 20, 2014 at 4:28 PM, Geert Uytterhoeven > > wrote: > >> This series cleans up interrupt-parent use, to match common use. > >> It makes sure there's an "interrupt-parent = <&gic>;" at the top, which is > >> thus inherited by all child nodes, and removes superflous "interrupt-parent" > >> properties from the individual child nodes. > >> > >> This was tested on r8a7791/koelsch only. > >> > >> Geert Uytterhoeven (4): > >> ARM: shmobile: r8a7779 dtsi: Remove superfluous interrupt-parent > >> ARM: shmobile: r8a7790 dtsi: Remove superfluous interrupt-parent > >> ARM: shmobile: r8a7790 dtsi: Remove superfluous interrupt-parent > > > > Oops, that should have been "r8a7791". I've sent a fixed version of that patch. > > > >> ARM: shmobile: sh73a0 dtsi: Move interrupt-parent to the top > > Thanks, those look like fine cleanups to me! > > Acked-by: Magnus Damm Thanks, applied. > I suppose both your and my recent patches need a bit of testing, so I > guess it may make sense for Simon to merge one series at a time to > avoid introducing multiple potential issues simultaneously... Combine > early delay issues with Kconfig errors and potential interrupt parent > error and you have something fun to debug. =) Hopefully I haven't merged too much :)