Re: [PATCH] PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS

2018-05-30 Thread Bjorn Helgaas
On Fri, May 18, 2018 at 05:31:07PM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Host bridge drivers do not use the portdrv interfaces (struct pcie_device, > struct pcie_port_service_driver, pcie_port_service_register(), etc), and > they should not select CONFIG_PCIEPORTBUS. > > If

Re: [PATCH] PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS

2018-05-30 Thread Bjorn Helgaas
On Fri, May 18, 2018 at 05:31:07PM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Host bridge drivers do not use the portdrv interfaces (struct pcie_device, > struct pcie_port_service_driver, pcie_port_service_register(), etc), and > they should not select CONFIG_PCIEPORTBUS. > > If

[PATCH] PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS

2018-05-18 Thread Bjorn Helgaas
From: Bjorn Helgaas Host bridge drivers do not use the portdrv interfaces (struct pcie_device, struct pcie_port_service_driver, pcie_port_service_register(), etc), and they should not select CONFIG_PCIEPORTBUS. If users need the portdrv services, they can select

[PATCH] PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS

2018-05-18 Thread Bjorn Helgaas
From: Bjorn Helgaas Host bridge drivers do not use the portdrv interfaces (struct pcie_device, struct pcie_port_service_driver, pcie_port_service_register(), etc), and they should not select CONFIG_PCIEPORTBUS. If users need the portdrv services, they can select CONFIG_PCIEPORTBUS just like all