Re: [PATCH] PCI: Move ATS declarations to linux/pci-ats.h

2019-09-30 Thread Bjorn Helgaas
On Sat, Sep 14, 2019 at 11:30:32PM +0200, Krzysztof Wilczynski wrote: > Move ATS function prototypes from include/linux/pci.h > to include/linux/pci-ats.h as the ATS, PRI, and PASID > interfaces are related, and are used only by the IOMMU > drivers. This effecively reverts the change done in > com

[PATCH] PCI: Move ATS declarations to linux/pci-ats.h

2019-09-14 Thread Krzysztof Wilczynski
Move ATS function prototypes from include/linux/pci.h to include/linux/pci-ats.h as the ATS, PRI, and PASID interfaces are related, and are used only by the IOMMU drivers. This effecively reverts the change done in commit ff9bee895c4d ("PCI: Move ATS declarations to linux/pci.h so they're all toge