Re: [RFC PATCH 3/7] iommu: add new iommu_ops callback for adding a device with a set of IDs

2014-09-01 Thread Arnd Bergmann
On Monday 01 September 2014 10:13:22 Thierry Reding wrote: On Fri, Aug 29, 2014 at 04:54:26PM +0100, Will Deacon wrote: This patch adds a new function to the iommu_ops structure to allow a device to be added to a specific IOMMU instance along with a set of opaque IDs that are used

Re: [RFC PATCH 3/7] iommu: add new iommu_ops callback for adding a device with a set of IDs

2014-09-01 Thread Will Deacon
On Mon, Sep 01, 2014 at 03:39:16PM +0100, Arnd Bergmann wrote: On Monday 01 September 2014 10:13:22 Thierry Reding wrote: On Fri, Aug 29, 2014 at 04:54:26PM +0100, Will Deacon wrote: diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 20f9a527922a..3dd1b99c4542 100644 ---

Re: [RFC PATCH 3/7] iommu: add new iommu_ops callback for adding a device with a set of IDs

2014-09-01 Thread Arnd Bergmann
On Monday 01 September 2014 17:34:00 Will Deacon wrote: On Mon, Sep 01, 2014 at 03:39:16PM +0100, Arnd Bergmann wrote: On Monday 01 September 2014 10:13:22 Thierry Reding wrote: On Fri, Aug 29, 2014 at 04:54:26PM +0100, Will Deacon wrote: diff --git a/include/linux/iommu.h