Re: [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

2015-09-03 Thread Suman Anna
Hi Tony, Sorry for the long delay in getting back on this. I will repost the series once 4.3-rc1 is out, but at the moment I do not think any changes are required. Let me know if you still need any additional details. On 07/23/2015 02:24 AM, Tony Lindgren wrote: > * Suman Anna [150722 0

Re: [RFC PATCH v3 3/3] vfio: platform: return device properties as arrays of unsigned integers

2015-09-03 Thread Eric Auger
On 12/19/2014 10:20 PM, Antonios Motakis wrote: > Certain properties of a device are accessible as an array of unsigned > integers, either u64, u32, u16, or u8. Let the VFIO user query this > type of device properties. > > Signed-off-by: Antonios Motakis > --- > drivers/vfio/platform/properties.

Re: [RFC PATCH v3 2/3] vfio: platform: access device property as a list of strings

2015-09-03 Thread Eric Auger
On 12/19/2014 10:20 PM, Antonios Motakis wrote: > Certain device properties (e.g. the device node name, the compatible > string), are available as a list of strings (separated by the null > terminating character). Let the VFIO user query this type of properties. > > Signed-off-by: Antonios Motakis

Re: [RFC PATCH v3 1/3] vfio: platform: add device properties skeleton and user API

2015-09-03 Thread Eric Auger
On 12/19/2014 10:20 PM, Antonios Motakis wrote: > This patch introduced the API to return device properties about This patch introduces an API that allows to return device node properties of a device bound to the vfio-platform/vfio-amba driver? > a PLATFORM device (if described by a device tree or

Re: [RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device

2015-09-03 Thread Eric Auger
Dear all, On 09/03/2015 09:42 AM, Baptiste Reynal wrote: > On Wed, Sep 2, 2015 at 6:52 PM, Alex Williamson > wrote: >> On Wed, 2015-09-02 at 11:49 +0200, Baptiste Reynal wrote: >>> On Wed, Sep 2, 2015 at 11:21 AM, Christoffer Dall >>> wrote: On Wed, Sep 02, 2015 at 09:21:26AM +0200, Baptiste

Re: [RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device

2015-09-03 Thread Alex Williamson
On Thu, 2015-09-03 at 10:49 +0200, Christoffer Dall wrote: > On Thu, Sep 03, 2015 at 09:42:32AM +0200, Baptiste Reynal wrote: > > On Wed, Sep 2, 2015 at 6:52 PM, Alex Williamson > > wrote: > > > On Wed, 2015-09-02 at 11:49 +0200, Baptiste Reynal wrote: > > >> On Wed, Sep 2, 2015 at 11:21 AM, Chris

Re: [RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device

2015-09-03 Thread Christoffer Dall
On Thu, Sep 03, 2015 at 09:42:32AM +0200, Baptiste Reynal wrote: > On Wed, Sep 2, 2015 at 6:52 PM, Alex Williamson > wrote: > > On Wed, 2015-09-02 at 11:49 +0200, Baptiste Reynal wrote: > >> On Wed, Sep 2, 2015 at 11:21 AM, Christoffer Dall > >> wrote: > >> > On Wed, Sep 02, 2015 at 09:21:26AM +0

Re: [RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device

2015-09-03 Thread Baptiste Reynal
On Wed, Sep 2, 2015 at 6:52 PM, Alex Williamson wrote: > On Wed, 2015-09-02 at 11:49 +0200, Baptiste Reynal wrote: >> On Wed, Sep 2, 2015 at 11:21 AM, Christoffer Dall >> wrote: >> > On Wed, Sep 02, 2015 at 09:21:26AM +0200, Baptiste Reynal wrote: >> >> On Tue, Sep 1, 2015 at 5:52 PM, Christoffer