From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751561AbbFAJGG (ORCPT ); Mon, 1 Jun 2015 05:06:06 -0400 Received: from lb3-smtp-cloud6.xs4all.net ([194.109.24.31]:48882 "EHLO lb3-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbbFAJF4 (ORCPT ); Mon, 1 Jun 2015 05:05:56 -0400 Message-ID: <1433149552.2361.41.camel@x220> Subject: Re: [PATCH 1/4]:Add mbigen driver to support mbigen interrupt controller From: Paul Bolle To: "majun (F)" Cc: Marc Zyngier , catalin Marinas , LKML , linux-arm-kernel , Will Deacon , Mark Rutland , Thomas Gleixner , Jason Cooper Date: Mon, 01 Jun 2015 11:05:52 +0200 In-Reply-To: <556C1CDC.1050508@arm.com> References: <55692C29.60003@huawei.com> <556C1CDC.1050508@arm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-06-01 at 09:50 +0100, Marc Zyngier wrote: > On 30/05/15 04:19, majun (F) wrote: > > This patch contains the mbigen device driver. > > > > To support Mbigen device, irq-mbigen.c and mbi.h are added. > > > > As a MSI interrupt controller, the mbigen is used as a child domain of > > MSI domain just like PCI devices. > > > > Change log: > > --irq-mbigen.c: the driver of mbigen device.The mbigen irq domain is created here > > as child domain of MSI. > > --Add CONFIG_MBIGEN_IRQ_DOMAIN enable this driver Changelog below the "---" marker, please, so git will remove it when applying the patch. > > Signed-off-by: Yun Wu > > Signed-off-by: Ma Jun > > Who is the author of this patch? If that's you, then the SOB lines are > in the wrong order. If not, then there should be a From line at the top. Even if you're the author of this patch a From: line is needed. Otherwise "majun (F) " would become the author, instead of "Ma Jun ", and "majun (F)" is probably not your name. Thanks, Paul Bolle