From: Thierry Reding <thierry.reding@avionic-design.de>
To: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Andrew Murray <andrew.murray@arm.com>,
Bjorn Helgaas <bhelgaas@google.com>,
Arnd Bergmann <arnd@arndb.de>,
"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [RFC 0/2] PCI: Introduce MSI chip infrastructure
Date: Mon, 25 Mar 2013 10:15:34 +0100 [thread overview]
Message-ID: <20130325091534.GA21054@avionic-0098.mockup.avionic-design.de> (raw)
In-Reply-To: <20130325093847.7474dc0e@skate>
[-- Attachment #1: Type: text/plain, Size: 1800 bytes --]
On Mon, Mar 25, 2013 at 09:38:47AM +0100, Thomas Petazzoni wrote:
> Dear Thierry Reding,
>
> Thanks for your feedback!
>
> On Mon, 25 Mar 2013 08:58:10 +0100, Thierry Reding wrote:
>
> > That sounds very much like one of the use-cases that were discussed. The
> > easiest solution would probably be to add an API to look up an MSI chip
> > from a DT phandle, so that the PCIe controller's device node could have
> > it as a property, somewhat like this:
> >
> > msi: interrupt-controller {
> > };
> >
> > pcie-controller {
> > ...
> > marvell,msi = <&msi>;
> > ...
> > };
>
> I'm not sure how to handle this msi interrupt controller with the main
> interrupt controller. For now, I have:
>
> mpic: interrupt-controller@d0020000 {
> reg = <0xd0020a00 0x2d0>,
> <0xd0021070 0x58>;
> };
>
> [...]
>
> soc {
> interrupt-parent = <&mpic>;
> [...]
> };
>
> And the MSI interrupt controller shares the same registers as the MPIC.
> So should it be something like:
>
> interrupt-controller {
> reg = <0xd0020a00 0x2d0>,
> <0xd0021070 0x58>;
>
> mpic {
> /* Not sure what to have here */
> };
>
> msi {
>
> /* Here either */
> };
> };
>
> soc {
> interrupt-parent = <&mpic>;
>
> pcie-controller {
> marvell,msi = <&msi>;
> };
> };
>
> Or some other idea?
I think you can just make this:
mpic: interrupt-controller@d0020000 {
...
};
...
soc {
pcie-controller {
marvell,msi = <&mpic>;
};
};
And everything else should just work given the APIs I mentioned. But as
you said it'd be good if somebody else could share their opinion about
this.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2013-03-25 9:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-22 8:51 [RFC 0/2] PCI: Introduce MSI chip infrastructure Thierry Reding
2013-03-22 8:51 ` [RFC 1/2] PCI: Introduce new " Thierry Reding
2013-03-22 9:37 ` Andrew Murray
2013-03-22 10:00 ` Thierry Reding
2013-03-22 8:51 ` [RFC 2/2] PCI: tegra: Use " Thierry Reding
2013-03-25 17:01 ` Stephen Warren
2013-03-25 20:02 ` Thierry Reding
2013-03-22 9:30 ` [RFC 0/2] PCI: Introduce " Andrew Murray
2013-03-24 11:06 ` Thomas Petazzoni
2013-03-25 7:58 ` Thierry Reding
2013-03-25 8:38 ` Thomas Petazzoni
2013-03-25 9:15 ` Thierry Reding [this message]
2013-03-25 9:29 ` Arnd Bergmann
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=20130325091534.GA21054@avionic-0098.mockup.avionic-design.de \
--to=thierry.reding@avionic-design.de \
--cc=andrew.murray@arm.com \
--cc=arnd@arndb.de \
--cc=bhelgaas@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=thomas.petazzoni@free-electrons.com \
/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