From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424214AbcBQQNR (ORCPT ); Wed, 17 Feb 2016 11:13:17 -0500 Received: from outbound1a.ore.mailhop.org ([54.213.22.21]:58947 "EHLO outbound1a.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424199AbcBQQNN (ORCPT ); Wed, 17 Feb 2016 11:13:13 -0500 X-MHO-User: 649f097a-d591-11e5-8dfb-c75234cc769e X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.98.178.100 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 082C480017 Date: Wed, 17 Feb 2016 16:13:06 +0000 From: Jason Cooper To: Alban Cc: Marc Zyngier , linux-mips@linux-mips.org, Ralf Baechle , Thomas Gleixner , Alexander Couzens , Joel Porquet , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Message-ID: <20160217161306.GI5183@io.lakedaemon.net> References: <1453553867-27003-1-git-send-email-albeu@free.fr> <20160123150200.5bc027a6@arm.com> <20160123163122.GF676@io.lakedaemon.net> <20160217141529.74b49deb@tock> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160217141529.74b49deb@tock> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Alban, On Wed, Feb 17, 2016 at 02:15:29PM +0100, Alban wrote: > On Sat, 23 Jan 2016 16:31:22 +0000 > Jason Cooper wrote: > > > On Sat, Jan 23, 2016 at 03:02:00PM +0000, Marc Zyngier wrote: > > > On Sat, 23 Jan 2016 13:57:46 +0100 > > > Alban Bedel wrote: > > > > > > > The driver stays the same but the initialization changes a bit. > > > > For OF boards we now get the memory map from the OF node and use > > > > a linear mapping instead of the legacy mapping. For legacy boards > > > > we still use a legacy mapping and just pass down all the parameters > > > > from the board init code. > > > > > > > > Signed-off-by: Alban Bedel > > > > > > Acked-by: Marc Zyngier > > > > Thanks Marc, I'll pick this up when -rc1 drops. > > RC1 has been released for a while now, however I still can't see > these patches in the irqchip git trees. I checked both tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core > git://git.infradead.org/users/jcooper/linux.git irqchip/core > > or are these still queued and going to be merged later? I've just queued them up, but ran into a needed git gc... They should be pushed by the end of the day. thx, Jason.