From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/8] MSI support for Marvell EBU PCIe driver
Date: Fri, 7 Jun 2013 10:23:04 +0200 [thread overview]
Message-ID: <20130607102304.3c42773b@skate> (raw)
In-Reply-To: <20130606185110.GP23859@titan.lakedaemon.net>
Dear Jason Cooper,
On Thu, 6 Jun 2013 14:51:10 -0400, Jason Cooper wrote:
> > Thierry Reding (1):
> > PCI: Introduce new MSI chip infrastructure
> >
> > Thomas Petazzoni (7):
> > PCI: Add registry of MSI chips
> > irqchip: armada-370-xp: properly request resources
> > irqchip: armada-370-xp: implement MSI support
> > arm: mvebu: the MPIC now provides MSI controller features
> > pci: mvebu: add support for MSI
> > arm: mvebu: indicate that this platform supports MSI
> > arm: mvebu: link PCIe controllers to the MSI controller
> >
>
> Is there a reason why the following breakdown wouldn't work?
No, it should work. And it's actually possible with how the patches are
organized currently.
> > arch/arm/boot/dts/armada-370-xp.dtsi | 1 +
> > arch/arm/boot/dts/armada-370.dtsi | 1 +
> > arch/arm/boot/dts/armada-xp-mv78230.dtsi | 1 +
> > arch/arm/boot/dts/armada-xp-mv78260.dtsi | 1 +
> > arch/arm/boot/dts/armada-xp-mv78460.dtsi | 1 +
>
> through mvebu/arm-soc
Patches 5 and 8.
>
> > arch/arm/mach-mvebu/Kconfig | 1 +
>
> through mvebu/arm-soc after the other three have landed (v3.11-rc1)
Patch 7.
> > drivers/irqchip/irq-armada-370-xp.c | 186 ++++++++++++++++++++++++++++++-
>
> through tglx
Patches 3 and 4.
>
> > drivers/pci/host/pci-mvebu.c | 21 ++++
> > drivers/pci/msi.c | 59 +++++++++-
> > drivers/pci/probe.c | 1 +
> > include/linux/msi.h | 22 ++++
> > include/linux/pci.h | 1 +
>
> through Bjorn
Patches 1, 2 and 6.
So as you can see, the patches are already broken down in a way that
allows each maintainer to pick its part. But I admit I could probably
reorder them in the following way:
1. PCI: Introduce new MSI chip infrastructure
2. PCI: Add registry of MSI chips
3. pci: mvebu: add support for MSI
4. irqchip: armada-370-xp: properly request resources
5. irqchip: armada-370-xp: implement MSI support
6. arm: mvebu: the MPIC now provides MSI controller features
7. arm: mvebu: link PCIe controllers to the MSI controller
8. arm: mvebu: indicate that this platform supports MSI
1-3 through Bjorn, 4-5 through tglx, 6-8 through you.
The only problem that I see is that 'irqchip: armada-370-xp: implement
MSI support' (which goes through tglx) has a build dependency on 'PCI:
Add registry of MSI chips' (which goes through Bjorn). This is due to
the IRQ controller using the msi_chip_add() function that is introduced
earlier in the PCI core.
How would you solve that?
In any case, at this point I'd like first to have the ACK from Bjorn
Helgaas and Arnd Bergmann on the general approach.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2013-06-07 8:23 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-06 16:41 [PATCH v2 0/8] MSI support for Marvell EBU PCIe driver Thomas Petazzoni
2013-06-06 16:41 ` [PATCH v2 1/8] PCI: Introduce new MSI chip infrastructure Thomas Petazzoni
2013-06-18 22:46 ` Bjorn Helgaas
2013-06-19 11:42 ` Thomas Petazzoni
2013-06-06 16:41 ` [PATCH v2 2/8] PCI: Add registry of MSI chips Thomas Petazzoni
2013-06-12 10:33 ` Thierry Reding
2013-06-18 22:48 ` Bjorn Helgaas
2013-06-19 11:42 ` Thomas Petazzoni
2013-06-06 16:41 ` [PATCH v2 3/8] irqchip: armada-370-xp: properly request resources Thomas Petazzoni
2013-06-06 16:41 ` [PATCH v2 4/8] irqchip: armada-370-xp: implement MSI support Thomas Petazzoni
2013-06-11 13:37 ` Grant Likely
2013-06-18 8:42 ` Thomas Petazzoni
2013-06-18 10:15 ` Grant Likely
2013-06-18 10:36 ` Thomas Petazzoni
2013-06-12 10:42 ` Thierry Reding
2013-06-18 8:43 ` Thomas Petazzoni
2013-06-18 11:26 ` Thierry Reding
2013-06-18 12:11 ` Thomas Petazzoni
2013-06-06 16:41 ` [PATCH v2 5/8] arm: mvebu: the MPIC now provides MSI controller features Thomas Petazzoni
2013-06-06 16:41 ` [PATCH v2 6/8] pci: mvebu: add support for MSI Thomas Petazzoni
2013-06-18 22:57 ` Bjorn Helgaas
2013-06-06 16:41 ` [PATCH v2 7/8] arm: mvebu: indicate that this platform supports MSI Thomas Petazzoni
2013-06-06 16:41 ` [PATCH v2 8/8] arm: mvebu: link PCIe controllers to the MSI controller Thomas Petazzoni
2013-06-06 17:17 ` [PATCH v2 0/8] MSI support for Marvell EBU PCIe driver Jason Cooper
2013-06-07 8:14 ` Thomas Petazzoni
2013-06-07 14:47 ` Jason Cooper
2013-06-06 18:51 ` Jason Cooper
2013-06-07 8:23 ` Thomas Petazzoni [this message]
2013-06-07 15:08 ` Jason Cooper
2013-06-07 17:00 ` Thomas Petazzoni
2013-06-18 8:56 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130607102304.3c42773b@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).