From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965336AbbGHQjH (ORCPT ); Wed, 8 Jul 2015 12:39:07 -0400 Received: from mail-la0-f47.google.com ([209.85.215.47]:33238 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965178AbbGHQif (ORCPT ); Wed, 8 Jul 2015 12:38:35 -0400 Message-ID: <559D5206.80209@cogentembedded.com> Date: Wed, 08 Jul 2015 19:38:30 +0300 From: Sergei Shtylyov Organization: Cogent Embedded User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ralf Baechle , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Thomas Gleixner , Jason Cooper Subject: Re: [PATCH] MIPS, IRQCHIP: Move i8259 irqchip driver to drivers/irqchip. References: <20150708124608.GS18167@linux-mips.org> In-Reply-To: <20150708124608.GS18167@linux-mips.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/08/2015 03:46 PM, Ralf Baechle wrote: I don't see any signoffs. > 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 +++++++++++++++++++++++++++++++++++++++++++ Please use the -M switch with 'git format-patch'. > 6 files changed, 388 insertions(+), 389 deletions(-) WBR, Sergei