Re: [PATCH v3 0/9] Add PCI ATS support to Arm SMMUv3

2019-04-23 Thread Will Deacon
On Wed, Apr 17, 2019 at 07:24:39PM +0100, Jean-Philippe Brucker wrote: > This series enables PCI ATS in SMMUv3. Changes since v2 [1]: > > * Fix build failure when building arm-smmu-v3 without CONFIG_PCI > Patches 1 and 2 are new. > > * Only enable ATS if the root complex supports it. For the mo

[PATCH v3 0/9] Add PCI ATS support to Arm SMMUv3

2019-04-17 Thread Jean-Philippe Brucker
This series enables PCI ATS in SMMUv3. Changes since v2 [1]: * Fix build failure when building arm-smmu-v3 without CONFIG_PCI Patches 1 and 2 are new. * Only enable ATS if the root complex supports it. For the moment, only IORT provides this information. I have patches for devicetree but th