RE: [PATCH v11 1/6] PCI: designware: move calculation of bus addresses to DRA7xx

2015-10-22 Thread Gabriele Paoloni
> -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 21 October 2015 23:15 > To: Wangzhou (B) > Cc: Bjorn Helgaas; jingooh...@gmail.com; pratyush.an...@gmail.com; Arnd > Bergmann; li...@arm.linux.org.uk; thomas.petazz...@free-electrons.com;

RE: [PATCH v11 1/6] PCI: designware: move calculation of bus addresses to DRA7xx

2015-10-22 Thread Gabriele Paoloni
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Bjorn Helgaas > Sent: Thursday, October 22, 2015 5:36 PM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; jingooh...@gmail.com; > pratyush.

RE: [PATCH] PCI: hisi: fix deferred probing

2015-11-12 Thread Gabriele Paoloni
Thanks Arnd, this looks ok to me Zhou Wang can you please Ack? > -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Arnd Bergmann > Sent: 12 November 2015 12:22 > To: linux-arm-ker...@lists.infradead.org > Cc: Jisheng

RE: [PATCH v13 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-11-02 Thread Gabriele Paoloni
rgmann; rmk+ker...@arm.linux.org.uk; thomas.petazzoni@free- > electrons.com; Gabriele Paoloni; lorenzo.pieral...@arm.com; > james.mo...@arm.com; liviu.du...@arm.com; ja...@lakedaemon.net; > r...@kernel.org; gabriel.fernan...@linaro.org; > minghuan.l...@freescale.com > Cc: linux-...@

RE: [PATCH V1 11/11] arm64, pci, acpi: Support for ACPI based PCI hostbridge init

2015-11-03 Thread Gabriele Paoloni
ker...@lists.infradead.org; linux- > a...@vger.kernel.org; linux-kernel@vger.kernel.org; Gabriele Paoloni; Wangzhou > (B); liudongdong (C) > Subject: Re: [PATCH V1 11/11] arm64, pci, acpi: Support for ACPI based PCI > hostbridge init > > On 11/03/2015 07:19 AM, Hanjun Guo wrote: > > On

RE: [PATCH RFC 7/7] irqchip: [Example] dummy wired interrupt/MSI bridge driver

2015-11-05 Thread Gabriele Paoloni
Hi Marc > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci-ow...@vger.kernel.org] > On Behalf Of Marc Zyngier > Sent: 04 November 2015 09:04 > To: majun (F); Thomas Gleixner; Jiang Liu; Jason Cooper > Cc: linux-arm-ker...@lists.infradead.org;

RE: [PATCH RFC 7/7] irqchip: [Example] dummy wired interrupt/MSI bridge driver

2015-11-05 Thread Gabriele Paoloni
> -Original Message- > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Thursday, November 05, 2015 9:36 AM > To: Gabriele Paoloni; majun (F); Thomas Gleixner; Jiang Liu; Jason > Cooper > Cc: linux-arm-ker...@lists.infradead.org; linux-...@vger.kernel.o

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-14 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Tuesday, October 13, 2015 12:19 PM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; Bjorn Helgaas; jingooh...@gmail.com; > pratyush.an...@gmail.com; li...@arm.linux.org.uk; >

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-14 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Wednesday, October 14, 2015 10:42 AM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; Bjorn Helgaas; jingooh...@gmail.com; > pratyush.an...@gmail.com; li...@arm.linux.org.uk; >

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-14 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Wednesday, October 14, 2015 10:04 AM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; Bjorn Helgaas; jingooh...@gmail.com; > pratyush.an...@gmail.com; li...@arm.linux.org.uk; >

RE: [PATCH RFC 4/7] genirq/msi: Make the .prepare callback reusable

2015-10-15 Thread Gabriele Paoloni
Hi Marc It looks like this patch fails to apply to 4.3-rc5 Gab > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Marc Zyngier > Sent: Thursday, October 15, 2015 4:39 PM > To: Thomas Gleixner; Jiang Liu; Jason Cooper

RE: [PATCH RFC 4/7] genirq/msi: Make the .prepare callback reusable

2015-10-16 Thread Gabriele Paoloni
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Marc Zyngier > Sent: Thursday, October 15, 2015 6:39 PM > To: Gabriele Paoloni; Thomas Gleixner; Jiang Liu; Jason Cooper > Cc: majun

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-13 Thread Gabriele Paoloni
> >> + > >> +static int __init hisi_pcie_init(void) > >> +{ > >> + return platform_driver_probe(_pcie_driver, hisi_pcie_probe); > >> +} > >> +subsys_initcall(hisi_pcie_init); > > > > Can you use module_platform_driver() or module_platform_driver_probe() > > here instead of the subsys_initcall()?

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-13 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Tuesday, October 13, 2015 12:12 PM > To: Bjorn Helgaas > Cc: Wangzhou (B); Bjorn Helgaas; jingooh...@gmail.com; > pratyush.an...@gmail.com; li...@arm.linux.org.uk; > thomas.petazz...@free-el

