Re: [PATCH v3 09/17] xen/arm: Add support for PCI init to initialize the PCI driver.

2021-09-29 Thread Bertrand Marquis
Hi Rahul, > On 28 Sep 2021, at 19:18, Rahul Singh wrote: > > pci_init(..) will be called during xen startup to initialize and probe > the PCI host-bridge driver. > > Signed-off-by: Rahul Singh Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > Change in v3: > - Some nit for device_init(.

Re: [PATCH v3 09/17] xen/arm: Add support for PCI init to initialize the PCI driver.

2021-09-28 Thread Stefano Stabellini
On Tue, 28 Sep 2021, Rahul Singh wrote: > pci_init(..) will be called during xen startup to initialize and probe > the PCI host-bridge driver. > > Signed-off-by: Rahul Singh Reviewed-by: Stefano Stabellini > --- > Change in v3: > - Some nit for device_init(..) return logic > - Remove inline f

[PATCH v3 09/17] xen/arm: Add support for PCI init to initialize the PCI driver.

2021-09-28 Thread Rahul Singh
pci_init(..) will be called during xen startup to initialize and probe the PCI host-bridge driver. Signed-off-by: Rahul Singh --- Change in v3: - Some nit for device_init(..) return logic - Remove inline from acpi_pci_init(..) - Modify return value for apci_pci_init(..) to return -EOPNOTSUPP Chan