Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1477569 > unrolled thread
| Started by | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| First post | 2016-09-06 18:00 +0200 |
| Last post | 2016-09-06 18:20 +0200 |
| Articles | 2 — 2 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] pci: adding support for PCI_MSI_IRQ_DOMAIN in ARC arch Bjorn Helgaas <helgaas@kernel.org> - 2016-09-06 18:00 +0200
Re: [PATCH] pci: adding support for PCI_MSI_IRQ_DOMAIN in ARC arch Joao Pinto <Joao.Pinto@synopsys.com> - 2016-09-06 18:20 +0200
| From | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| Date | 2016-09-06 18:00 +0200 |
| Subject | Re: [PATCH] pci: adding support for PCI_MSI_IRQ_DOMAIN in ARC arch |
| Message-ID | <seqX0-3T3-13@gated-at.bofh.it> |
On Tue, Aug 09, 2016 at 04:49:37PM +0100, Joao Pinto wrote: > To fix this, this patch adds ARC as a PCI_MSI_IRQ_DOMAIN supportive > platform and adds the generation of msi.h in the ARC arch. > > Signed-off-by: Joao Pinto <jpinto@synopsys.com> I added Vineet's ack and put this on pci/msi for v4.9, thanks! > --- > arch/arc/include/asm/Kbuild | 1 + > drivers/pci/Kconfig | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arc/include/asm/Kbuild b/arch/arc/include/asm/Kbuild > index 0b10ef2..c332604 100644 > --- a/arch/arc/include/asm/Kbuild > +++ b/arch/arc/include/asm/Kbuild > @@ -25,6 +25,7 @@ generic-y += mcs_spinlock.h > generic-y += mm-arch-hooks.h > generic-y += mman.h > generic-y += msgbuf.h > +generic-y += msi.h > generic-y += param.h > generic-y += parport.h > generic-y += pci.h > diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig > index 67f9916..6555eb7 100644 > --- a/drivers/pci/Kconfig > +++ b/drivers/pci/Kconfig > @@ -25,7 +25,7 @@ config PCI_MSI > If you don't know what to do here, say Y. > > config PCI_MSI_IRQ_DOMAIN > - def_bool ARM || ARM64 || X86 > + def_bool ARC || ARM || ARM64 || X86 > depends on PCI_MSI > select GENERIC_MSI_IRQ_DOMAIN > > -- > 1.8.1.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
[toc] | [next] | [standalone]
| From | Joao Pinto <Joao.Pinto@synopsys.com> |
|---|---|
| Date | 2016-09-06 18:20 +0200 |
| Message-ID | <sergl-4jl-1@gated-at.bofh.it> |
| In reply to | #1477569 |
On 9/6/2016 4:57 PM, Bjorn Helgaas wrote: > On Tue, Aug 09, 2016 at 04:49:37PM +0100, Joao Pinto wrote: >> To fix this, this patch adds ARC as a PCI_MSI_IRQ_DOMAIN supportive >> platform and adds the generation of msi.h in the ARC arch. >> >> Signed-off-by: Joao Pinto <jpinto@synopsys.com> > > I added Vineet's ack and put this on pci/msi for v4.9, thanks! Great! Thanks! > >> --- >> arch/arc/include/asm/Kbuild | 1 + >> drivers/pci/Kconfig | 2 +- >> 2 files changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/arch/arc/include/asm/Kbuild b/arch/arc/include/asm/Kbuild >> index 0b10ef2..c332604 100644 >> --- a/arch/arc/include/asm/Kbuild >> +++ b/arch/arc/include/asm/Kbuild >> @@ -25,6 +25,7 @@ generic-y += mcs_spinlock.h >> generic-y += mm-arch-hooks.h >> generic-y += mman.h >> generic-y += msgbuf.h >> +generic-y += msi.h >> generic-y += param.h >> generic-y += parport.h >> generic-y += pci.h >> diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig >> index 67f9916..6555eb7 100644 >> --- a/drivers/pci/Kconfig >> +++ b/drivers/pci/Kconfig >> @@ -25,7 +25,7 @@ config PCI_MSI >> If you don't know what to do here, say Y. >> >> config PCI_MSI_IRQ_DOMAIN >> - def_bool ARM || ARM64 || X86 >> + def_bool ARC || ARM || ARM64 || X86 >> depends on PCI_MSI >> select GENERIC_MSI_IRQ_DOMAIN >> >> -- >> 1.8.1.5 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web