From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 20 Jan 2016 09:15:48 +0100 (CET) Received: from smtp6-g21.free.fr ([212.27.42.6]:10471 "EHLO smtp6-g21.free.fr" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27008871AbcATIPpm40Yj (ORCPT ); Wed, 20 Jan 2016 09:15:45 +0100 Received: from tock (unknown [78.54.185.83]) (Authenticated sender: albeu) by smtp6-g21.free.fr (Postfix) with ESMTPSA id D5A56822BA; Wed, 20 Jan 2016 09:14:17 +0100 (CET) Date: Wed, 20 Jan 2016 09:15:29 +0100 From: Alban Cc: Aban Bedel , linux-mips@linux-mips.org, Ralf Baechle , Thomas Gleixner , Jason Cooper , Marc Zyngier , Alexander Couzens , Joel Porquet , Andrew Bresticker , linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Message-ID: <20160120091529.7abcbb76@tock> In-Reply-To: <20151230145329.34469270@tock> References: <1447788896-15553-1-git-send-email-albeu@free.fr> <1447788896-15553-5-git-send-email-albeu@free.fr> <20151230145329.34469270@tock> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: unlisted-recipients:; (no To-header on input) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 51251 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: albeu@free.fr Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, 30 Dec 2015 14:53:29 +0100 Alban wrote: > On Tue, 17 Nov 2015 20:34:54 +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 > > Most of this series has been applied to the MIPS tree, but patch 4 > and 6 are still waiting for an ACK from the irqchip maintainers. > Is there any problem with those patches? Ping? This change has been explicitly requested by the IRQ chip maintainers several times. Can we get at least a comment for these 2 patches? I would really like to finally get them in for 4.5. Alban From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp6-g21.free.fr ([212.27.42.6]:10471 "EHLO smtp6-g21.free.fr" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27008871AbcATIPpm40Yj (ORCPT ); Wed, 20 Jan 2016 09:15:45 +0100 Date: Wed, 20 Jan 2016 09:15:29 +0100 From: Alban Subject: Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Message-ID: <20160120091529.7abcbb76@tock> In-Reply-To: <20151230145329.34469270@tock> References: <1447788896-15553-1-git-send-email-albeu@free.fr> <1447788896-15553-5-git-send-email-albeu@free.fr> <20151230145329.34469270@tock> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: Cc: Aban Bedel , linux-mips@linux-mips.org, Ralf Baechle , Thomas Gleixner , Jason Cooper , Marc Zyngier , Alexander Couzens , Joel Porquet , Andrew Bresticker , linux-kernel@vger.kernel.org Message-ID: <20160120081529.A6VSYeUUVF3hQxZMlIZvCXb4tFC8Ai2vjwB27jmgrjg@z> On Wed, 30 Dec 2015 14:53:29 +0100 Alban wrote: > On Tue, 17 Nov 2015 20:34:54 +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 > > Most of this series has been applied to the MIPS tree, but patch 4 > and 6 are still waiting for an ACK from the irqchip maintainers. > Is there any problem with those patches? Ping? This change has been explicitly requested by the IRQ chip maintainers several times. Can we get at least a comment for these 2 patches? I would really like to finally get them in for 4.5. Alban