Re: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2019-03-01 Thread Marc Zyngier
c.zyng...@arm.com; ja...@lakedaemon.net > > Cc: linux-kernel@vger.kernel.org > > Subject: RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC > > > > Hi Thomas and Marc, > > > > Is there any feedback? Thank you! > > > > Best Regards > > Qiang

RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2019-02-28 Thread Qiang Zhao
ovember 10, 2017 11:31 AM > > To: t...@linutronix.de; marc.zyng...@arm.com; ja...@lakedaemon.net > > Cc: linux-kernel@vger.kernel.org; Qiang Zhao > > Subject: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC > > > > QEIC is an interrupt controller for QE, wa

RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2018-02-06 Thread Qiang Zhao
: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC QEIC is an interrupt controller for QE, was put under drivers/soc/fsl/qe, and now move to driver/irqchip. And QEIC is supported more than just powerpc boards, so remove PPCisms. changelog: Changes for v8: - use

RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2017-11-29 Thread Qiang Zhao
c: linux-kernel@vger.kernel.org; Qiang Zhao > Subject: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC > > QEIC is an interrupt controller for QE, was put under drivers/soc/fsl/qe, and > now > move to driver/irqchip. > And QEIC is supported more than just powerpc boards,

[Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2017-11-09 Thread Zhao Qiang
QEIC is an interrupt controller for QE, was put under drivers/soc/fsl/qe, and now move to driver/irqchip. And QEIC is supported more than just powerpc boards, so remove PPCisms. changelog: Changes for v8: - use IRQCHIP_DECLARE() instead of subsys_initcall in qeic driver - r