Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1384700 > unrolled thread
| Started by | Leo Li <pku.leo@gmail.com> |
|---|---|
| First post | 2016-04-22 07:40 +0200 |
| Last post | 2016-04-22 10:00 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller support Leo Li <pku.leo@gmail.com> - 2016-04-22 07:40 +0200
Re: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller support Marc Zyngier <marc.zyngier@arm.com> - 2016-04-22 09:50 +0200
RE: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller support Minghuan Lian <minghuan.lian@nxp.com> - 2016-04-22 10:00 +0200
Re: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller support Marc Zyngier <marc.zyngier@arm.com> - 2016-04-22 10:00 +0200
| From | Leo Li <pku.leo@gmail.com> |
|---|---|
| Date | 2016-04-22 07:40 +0200 |
| Subject | Re: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller support |
| Message-ID | <rqBYR-5ad-3@gated-at.bofh.it> |
On Mon, Mar 7, 2016 at 3:50 AM, Marc Zyngier <marc.zyngier@arm.com> wrote: > On Mon, 7 Mar 2016 11:36:22 +0800 > Minghuan Lian <Minghuan.Lian@nxp.com> wrote: > >> Some kind of NXP Layerscape SoC provides a MSI >> implementation which uses two SCFG registers MSIIR and >> MSIR to support 32 MSI interrupts for each PCIe controller. >> The patch is to support it. >> >> Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com> > > Acked-by: Marc Zyngier <marc.zyngier@arm.com> > > The DT binding still needs an Ack from the DT maintainers though (cc'd). Marc, Who will be responsible to pick this driver? I see you are also one of the maintainers for irqchip. Can you pick up the driver? The binding has already gotten ACKed by the device tree maintainer. Regards, Leo
[toc] | [next] | [standalone]
| From | Marc Zyngier <marc.zyngier@arm.com> |
|---|---|
| Date | 2016-04-22 09:50 +0200 |
| Subject | Re: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller support |
| Message-ID | <rqE0G-6O2-19@gated-at.bofh.it> |
| In reply to | #1384700 |
On 22/04/16 06:33, Leo Li wrote: > On Mon, Mar 7, 2016 at 3:50 AM, Marc Zyngier <marc.zyngier@arm.com> wrote: >> On Mon, 7 Mar 2016 11:36:22 +0800 >> Minghuan Lian <Minghuan.Lian@nxp.com> wrote: >> >>> Some kind of NXP Layerscape SoC provides a MSI >>> implementation which uses two SCFG registers MSIIR and >>> MSIR to support 32 MSI interrupts for each PCIe controller. >>> The patch is to support it. >>> >>> Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com> >> >> Acked-by: Marc Zyngier <marc.zyngier@arm.com> >> >> The DT binding still needs an Ack from the DT maintainers though (cc'd). > > Marc, > > Who will be responsible to pick this driver? I see you are also one > of the maintainers for irqchip. Can you pick up the driver? The > binding has already gotten ACKed by the device tree maintainer. Can you point me to this Ack? I can't see any trace of it in my Inbox. Thanks, M. -- Jazz is not dead. It just smells funny...
[toc] | [prev] | [next] | [standalone]
| From | Minghuan Lian <minghuan.lian@nxp.com> |
|---|---|
| Date | 2016-04-22 10:00 +0200 |
| Subject | RE: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller support |
| Message-ID | <rqEam-6Su-3@gated-at.bofh.it> |
| In reply to | #1384750 |
Hi Marc, Please see the link: https://patchwork.kernel.org/patch/8649241/ Rob Herring has given the ACK. I have submitted the v6 patch: https://patchwork.kernel.org/patch/8649251/ Please apply the latest the patch after you review. Thank you very much. Regard, Minghuan > -----Original Message----- > From: Marc Zyngier [mailto:marc.zyngier@arm.com] > Sent: Friday, April 22, 2016 3:43 PM > To: Leo Li <pku.leo@gmail.com> > Cc: Minghuan Lian <minghuan.lian@nxp.com>; > linux-arm-kernel@lists.infradead.org; lkml <linux-kernel@vger.kernel.org>; > Thomas Gleixner <tglx@linutronix.de>; Jason Cooper > <jason@lakedaemon.net>; Roy Zang <roy.zang@nxp.com>; Mingkai Hu > <mingkai.hu@nxp.com>; Stuart Yoder <stuart.yoder@nxp.com>; Yang-Leo Li > <leoyang.li@nxp.com>; Rob Herring <robh+dt@kernel.org>; Mark Rutland > <Mark.Rutland@arm.com> > Subject: Re: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller > support > > On 22/04/16 06:33, Leo Li wrote: > > On Mon, Mar 7, 2016 at 3:50 AM, Marc Zyngier <marc.zyngier@arm.com> > wrote: > >> On Mon, 7 Mar 2016 11:36:22 +0800 > >> Minghuan Lian <Minghuan.Lian@nxp.com> wrote: > >> > >>> Some kind of NXP Layerscape SoC provides a MSI > >>> implementation which uses two SCFG registers MSIIR and > >>> MSIR to support 32 MSI interrupts for each PCIe controller. > >>> The patch is to support it. > >>> > >>> Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com> > >> > >> Acked-by: Marc Zyngier <marc.zyngier@arm.com> > >> > >> The DT binding still needs an Ack from the DT maintainers though (cc'd). > > > > Marc, > > > > Who will be responsible to pick this driver? I see you are also one > > of the maintainers for irqchip. Can you pick up the driver? The > > binding has already gotten ACKed by the device tree maintainer. > > Can you point me to this Ack? I can't see any trace of it in my Inbox. > > Thanks, > > M. > -- > Jazz is not dead. It just smells funny...
[toc] | [prev] | [next] | [standalone]
| From | Marc Zyngier <marc.zyngier@arm.com> |
|---|---|
| Date | 2016-04-22 10:00 +0200 |
| Subject | Re: [PATCH 2/2 v5] irqchip/Layerscape: Add SCFG MSI controller support |
| Message-ID | <rqEan-6Su-17@gated-at.bofh.it> |
| In reply to | #1384756 |
On 22/04/16 08:53, Minghuan Lian wrote: > Hi Marc, > > Please see the link: > https://patchwork.kernel.org/patch/8649241/ > > Rob Herring has given the ACK. > > I have submitted the v6 patch: https://patchwork.kernel.org/patch/8649251/ > Please apply the latest the patch after you review. Thanks. I'll queue that for 4.7 together with Rob's ack. Thanks, M. -- Jazz is not dead. It just smells funny...
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web