Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-10-13 Thread Rafael J. Wysocki
Hi, On Thu, Oct 13, 2016 at 6:32 PM, Lorenzo Pieralisi wrote: > Hi Rafael, > > On Fri, Sep 30, 2016 at 05:48:01PM +0200, Rafael J. Wysocki wrote: >> On Fri, Sep 30, 2016 at 11:07 AM, Lorenzo Pieralisi >> wrote: >> > On Thu, Sep 29, 2016 at

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-10-13 Thread Rafael J. Wysocki
Hi, On Thu, Oct 13, 2016 at 6:32 PM, Lorenzo Pieralisi wrote: > Hi Rafael, > > On Fri, Sep 30, 2016 at 05:48:01PM +0200, Rafael J. Wysocki wrote: >> On Fri, Sep 30, 2016 at 11:07 AM, Lorenzo Pieralisi >> wrote: >> > On Thu, Sep 29, 2016 at 10:59:40PM +0200, Rafael J. Wysocki wrote: >> >> On

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-10-13 Thread Lorenzo Pieralisi
Hi Rafael, On Fri, Sep 30, 2016 at 05:48:01PM +0200, Rafael J. Wysocki wrote: > On Fri, Sep 30, 2016 at 11:07 AM, Lorenzo Pieralisi > wrote: > > On Thu, Sep 29, 2016 at 10:59:40PM +0200, Rafael J. Wysocki wrote: > >> On Thursday, September 29, 2016 03:15:20 PM Lorenzo

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-10-13 Thread Lorenzo Pieralisi
Hi Rafael, On Fri, Sep 30, 2016 at 05:48:01PM +0200, Rafael J. Wysocki wrote: > On Fri, Sep 30, 2016 at 11:07 AM, Lorenzo Pieralisi > wrote: > > On Thu, Sep 29, 2016 at 10:59:40PM +0200, Rafael J. Wysocki wrote: > >> On Thursday, September 29, 2016 03:15:20 PM Lorenzo Pieralisi wrote: > >> > Hi

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-30 Thread Rafael J. Wysocki
On Fri, Sep 30, 2016 at 11:07 AM, Lorenzo Pieralisi wrote: > On Thu, Sep 29, 2016 at 10:59:40PM +0200, Rafael J. Wysocki wrote: >> On Thursday, September 29, 2016 03:15:20 PM Lorenzo Pieralisi wrote: >> > Hi Rafael, >> > >> > On Fri, Sep 09, 2016 at 03:23:30PM +0100,

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-30 Thread Rafael J. Wysocki
On Fri, Sep 30, 2016 at 11:07 AM, Lorenzo Pieralisi wrote: > On Thu, Sep 29, 2016 at 10:59:40PM +0200, Rafael J. Wysocki wrote: >> On Thursday, September 29, 2016 03:15:20 PM Lorenzo Pieralisi wrote: >> > Hi Rafael, >> > >> > On Fri, Sep 09, 2016 at 03:23:30PM +0100, Lorenzo Pieralisi wrote: >> >

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-30 Thread Lorenzo Pieralisi
On Thu, Sep 29, 2016 at 10:59:40PM +0200, Rafael J. Wysocki wrote: > On Thursday, September 29, 2016 03:15:20 PM Lorenzo Pieralisi wrote: > > Hi Rafael, > > > > On Fri, Sep 09, 2016 at 03:23:30PM +0100, Lorenzo Pieralisi wrote: > > > On systems booting with a device tree, every struct device is >

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-30 Thread Lorenzo Pieralisi
On Thu, Sep 29, 2016 at 10:59:40PM +0200, Rafael J. Wysocki wrote: > On Thursday, September 29, 2016 03:15:20 PM Lorenzo Pieralisi wrote: > > Hi Rafael, > > > > On Fri, Sep 09, 2016 at 03:23:30PM +0100, Lorenzo Pieralisi wrote: > > > On systems booting with a device tree, every struct device is >

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-29 Thread Rafael J. Wysocki
On Thursday, September 29, 2016 03:15:20 PM Lorenzo Pieralisi wrote: > Hi Rafael, > > On Fri, Sep 09, 2016 at 03:23:30PM +0100, Lorenzo Pieralisi wrote: > > On systems booting with a device tree, every struct device is > > associated with a struct device_node, that represents its DT > >

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-29 Thread Rafael J. Wysocki
On Thursday, September 29, 2016 03:15:20 PM Lorenzo Pieralisi wrote: > Hi Rafael, > > On Fri, Sep 09, 2016 at 03:23:30PM +0100, Lorenzo Pieralisi wrote: > > On systems booting with a device tree, every struct device is > > associated with a struct device_node, that represents its DT > >

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-29 Thread Lorenzo Pieralisi
Hi Rafael, On Fri, Sep 09, 2016 at 03:23:30PM +0100, Lorenzo Pieralisi wrote: > On systems booting with a device tree, every struct device is > associated with a struct device_node, that represents its DT > representation. The device node can be used in generic kernel > contexts (eg IRQ

Re: [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-29 Thread Lorenzo Pieralisi
Hi Rafael, On Fri, Sep 09, 2016 at 03:23:30PM +0100, Lorenzo Pieralisi wrote: > On systems booting with a device tree, every struct device is > associated with a struct device_node, that represents its DT > representation. The device node can be used in generic kernel > contexts (eg IRQ

[PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-09 Thread Lorenzo Pieralisi
On systems booting with a device tree, every struct device is associated with a struct device_node, that represents its DT representation. The device node can be used in generic kernel contexts (eg IRQ translation, IOMMU streamid mapping), to retrieve the properties associated with the device and

[PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

2016-09-09 Thread Lorenzo Pieralisi
On systems booting with a device tree, every struct device is associated with a struct device_node, that represents its DT representation. The device node can be used in generic kernel contexts (eg IRQ translation, IOMMU streamid mapping), to retrieve the properties associated with the device and