Re: [PATCH 0/3] PCI: move DT PCI functions to PCI core

2018-01-19 Thread Michael Ellerman
Bjorn Helgaas writes: > On Thu, Jan 04, 2018 at 03:12:12PM -0600, Rob Herring wrote: >> Most subsystem specific functions have been moved into the respective >> subsystems. Only PCI and networking remain. This series moves most of the >> PCI related code to drivers/pci/of.c. Some bus address func

Re: [PATCH 0/3] PCI: move DT PCI functions to PCI core

2018-01-17 Thread Bjorn Helgaas
On Thu, Jan 04, 2018 at 03:12:12PM -0600, Rob Herring wrote: > Most subsystem specific functions have been moved into the respective > subsystems. Only PCI and networking remain. This series moves most of the > PCI related code to drivers/pci/of.c. Some bus address functions for PCI > remain in of/

Re: [PATCH 0/3] PCI: move DT PCI functions to PCI core

2018-01-17 Thread Bjorn Helgaas
On Thu, Jan 04, 2018 at 03:12:12PM -0600, Rob Herring wrote: > Most subsystem specific functions have been moved into the respective > subsystems. Only PCI and networking remain. This series moves most of the > PCI related code to drivers/pci/of.c. Some bus address functions for PCI > remain in of/

[PATCH 0/3] PCI: move DT PCI functions to PCI core

2018-01-04 Thread Rob Herring
Most subsystem specific functions have been moved into the respective subsystems. Only PCI and networking remain. This series moves most of the PCI related code to drivers/pci/of.c. Some bus address functions for PCI remain in of/address.c because we don't have infrastructure to split up the per bu