RE: [Patch v3 1/3] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe
From: Qiang Zhao <qiang.zhao@nxp.com>
Date: 2016-07-26 02:06:56
Also in:
lkml
Hi Jason, On Mon, Jul 26, 2016 at 03:24AM, Jason Cooper wrote:
-----Original Message----- From: Jason Cooper [mailto:jason@lakedaemon.net] Sent: Tuesday, July 26, 2016 3:24 AM To: Qiang Zhao <qiang.zhao@nxp.com> Cc: oss@buserror.net; linuxppc-dev@lists.ozlabs.org; linux- kernel@vger.kernel.org; Xiaobo Xie [off-list ref] Subject: Re: [Patch v3 1/3] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe =20quoted
static DEFINE_RAW_SPINLOCK(qe_ic_lock);diff --git a/drivers/soc/fsl/qe/Makefile b/drivers/soc/fsl/qe/Makefile index 2031d38..51e4726 100644 --- a/drivers/soc/fsl/qe/Makefile +++ b/drivers/soc/fsl/qe/Makefile@@ -1,7 +1,7 @@ # # Makefile for the linux ppc-specific parts of QE # -obj-$(CONFIG_QUICC_ENGINE)+=3D qe.o qe_common.o qe_ic.o qe_io.o +obj-$(CONFIG_QUICC_ENGINE)+=3D qe.o qe_common.o qe_io.o obj-$(CONFIG_CPM) +=3D qe_common.o obj-$(CONFIG_UCC) +=3D ucc.o obj-$(CONFIG_UCC_SLOW) +=3D ucc_slow.odiff --git a/drivers/soc/fsl/qe/qe_ic.h b/drivers/soc/fsl/qe/qe_ic.h deleted file mode 100644 index 926a2ed..0000000 --- a/drivers/soc/fsl/qe/qe_ic.h +++ /dev/null@@ -1,103 +0,0 @@ -/* - * drivers/soc/fsl/qe/qe_ic.h - * - * QUICC ENGINE Interrupt Controller Header - * - * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserve=
d.
quoted
- * - * Author: Li Yang [off-list ref] - * Based on code from Shlomi Gridish [off-list ref] - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - */=20 Please transfer this over as well, and update is as necessary.
Thank you for your review! The author and the copyright is the same as the .c file, how to transfer th= is? And could you tell me what should I do for update? Thank you! -Zhao Qiang