Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1717939
| From | Ryder Lee <ryder.lee@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/3] PCI: mediatek: Add MSI support for MT2712 and MT7622 |
| Date | 2017-08-23 03:10 +0200 |
| Message-ID | <uhslc-27L-11@gated-at.bofh.it> (permalink) |
| References | <ueni1-4zq-3@gated-at.bofh.it> <uhp3Y-86X-39@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 2017-08-22 at 16:36 -0500, Bjorn Helgaas wrote: > On Mon, Aug 14, 2017 at 09:04:25PM +0800, honghui.zhang@mediatek.com wrote: > > From: Honghui Zhang <honghui.zhang@mediatek.com> > > > > MT2712 and MT7622's PCIe host controller support MSI, but only 32bit MSI > > address are supportted. It connect to GIC with the same IRQ number of INTx > > IRQ, so it shares the same IRQ with INTx IRQ. > > > > This patchset add MSI support for MT2712 and MT7622. > > Also do some code fixup and cleanups. > > > > Change Since V1: > > - Add the first two patches into this patchset. > > - Using -ENODEV instead of PTR_ERR if msi_domain == NULL > > - Change the error logs with consistency of lower-case > > - Using has_msi instead of support_msi to make the parameter name a bit shorter > > > > Honghui Zhang (3): > > PCI: mediatek: Fix return value in case of error > > PCI: mediatek: take use of bus->sysdata to get host private data > > PCI: mediatek: add msi support for MT2712 and MT7622 > > > > drivers/pci/host/pcie-mediatek.c | 157 +++++++++++++++++++++++++++++++++++++-- > > 1 file changed, 151 insertions(+), 6 deletions(-) > > Just waiting for an ack from Ryder... For whole series: Acked-by: Ryder Lee <ryder.lee@mediatek.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] PCI: mediatek: Add MSI support for MT2712 and MT7622 <honghui.zhang@mediatek.com> - 2017-08-14 15:10 +0200
[PATCH v2 3/3] PCI: mediatek: add msi support for MT2712 and MT7622 <honghui.zhang@mediatek.com> - 2017-08-14 15:10 +0200
[PATCH v2 1/3] PCI: mediatek: Fix return value in case of error <honghui.zhang@mediatek.com> - 2017-08-14 15:10 +0200
Re: [PATCH v2 0/3] PCI: mediatek: Add MSI support for MT2712 and MT7622 Bjorn Helgaas <helgaas@kernel.org> - 2017-08-22 23:40 +0200
Re: [PATCH v2 0/3] PCI: mediatek: Add MSI support for MT2712 and MT7622 Ryder Lee <ryder.lee@mediatek.com> - 2017-08-23 03:10 +0200
Re: [PATCH v2 0/3] PCI: mediatek: Add MSI support for MT2712 and MT7622 Bjorn Helgaas <helgaas@kernel.org> - 2017-08-23 21:00 +0200
csiph-web