RE: [RFC PATCH 1/2] PCI/ACPI: Add ACPI support for non ECAM Host Bridge Controllers

2015-12-04 Thread Gabriele Paoloni
Hi Lorenzo, many thanks for your review. > -Original Message- > From: Lorenzo Pieralisi [mailto:lorenzo.pieral...@arm.com] > Sent: 03 December 2015 17:58 > To: Gabriele Paoloni > Cc: bhelg...@google.com; a...@arndb.de; will.dea...@arm.com; > catalin.mari...@arm.com; han

RE: [RFC PATCH 1/2] PCI/ACPI: Add ACPI support for non ECAM Host Bridge Controllers

2015-12-04 Thread Gabriele Paoloni
Hi Lorenzo, Arnd (thanks to you both for looking at this) > -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 04 December 2015 13:57 > To: Lorenzo Pieralisi > Cc: linux-arm-ker...@lists.infradead.org; Gabriele Paoloni; linux- > a...@vger

[RFC PATCH 0/2] PCI/ACPI: HiSi: Add ACPI support for Hip05 PCIe Host Bridge Controller

2015-12-03 Thread Gabriele Paoloni
This patchset is based on Nowicki patchset: [PATCH V1 00/11] MMCONFIG refactoring and ARM64 PCI hostbridge init based on ACPI This patchset: 1) adds ACPI support for non ECAM PCI Host Bridge Controllers 2) adds ACPI support for Hip05 PCIe Host Bridge Controller Gabriele Paoloni (1): PCI/ACPI

[RFC PATCH 1/2] PCI/ACPI: Add ACPI support for non ECAM Host Bridge Controllers

2015-12-03 Thread Gabriele Paoloni
and the global pointer "vendor_specific_ops" should be set to them accordingly. Signed-off-by: Gabriele Paoloni <gabriele.paol...@huawei.com> Signed-off-by: Liudongdong <liudongdo...@huawei.com> --- arch/arm64/kernel/pci.c| 41 ++

[RFC PATCH 2/2] PCI/ACPI: HiSi: Add ACPI support for HiSi PCIe Host Bridge

2015-12-03 Thread Gabriele Paoloni
This patch adds ACPI support for HiSilicon PCIe Host Bridge controller Signed-off-by: Liudongdong <liudongdo...@huawei.com> Signed-off-by: Gabriele Paoloni <gabriele.paol...@huawei.com> --- MAINTAINERS | 8 ++ arch/arm64/kernel/Makefile| 1 + arch/

