From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Thu, 03 Oct 2013 04:35:36 +0000 Subject: Re: [PATCH 1/4 v2] ARM: shmobile: r8a7779: split r8a7779_init_irq_extpin() for DT Message-Id: <20131003043535.GS7925@verge.net.au> List-Id: References: <87a9isysn8.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <87a9isysn8.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Oct 02, 2013 at 01:38:23AM -0700, Kuninori Morimoto wrote: > r8a7779 INTC needs IRL pin mode settings to determine > behavior of IRQ0 - IRQ3, and r8a7779_init_irq_extpin() > is controlling it via irlm parameter. > But this function registers renesas_intc_irqpin driver > if irlm was set, and this value depends on platform. > This is not good for DT. > This patch splits r8a7779_init_irq_extpin() function > into "mode settings" and "funtion register" parts > > Signed-off-by: Kuninori Morimoto > --- > v1 -> v2 > > - patch was splited, only SoC file Thanks, I have queued this up in the soc3 branch. It should make it into v3.13 but if not I'll rename the branch soc after rebasing it on v3.13-rcX which will then be targeted at v3.14.