Re: [PATCH v2 00/16] PCI: dwc: Another round of clean-ups

2020-11-19 Thread Lorenzo Pieralisi
On Thu, 5 Nov 2020 15:11:43 -0600, Rob Herring wrote: > Here's another batch of DWC PCI host refactoring. This series primarily > moves more of the MSI, link up, and resource handling to the core > code. Beyond a couple of minor fixes, new in this version is runtime > detection of iATU regions inst

Re: [PATCH v2 00/16] PCI: dwc: Another round of clean-ups

2020-11-06 Thread Marek Szyprowski
Hi Rob, On 05.11.2020 22:11, Rob Herring wrote: > Here's another batch of DWC PCI host refactoring. This series primarily > moves more of the MSI, link up, and resource handling to the core > code. Beyond a couple of minor fixes, new in this version is runtime > detection of iATU regions instead o

[PATCH v2 00/16] PCI: dwc: Another round of clean-ups

2020-11-05 Thread Rob Herring
Here's another batch of DWC PCI host refactoring. This series primarily moves more of the MSI, link up, and resource handling to the core code. Beyond a couple of minor fixes, new in this version is runtime detection of iATU regions instead of using DT properties. No doubt I've probably broken som