From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935103AbbGHNdX (ORCPT ); Wed, 8 Jul 2015 09:33:23 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:44106 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933448AbbGHNdU (ORCPT ); Wed, 8 Jul 2015 09:33:20 -0400 Date: Wed, 8 Jul 2015 15:01:49 +0200 From: Ralf Baechle To: Thomas Gleixner Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Jason Cooper Subject: Re: [PATCH] MIPS, IRQCHIP: Move i8259 irqchip driver to drivers/irqchip. Message-ID: <20150708130149.GT18167@linux-mips.org> References: <20150708124608.GS18167@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 08, 2015 at 02:57:38PM +0200, Thomas Gleixner wrote: > > arch/mips/Kconfig | 4 - > > arch/mips/kernel/Makefile | 1 - > > arch/mips/kernel/i8259.c | 384 -------------------------------------------- > > drivers/irqchip/Kconfig | 4 + > > drivers/irqchip/Makefile | 1 + > > drivers/irqchip/irq-i8259.c | 383 +++++++++++++++++++++++++++++++++++++++++++ > > 6 files changed, 388 insertions(+), 389 deletions(-) > > Should I carry it, or want you merge it via the mips tree? > > In the latter case: Acked-by-me. I guess the conflict potencial will be lower if you carry it - and if somebody wants to merge it with one of the other i8259.c littered through the tree it probably also is better if you carry it. Thanks! Ralf