Re: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-11-02 Thread Marc Zyngier
On 01/11/17 17:09, Thomas Gleixner wrote: > On Wed, 1 Nov 2017, Qiang Zhao wrote: >> Michael Ellerman wrote >>> >>> Qiang Zhao writes: >>> Hi all, Could anybody review this patchset and take action on them? Thank you! >>> >>> Who maintains this? I don't actually know, it's not powe

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-11-01 Thread Qiang Zhao
-dev@lists.ozlabs.org; Xiaobo Xie > ; linux-ker...@vger.kernel.org > Subject: RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC > > On Wed, 1 Nov 2017, Qiang Zhao wrote: > > Michael Ellerman wrote > > > > > > Qiang Zhao writes: > > > >

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-11-01 Thread Thomas Gleixner
On Wed, 1 Nov 2017, Qiang Zhao wrote: > Michael Ellerman wrote > > > > Qiang Zhao writes: > > > > > Hi all, > > > > > > Could anybody review this patchset and take action on them? Thank you! > > > > Who maintains this? I don't actually know, it's not powerpc code, or is it? > > Yes, it's not

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-31 Thread Qiang Zhao
Michael Ellerman wrote > > Qiang Zhao writes: > > > Hi all, > > > > Could anybody review this patchset and take action on them? Thank you! > > Who maintains this? I don't actually know, it's not powerpc code, or is it? Yes, it's not powerpc code, it is irqchip code, maintained by Thomas, Jaso

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-31 Thread Michael Ellerman
Qiang Zhao writes: > Hi all, > > Could anybody review this patchset and take action on them? Thank you! Who maintains this? I don't actually know, it's not powerpc code, or is it? cheers

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-30 Thread Qiang Zhao
o...@buserror.net; Xiaobo Xie ; linux- > > ker...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Qiang Zhao > > > > Subject: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC > > > > QEIC is supported more than just powerpc boards, so remove PPCis

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-23 Thread Qiang Zhao
; linux- > ker...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Qiang Zhao > > Subject: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC > > QEIC is supported more than just powerpc boards, so remove PPCisms. > > changelog: > Changes for v8: >

[PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-08-06 Thread Zhao Qiang
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 - remove include/soc/fsl/qe/qe_ic.h Changes for v9: - rebase - fix the compile issue whe