From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752230AbcGGOZP (ORCPT ); Thu, 7 Jul 2016 10:25:15 -0400 Received: from outbound1a.ore.mailhop.org ([54.213.22.21]:63133 "EHLO outbound1a.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751951AbcGGOZE (ORCPT ); Thu, 7 Jul 2016 10:25:04 -0400 X-MHO-User: af2acdc0-444e-11e6-a0ff-e511cd071b9b X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.99.78.160 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 03B4A8003E Date: Thu, 7 Jul 2016 14:24:58 +0000 From: Jason Cooper To: Zhao Qiang Cc: oss@buserror.net, tglx@linutronix.de, marc.zyngier@arm.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, xiaobo.xie@nxp.com Subject: Re: [PATCH v2] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe Message-ID: <20160707142458.GN3348@io.lakedaemon.net> References: <1467854635-19208-1-git-send-email-qiang.zhao@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467854635-19208-1-git-send-email-qiang.zhao@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Zhao Qiang, On Thu, Jul 07, 2016 at 09:23:55AM +0800, Zhao Qiang wrote: > The driver stays the same. > > Signed-off-by: Zhao Qiang > --- > Changes for v2: > - modify the subject and commit msg > > drivers/irqchip/Makefile | 1 + > drivers/{soc/fsl/qe => irqchip}/qe_ic.c | 0 > drivers/{soc/fsl/qe => irqchip}/qe_ic.h | 0 > drivers/soc/fsl/qe/Makefile | 2 +- > 4 files changed, 2 insertions(+), 1 deletion(-) > rename drivers/{soc/fsl/qe => irqchip}/qe_ic.c (100%) > rename drivers/{soc/fsl/qe => irqchip}/qe_ic.h (100%) Please merge the include file into the C file and rename to follow the naming convention in drivers/irqchip/. e.g. irq-qeic.c or irq-qe_ic.c. Once you have that, please resend the entire series with this as the first patch. thx, Jason.