From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 23 Jan 2016 16:02:19 +0100 (CET) Received: from foss.arm.com ([217.140.101.70]:41609 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27009236AbcAWPCRrbMl5 (ORCPT ); Sat, 23 Jan 2016 16:02:17 +0100 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 50C4649; Sat, 23 Jan 2016 07:01:30 -0800 (PST) Received: from localhost (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 126CB3F21A; Sat, 23 Jan 2016 07:02:07 -0800 (PST) Date: Sat, 23 Jan 2016 15:02:00 +0000 From: Marc Zyngier To: Alban Bedel Cc: , Ralf Baechle , Thomas Gleixner , Jason Cooper , Alexander Couzens , Joel Porquet , Subject: Re: [PATCH v2 1/2] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Message-ID: <20160123150200.5bc027a6@arm.com> In-Reply-To: <1453553867-27003-1-git-send-email-albeu@free.fr> References: <1453553867-27003-1-git-send-email-albeu@free.fr> Organization: ARM Ltd X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; arm-unknown-linux-gnueabihf) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 51324 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: marc.zyngier@arm.com 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 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 M. -- Jazz is not dead. It just smells funny. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com ([217.140.101.70]:41609 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27009236AbcAWPCRrbMl5 (ORCPT ); Sat, 23 Jan 2016 16:02:17 +0100 Date: Sat, 23 Jan 2016 15:02:00 +0000 From: Marc Zyngier Subject: Re: [PATCH v2 1/2] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Message-ID: <20160123150200.5bc027a6@arm.com> In-Reply-To: <1453553867-27003-1-git-send-email-albeu@free.fr> References: <1453553867-27003-1-git-send-email-albeu@free.fr> 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: To: Alban Bedel Cc: linux-mips@linux-mips.org, Ralf Baechle , Thomas Gleixner , Jason Cooper , Alexander Couzens , Joel Porquet , linux-kernel@vger.kernel.org Message-ID: <20160123150200.ht4445PaJ7Te5XTLUEwwPPpJEpK7SxDIcBm3TNxiUPc@z> 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 M. -- Jazz is not dead. It just smells funny.