[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1544758829-10327-1-git-send-email-honghui.zhang@mediatek.com>
Date: Fri, 14 Dec 2018 11:40:29 +0800
From: <honghui.zhang@...iatek.com>
To: <lorenzo.pieralisi@....com>, <bhelgaas@...gle.com>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>, <linux-pci@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <ryder.lee@...iatek.com>,
<matthias.bgg@...il.com>
CC: <rafael.j.wysocki@...el.com>, <fred@...dlawl.com>,
<poza@...eaurora.org>, <youlin.pei@...iatek.com>,
<jianjun.wang@...iatek.com>,
Honghui Zhang <honghui.zhang@...iatek.com>
Subject: [RFC PATCH] PCI/portdrv: Support for subtractive decode bridge
From: Honghui Zhang <honghui.zhang@...iatek.com>
The Class Code for subtractive decode PCI-to-PCI bridge is 060401h,
change the class_mask values to make portdrv support this type bridge.
Signed-off-by: Honghui Zhang <honghui.zhang@...iatek.com>
---
drivers/pci/pcie/portdrv_pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci/pcie/portdrv_pci.c b/drivers/pci/pcie/portdrv_pci.c
index eef22dc..86926ea 100644
--- a/drivers/pci/pcie/portdrv_pci.c
+++ b/drivers/pci/pcie/portdrv_pci.c
@@ -179,7 +179,7 @@ static void pcie_portdrv_err_resume(struct pci_dev *dev)
*/
static const struct pci_device_id port_pci_ids[] = { {
/* handle any PCI-Express port */
- PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0),
+ PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0x01),
}, { /* end: all zeroes */ }
};
--
2.6.4
Powered by blists - more mailing lists