RE: [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks.

2015-12-22 Thread Gabriele Paoloni
Hi Jon, thanks for replying > -Original Message- > From: Jon Masters [mailto:j...@redhat.com] > Sent: 21 December 2015 23:11 > To: Arnd Bergmann > Cc: Gabriele Paoloni; Tomasz Nowicki; bhelg...@google.com; > will.dea...@arm.com; catalin.mari...@arm.com; r...@rjwys

RE: [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks.

2015-12-21 Thread Gabriele Paoloni
Hi Tomasz > -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Tomasz Nowicki > Sent: 16 December 2015 15:17 > To: bhelg...@google.com; a...@arndb.de; will.dea...@arm.com; > catalin.mari...@arm.com; r...@rjwysocki.net;

RE: [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks.

2015-12-22 Thread Gabriele Paoloni
Hi Tomasz > -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Tomasz Nowicki > Sent: 22 December 2015 10:20 > To: Gabriele Paoloni; bhelg...@google.com; a...@arndb.de; > will.dea...@arm.com; catalin.

RE: [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks.

2015-12-22 Thread Gabriele Paoloni
> -Original Message- > From: Jon Masters [mailto:j...@redhat.com] > Sent: 22 December 2015 16:45 > To: Gabriele Paoloni; Arnd Bergmann > Cc: Tomasz Nowicki; bhelg...@google.com; will.dea...@arm.com; > catalin.mari...@arm.com; r...@rjwysocki.net; hanjun@linaro.org

RE: [PATCH] PCI: hisi: Add support for HiSilicon Hip06 PCIe host bridge controllers

2015-11-26 Thread Gabriele Paoloni
Hi Bjorn > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 25 November 2015 22:09 > To: Gabriele Paoloni > Cc: Wangzhou (B); linux-...@vger.kernel.org; xuwei (O); zhangjukuo; > qiuzhenfa; qiujiang; liudongdong (C); Liguozhu (Kenn

[PATCH v2] PCI: hisi: Add support for HiSilicon Hip06 PCIe host bridge controllers

2015-11-26 Thread Gabriele Paoloni
This patch adds support for HiSilicon Hip06 SoC. Documentation has been updated to include Hip06. Gabriele Paoloni has been added as maintainer of the driver Signed-off-by: Gabriele Paoloni <gabriele.paol...@huawei.com> Reviewed-by: Zhou Wang <wangzh...@hisilicon.com> --- This pa

[PATCH] PCI: hisi: Add support for HiSilicon Hip06 PCIe host bridge controllers

2015-11-18 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patch adds support for HiSilicon Hip06 SoC that implements v2 HW IP of the PCIe Host Bridge controller. Hip05 SoC references have been replaced with v1-Hip05 and references to v2-Hip06 have been added. Documentation has been u

RE: [PATCH v3 1/6] PCI: designware: remove wrong io_base assignment

2015-11-23 Thread Gabriele Paoloni
Hi Stanimir, Many Thanks for this fix > -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Arnd Bergmann > Sent: 23 November 2015 10:00 > To: Stanimir Varbanov > Cc: linux-arm-...@vger.kernel.org;

RE: PCIe regression with DRA7xx in 4.4-rc1

2015-11-24 Thread Gabriele Paoloni
l...@freescale.com; Wangzhou (B); Gabriele Paoloni; a...@arndb.de; > bhelg...@google.com; pratyush.an...@gmail.com; Nori, Sekhar; > jingooh...@gmail.com; linux-arm-ker...@lists.infradead.org > Subject: PCIe regression with DRA7xx in 4.4-rc1 > > Hi, > > I'm seeing a regression wit

RE: [RFC PATCH 1/3] pci, acpi: Match PCI config space accessors against platfrom specific ECAM quirks.

2016-06-03 Thread Gabriele Paoloni
remy.lin...@arm.com; linux- > ker...@vger.kernel.org; linux-a...@vger.kernel.org; > robert.rich...@caviumnetworks.com; suravee.suthikulpa...@amd.com; > msal...@redhat.com; Wangyijing; m...@semihalf.com; > andrea.ga...@linaro.org; linux-arm-ker...@lists.infradead.org; > liudongdong (C); Gab

RE: [bug discuss] fjes driver call trace warning, "PNP0C02" used in fjes seems like a bug,

2016-06-08 Thread Gabriele Paoloni
+TO: David Miller +CC: linux-kernel@vger.kernel.org > -Original Message- > From: Izumi, Taku [mailto:izumi.t...@jp.fujitsu.com] > Sent: 08 June 2016 03:27 > To: Gabriele Paoloni; liudongdong (C) > Cc: Linuxarm; net...@vger.kernel.org > Subject: RE: [bug discuss] fjes

RE: [RFC PATCH 1/3] pci, acpi: Match PCI config space accessors against platfrom specific ECAM quirks.

2016-06-06 Thread Gabriele Paoloni
Hi Jeffrey > -Original Message- > From: Jeffrey Hugo [mailto:jh...@codeaurora.org] > Sent: 03 June 2016 18:00 > To: Gabriele Paoloni; Christopher Covington; Tomasz Nowicki; > helg...@kernel.org; a...@arndb.de; will.dea...@arm.com; > catalin.mari...@arm.com; raf...@

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-25 Thread Gabriele Paoloni
Hi Lorenzo > -Original Message- > From: Lorenzo Pieralisi [mailto:lorenzo.pieral...@arm.com] > Sent: 24 May 2016 18:24 > To: Bjorn Helgaas > Cc: Gabriele Paoloni; Ard Biesheuvel; Jon Masters; Tomasz Nowicki; > a...@arndb.de; will.dea...@arm.com; catalin.mari

RE: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors against platfrom specific ECAM quirks

2016-06-13 Thread Gabriele Paoloni
Hi Sinan > -Original Message- > From: Sinan Kaya [mailto:ok...@codeaurora.org] > Sent: 13 June 2016 15:03 > To: Gabriele Paoloni; liudongdong (C); helg...@kernel.org; > a...@arndb.de; will.dea...@arm.com; catalin.mari...@arm.com; > raf...@kernel.org; hanjun@linaro.o

RE: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors against platfrom specific ECAM quirks

2016-06-13 Thread Gabriele Paoloni
rg; linux- > a...@vger.kernel.org; linux-kernel@vger.kernel.org; linaro- > a...@lists.linaro.org; j...@redhat.com; andrea.ga...@linaro.org; > dhd...@apm.com; jeremy.lin...@arm.com; liudongdong (C); > c...@codeaurora.org; Gabriele Paoloni; Chenxin (Charles); Linuxarm > Subject: [RF

RE: [PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller

2016-06-02 Thread Gabriele Paoloni
Hi Jon > -Original Message- > From: Jon Masters [mailto:j...@redhat.com] > Sent: 02 June 2016 08:32 > To: Gabriele Paoloni; Tomasz Nowicki; helg...@kernel.org; > a...@arndb.de; will.dea...@arm.com; catalin.mari...@arm.com; > raf...@kernel.org; hanjun@linaro.o

RE: [PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller

2016-06-02 Thread Gabriele Paoloni
Hi Tomasz > -Original Message- > From: Tomasz Nowicki [mailto:t...@semihalf.com] > Sent: 02 June 2016 09:52 > To: Gabriele Paoloni; helg...@kernel.org; a...@arndb.de; > will.dea...@arm.com; catalin.mari...@arm.com; raf...@kernel.org; > hanjun@linaro.org; lorenzo.pie

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-26 Thread Gabriele Paoloni
Hi Bjorn many thanks for your suggestions > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 24 May 2016 20:01 > To: Lorenzo Pieralisi > Cc: Gabriele Paoloni; Ard Biesheuvel; Jon Masters; Tomasz Nowicki; > a...@arndb.de; will.dea...@arm

RE: [PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller

2016-06-01 Thread Gabriele Paoloni
Hi all In v7 thread Lorenzo has summarized a roadmap to get ACPI support for PCI controllers upstream. The second point of the roadmap was << 2) In a real world (1) is not enough. Some ARM64 platforms, not entirely ECAM compliant, already shipped with the corresponding firmware that

RE: [RFC PATCH v3 2/2] ARM64/PCI: Start using quirks handling for ACPI based PCI host controller

2016-06-17 Thread Gabriele Paoloni
Hi Lorenzo and All > -Original Message- > From: Lorenzo Pieralisi [mailto:lorenzo.pieral...@arm.com] > Sent: 16 June 2016 18:49 > To: Christopher Covington > Cc: Tomasz Nowicki; Duc Dang; liudongdong (C); Sinan Kaya; Jeff Hugo; > Gabriele Paoloni; Jon Masters; Ma

RE: [RFC PATCH v2 1/3] PCI: hisi: re-architect Hip05/Hip06 controllers driver to preapare for ACPI

2016-02-08 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 08 February 2016 16:33 > To: Gabriele Paoloni > Cc: linux-arm-ker...@lists.infradead.org; Guohanjun (Hanjun Guo); > Wangzhou (B); liudongdong (C); Linuxarm; qiujiang; bhelg...@google.com; > lore

RE: [RFC PATCH v2 2/3] PCI: hisi: Make the HiSilicon PCIe host controller ECAM compliant

2016-02-08 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 08 February 2016 13:48 > To: linux-arm-ker...@lists.infradead.org > Cc: Gabriele Paoloni; Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong > (C); Linuxarm; qiujiang; bhelg...@google.com; > lore

RE: [RFC PATCH v2 1/3] PCI: hisi: re-architect Hip05/Hip06 controllers driver to preapare for ACPI

2016-02-08 Thread Gabriele Paoloni
Hi Arnd > -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 08 February 2016 13:50 > To: linux-arm-ker...@lists.infradead.org > Cc: Gabriele Paoloni; Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong > (C); Linuxarm; qiujiang; bhelg...@google.com

RE: [RFC PATCH 0/4] Add ACPI support for HiSilicon PCIe Host Controllers

2016-02-08 Thread Gabriele Paoloni
Hi Arnd, Sinan > -Original Message- > From: Sinan Kaya [mailto:ok...@codeaurora.org] > Sent: 08 February 2016 14:12 > To: Arnd Bergmann; linux-arm-ker...@lists.infradead.org > Cc: Gabriele Paoloni; lorenzo.pieral...@arm.com; j...@redhat.com; > t...@semihalf.com; linux-.

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-10 Thread Gabriele Paoloni
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Mark Rutland > Sent: 10 February 2016 11:13 > To: Gabriele Paoloni > Cc: Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong (C); Linuxarm;

[RFC PATCH v2 0/3] Add ACPI support for HiSilicon PCIe Host Controllers

2016-02-08 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patchset adds ACPI support for the HiSilicon Hip05/Hip06 SoC PCIe controllers The four patches respectively: - re-architect the current HiSilicon driver to make it scalable to the new ACPI quirks -

[RFC PATCH v2 1/3] PCI: hisi: re-architect Hip05/Hip06 controllers driver to preapare for ACPI

2016-02-08 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> re-architect the Hip05/Hip06 host controllers driver to prepare for the ACPI based driver. The common functions used also by the ACPI driver have been grouped into a new "common" file Signed-off-by: Gabriele Paolon

[RFC PATCH v2 2/3] PCI: hisi: Make the HiSilicon PCIe host controller ECAM compliant

2016-02-08 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patch modifies the current Hip05/Hip06 PCIe host controller driver to make it ECAM compliant. This is needed in preparation for the ACPI based driver to allow both DT and ACPI drivers to use the same BIOS (that configure the Desi

[RFC PATCH v2 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-08 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patch adds specific quirks for PCI config space accessors, it uses _HID to decide whether to hook pci_ops or not. Signed-off-by: Dongdong Liu <liudongdo...@huawei.com> Signed-off-by: Gabriele Paoloni <gabriele.pao

[RFC PATCH 3/4] PCI: hisi: Make the HiSilicon PCIe host controller ECAM compliant

2016-02-04 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patch modifies the current Hip05/Hip06 PCIe host controller driver to make it ECAM compliant. This is needed in preparation for the ACPI based driver to allow both DT and ACPI drivers to use the same BIOS (that configure the Desi

[RFC PATCH 1/4] PCI: Designware: Add support for ACPI based controllers

2016-02-04 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patch reworks the current Designware framework to enable ACPI based controllers. Signed-off-by: Gabriele Paoloni <gabriele.paol...@huawei.com> Signed-off-by: Dongdong Liu <liudongdo...@huawei.com> --- drivers/pci/host

[RFC PATCH 4/4] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-04 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patch adds specific quirks for PCI config space accessors, it uses _HID to decide whether to hook pci_ops or not. Signed-off-by: Dongdong Liu <liudongdo...@huawei.com> Signed-off-by: Gabriele Paoloni <gabriele.pao

[RFC PATCH 2/4] PCI: hisi: re-architect Hip05/Hip06 controllers driver to preapare for ACPI

2016-02-04 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> re-architect the Hip05/Hip06 host controllers driver to prepare for the ACPI based driver. The common functions used also by the ACPI driver have been grouped into a new "common" file Signed-off-by: Gabriele Paolon

[RFC PATCH 0/4] Add ACPI support for HiSilicon PCIe Host Controllers

2016-02-04 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patchset adds ACPI support for the HiSilicon Hip05/Hip06 SoC PCIe controllers The four patches respectively: - rework PCie Designware to be used for ACPI PCI Host controllers - re-architect the current HiSilicon

RE: [PATCH] link up validation moved to pcie-designware

2016-02-08 Thread Gabriele Paoloni
> -Original Message- > From: Joao Pinto [mailto:joao.pi...@synopsys.com] > Sent: 08 February 2016 15:12 > To: Gabriele Paoloni; Joao Pinto; helg...@kernel.org > Cc: a...@arndb.de; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org; carlos.palmi...@synopsys.com >

RE: [PATCH] link up validation moved to pcie-designware

2016-02-08 Thread Gabriele Paoloni
Hi Joao > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Joao Pinto > Sent: 08 February 2016 12:44 > To: helg...@kernel.org > Cc: a...@arndb.de; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org;

RE: [RFC PATCH 0/4] Add ACPI support for HiSilicon PCIe Host Controllers

2016-02-08 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 04 February 2016 17:02 > To: Gabriele Paoloni > Cc: Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong (C); Linuxarm; > qiujiang; bhelg...@google.com; lorenzo.pieral...@arm.com; > t...@semihalf.c

RE: [RFC PATCH v2 2/3] PCI: hisi: Make the HiSilicon PCIe host controller ECAM compliant

2016-02-08 Thread Gabriele Paoloni
Hi Arnd > -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 08 February 2016 16:30 > To: Gabriele Paoloni > Cc: linux-arm-ker...@lists.infradead.org; Guohanjun (Hanjun Guo); > Wangzhou (B); liudongdong (C); Linuxarm; qiujiang; bhelg...@google.com

RE: [RFC PATCH v2 2/3] PCI: hisi: Make the HiSilicon PCIe host controller ECAM compliant

2016-02-09 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 09 February 2016 15:32 > To: linux-arm-ker...@lists.infradead.org > Cc: Gabriele Paoloni; lorenzo.pieral...@arm.com; j...@redhat.com; > t...@semihalf.com; linux-...@vger.kernel.org; Linuxarm; xuwei

RE: [RFC PATCH v2 1/3] PCI: hisi: re-architect Hip05/Hip06 controllers driver to preapare for ACPI

2016-02-09 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 09 February 2016 16:27 > To: Gabriele Paoloni > Cc: linux-arm-ker...@lists.infradead.org; Guohanjun (Hanjun Guo); > Wangzhou (B); liudongdong (C); Linuxarm; qiujiang; bhelg...@google.com; > lore

RE: [RFC PATCH 0/4] Add ACPI support for HiSilicon PCIe Host Controllers

2016-02-04 Thread Gabriele Paoloni
Hi Arnd Thanks for looking at this > -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 04 February 2016 13:12 > To: Gabriele Paoloni > Cc: Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong (C); Linuxarm; > qiujiang; bhelg...@google.com; lorenzo

RE: [RFC PATCH 0/4] Add ACPI support for HiSilicon PCIe Host Controllers

2016-02-04 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 04 February 2016 16:07 > To: Gabriele Paoloni > Cc: Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong (C); Linuxarm; > qiujiang; bhelg...@google.com; lorenzo.pieral...@arm.com; > t...@semihalf.c

RE: [RFC PATCH 0/4] Add ACPI support for HiSilicon PCIe Host Controllers

2016-02-04 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 04 February 2016 17:02 > To: Gabriele Paoloni > Cc: Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong (C); Linuxarm; > qiujiang; bhelg...@google.com; lorenzo.pieral...@arm.com; > t...@semihalf.c

RE: [RFC PATCH v3 2/3] PCI: hisi: Add ECAM support to HiSilicon PCIe host controller

2016-02-10 Thread Gabriele Paoloni
Hi Mark, thanks for reviewing > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Mark Rutland > Sent: 09 February 2016 18:17 > To: Gabriele Paoloni > Cc: Guohanjun (Hanjun Guo); Wangzhou (B); liudong

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-10 Thread Gabriele Paoloni
Hi Mark > -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: 09 February 2016 18:24 > To: Gabriele Paoloni > Cc: Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong (C); Linuxarm; > qiujiang; bhelg...@google.com; a...@arndb.de; > lorenzo

[RFC PATCH v3 2/3] PCI: hisi: Add ECAM support to HiSilicon PCIe host controller

2016-02-09 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patch modifies the current Hip05/Hip06 PCIe host controller driver to add support for ECAM compliant platforms. This is needed in preparation for the ACPI based driver to allow both DT and ACPI drivers to use the same BIOS (that con

[RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-09 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patch adds specific quirks for PCI config space accessors, it uses _HID to decide whether to hook pci_ops or not. Signed-off-by: Dongdong Liu <liudongdo...@huawei.com> Signed-off-by: Gabriele Paoloni <gabriele.pao

[RFC PATCH v3 0/3] Add ACPI support for HiSilicon PCIe Host Controllers

2016-02-09 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> This patchset adds ACPI support for the HiSilicon Hip05/Hip06 SoC PCIe controllers The four patches respectively: - re-architect the current HiSilicon driver to make it scalable to the new ACPI quirks -

[RFC PATCH v3 1/3] PCI: hisi: re-architect Hip05/Hip06 controllers driver to preapare for ACPI

2016-02-09 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> re-architect the Hip05/Hip06 host controllers driver to prepare for the ACPI based driver. The common functions used also by the ACPI driver have been grouped into a new "common" file Signed-off-by: Gabriele Paolon

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-23 Thread Gabriele Paoloni
Hi Bjorn, many thanks for replying > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 24 February 2016 09:14 > To: Gabriele Paoloni > Cc: 'Mark Rutland'; Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong > (C); Linuxarm; qiujiang; 'b

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-24 Thread Gabriele Paoloni
Hi Bjorn > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 24 February 2016 23:26 > To: Gabriele Paoloni > Cc: 'Mark Rutland'; Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong > (C); Linuxarm; qiujiang; 'bhelg...@google.co

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-27 Thread Gabriele Paoloni
Hi Bjorn, Lorenzo Many Thanks for your replies and suggestions > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Bjorn Helgaas > Sent: 25 February 2016 19:59 > To: Lorenzo Pieralisi > Cc: Gabriele Paol

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-02-22 Thread Gabriele Paoloni
Hi Mark > -Original Message- > From: Gabriele Paoloni > Sent: 10 February 2016 22:45 > To: Mark Rutland > Cc: Guohanjun (Hanjun Guo); Wangzhou (B); liudongdong (C); Linuxarm; > qiujiang; bhelg...@google.com; a...@arndb.de; lorenzo.pieral...@arm.com; > t..

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-03-15 Thread Gabriele Paoloni
Hi Bjorn, many thanks for coming back on this > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 14 March 2016 19:17 > To: Gabriele Paoloni > Cc: Lorenzo Pieralisi; 'Mark Rutland'; Guohanjun (Hanjun Guo); Wangzhou > (B); liudongdong (C);

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-03-08 Thread Gabriele Paoloni
Hi Bjorn, Lorenzo > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 02 March 2016 15:51 > To: Lorenzo Pieralisi > Cc: Gabriele Paoloni; 'Mark Rutland'; Guohanjun (Hanjun Guo); Wangzhou > (B); liudongdong (C); Linuxarm; qiujiang; 'b

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-07 Thread Gabriele Paoloni
Hi Jisheng Thanks for your reply > -Original Message- > From: Jisheng Zhang [mailto:jszh...@marvell.com] > Sent: 07 April 2016 03:38 > To: Gabriele Paoloni; jingooh...@gmail.com; pratyush.an...@gmail.com; > bhelg...@google.com > Cc: linux-...@vger.kernel.org; linux-kern

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-07 Thread Gabriele Paoloni
Hi Pratyush Many thanks for quick replying > -Original Message- > From: Pratyush Anand [mailto:pratyush.an...@gmail.com] > Sent: 07 April 2016 07:59 > To: Gabriele Paoloni > Cc: Jisheng Zhang; jingooh...@gmail.com; bhelg...@google.com; linux- > p...@vger.kernel

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-13 Thread Gabriele Paoloni
Hi Jingoo > -Original Message- > From: Jingoo Han [mailto:jingooh...@gmail.com] > Sent: 13 April 2016 06:52 > To: Gabriele Paoloni; 'Bjorn Helgaas' > Cc: 'Jisheng Zhang'; pratyush.an...@gmail.com; bhelg...@google.com; > linux-...@vger.kernel.org; linux-kernel@vger.ker

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-08 Thread Gabriele Paoloni
Hi Bjorn Many thanks for your reply > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 07 April 2016 15:06 > To: Gabriele Paoloni > Cc: Jisheng Zhang; jingooh...@gmail.com; pratyush.an...@gmail.com; > bhelg...@google.com; linux-...@vger

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-12 Thread Gabriele Paoloni
Hi Bjorn [...] > > > > > > What's the hisi plan for resuming after suspend-to-RAM? How does > the > > > RC get reprogrammed after it loses all its state? > > > > PM is not part of the driver yet. This is planned for near > > future release so haven't made such considerations yet > > > > > >

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-06 Thread Gabriele Paoloni
Hi, sorry to be late on this > -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Jisheng Zhang > Sent: 16 March 2016 11:41 > To: jingooh...@gmail.com; pratyush.an...@gmail.com; bhelg...@google.com > Cc:

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-07 Thread Gabriele Paoloni
Hi Jisheng > -Original Message- > From: Jisheng Zhang [mailto:jszh...@marvell.com] > Sent: 07 April 2016 09:35 > To: Gabriele Paoloni > Cc: jingooh...@gmail.com; pratyush.an...@gmail.com; > bhelg...@google.com; linux-...@vger.kernel.org; linux- > ker...@vger.kern

RE: [RFC PATCH 0/4] ACPI based PCI host driver with generic ECAM

2016-03-23 Thread Gabriele Paoloni
Hi Jayachandran > -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Jayachandran C > Sent: 18 March 2016 17:48 > To: Bjorn Helgaas; Tomasz Nowicki; raf...@kernel.org > Cc: Jayachandran C; Arnd Bergmann; Will Deacon;

RE: [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-03-03 Thread Gabriele Paoloni
Hi Lorenzo, many thanks for replying > -Original Message- > From: Lorenzo Pieralisi [mailto:lorenzo.pieral...@arm.com] > Sent: 29 February 2016 11:38 > To: Gabriele Paoloni > Cc: Bjorn Helgaas; 'Mark Rutland'; Guohanjun (Hanjun Guo); Wangzhou > (B); liudongdong (C);

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-21 Thread Gabriele Paoloni
Hi Bjorn > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 21 April 2016 16:49 > To: Gabriele Paoloni > Cc: Jisheng Zhang; jingooh...@gmail.com; pratyush.an...@gmail.com; > bhelg...@google.com; linux-...@vger.kernel.org; linux- > ker...@v

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-20 Thread Gabriele Paoloni
Hi Ard > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: 20 May 2016 09:29 > To: Jon Masters > Cc: Tomasz Nowicki; Gabriele Paoloni; helg...@kernel.org; > a...@arndb.de; will.dea...@arm.com; catalin.mari...@arm.com; > raf.

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-23 Thread Gabriele Paoloni
Hi Lorenzo > -Original Message- > From: Lorenzo Pieralisi [mailto:lorenzo.pieral...@arm.com] > Sent: 23 May 2016 11:57 > To: Ard Biesheuvel > Cc: Gabriele Paoloni; Jon Masters; Tomasz Nowicki; helg...@kernel.org; > a...@arndb.de; will.dea...@arm.com; catalin.mari

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-24 Thread Gabriele Paoloni
Hi Bjorn > -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 24 May 2016 00:39 > To: Gabriele Paoloni > Cc: Lorenzo Pieralisi; Ard Biesheuvel; Jon Masters; Tomasz Nowicki; > a...@arndb.de; will.dea...@arm.com; catalin.mari...@arm.com; > raf.

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-24 Thread Gabriele Paoloni
Hi Jon > -Original Message- > From: Jon Masters [mailto:j...@redhat.com] > Sent: 24 May 2016 02:11 > To: Bjorn Helgaas > Cc: Gabriele Paoloni; Lorenzo Pieralisi; Ard Biesheuvel; Tomasz > Nowicki; a...@arndb.de; will.dea...@arm.com; catalin.mari...@arm.com; > raf.

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-20 Thread Gabriele Paoloni
Hi Ard, Jon > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: 20 May 2016 08:38 > To: Jon Masters > Cc: Tomasz Nowicki; Gabriele Paoloni; helg...@kernel.org; a...@arndb.de; > will.dea...@arm.com; catalin.mari...@arm.com; raf...@ke

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-11 Thread Gabriele Paoloni
Hi Tomasz > -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Tomasz Nowicki > Sent: 10 May 2016 16:20 > To: helg...@kernel.org; a...@arndb.de; will.dea...@arm.com; > catalin.mari...@arm.com; raf...@kernel.org;

RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller

2016-05-11 Thread Gabriele Paoloni
Hi Tomasz > -Original Message- > From: Tomasz Nowicki [mailto:t...@semihalf.com] > Sent: 11 May 2016 12:08 > To: Gabriele Paoloni; helg...@kernel.org; a...@arndb.de; > will.dea...@arm.com; catalin.mari...@arm.com; raf...@kernel.org; > hanjun@linaro.org; lorenzo.pie

[PATCH] PCI: Designware: remove wrong RC memory base/limit configuration

2016-04-15 Thread Gabriele Paoloni
From: gabriele paoloni <gabriele.paol...@huawei.com> Currently dw_pcie_setup_rc configures memory base and memory limit in the type1 configuration header for the root complex. In doing so it uses the cpu address (pp->mem_base) rather than the bus address (pp->mem_bus_addr): t

RE: [PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-04-14 Thread Gabriele Paoloni
Hi Pratyush thanks for you reply > -Original Message- > From: Pratyush Anand [mailto:pratyush.an...@gmail.com] > Sent: 14 April 2016 14:08 > To: Jingoo Han; Gabriele Paoloni > Cc: Bjorn Helgaas; Jisheng Zhang; Bjorn Helgaas; linux- > p...@vger.kernel.org; linux-kern

[PATCH v2] PCI: Designware: remove wrong RC memory base/limit configuration

2016-04-16 Thread Gabriele Paoloni
later on when pci_bus_assign_resources() is called. Therefore this patch just removes this configuration from dw_pcie_setup_rc. Signed-off-by: Gabriele Paoloni <gabriele.paol...@huawei.com> --- v1 -> v2 : removed unused variables in dw_pcie_setup_rc() --- drivers/pci/host/pcie-d

RE: [PATCH] PCI: Designware: remove wrong RC memory base/limit configuration

2016-04-16 Thread Gabriele Paoloni
> -Original Message- > From: kbuild test robot [mailto:l...@intel.com] > Sent: 15 April 2016 17:24 > To: Gabriele Paoloni > Cc: kbuild-...@01.org; pratyush.an...@gmail.com; jingooh...@gmail.com; > Gabriele Paoloni; Linuxarm; linux-...@vger.kernel.org; linux- > ker...@

RE: [RFC PATCH 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-07-12 Thread Gabriele Paoloni
ger.kernel.org; linux-a...@vger.kernel.org; linux- > ker...@vger.kernel.org; j...@redhat.com; Gabriele Paoloni; Chenxin > (Charles); Linuxarm > Subject: Re: [RFC PATCH 3/3] PCI/ACPI: hisi: Add ACPI support for > HiSilicon SoCs Host Controllers > > On Tuesday, July 12, 2

RE: [RFC PATCH 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

2016-07-12 Thread Gabriele Paoloni
> -Original Message- > From: linuxarm-boun...@huawei.com [mailto:linuxarm-boun...@huawei.com] > On Behalf Of Gabriele Paoloni > Sent: 12 July 2016 18:22 > To: Arnd Bergmann; liudongdong (C) > Cc: lorenzo.pieral...@arm.com; Chenxin (Charles); raf...@kernel.org; &

RE: [PATCH V6 4/5] LPC: Support the device-tree LPC host on Hip06/Hip07

2017-01-31 Thread Gabriele Paoloni
Hi Alex thanks for reviewing [...] > > > >>> + * The port size of legacy I/O devices is normally less than > 0x400. > >>> + * Defining the I/O range size as 0x400 here should be sufficient > for > >>> + * all peripherals under one bus. > >>> + */ > >> > >> This comment doesn't make a lot of

RE: [PATCH V6 1/5] LIB: Indirect ISA/LPC port IO introduced

2017-02-01 Thread Gabriele Paoloni
Hi Alex > -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] [...] > >> > >> I like the extio idea. That allows us to handle all PIO requests on > >> platforms that don't have native PIO support via different routes > >> depending on the region they're in. Unfortunately we

RE: [PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-03-02 Thread Gabriele Paoloni
rnel.org; linux-a...@vger.kernel.org; Lorenzo > Pieralisi; Bjorn Helgaas; Gabriele Paoloni; Wangzhou (B) > Subject: [PATCH 14/20] PCI: hisi: update PCI config space remap > function > > PCI configuration space should be mapped with a memory region type that > generates on the CPU host

  1   2   3   4   5   >