Re: [RFC PATCH v2] PCI/portdrv: Support for subtractive decode bridge

2019-02-14 Thread Bjorn Helgaas
On Thu, Feb 14, 2019 at 01:21:17PM +0800, honghui.zh...@mediatek.com wrote: > From: Honghui Zhang > > The Class Code for subtractive decode PCI-to-PCI bridge is 060401h, > add one entry to make portdrv support this type bridge. > > Signed-off-by: Honghui Zhang Applied to pci/portdrv for v5.1,

[RFC PATCH v2] PCI/portdrv: Support for subtractive decode bridge

2019-02-13 Thread honghui.zhang
From: Honghui Zhang The Class Code for subtractive decode PCI-to-PCI bridge is 060401h, add one entry to make portdrv support this type bridge. Signed-off-by: Honghui Zhang --- drivers/pci/pcie/portdrv_pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pci/pcie/portdrv_pci.c b