Re: [Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-08-28 Thread Goel, Sameer
On 6/12/2017 6:40 AM, Julien Grall wrote: > Hi, > > On 08/06/17 22:57, Stefano Stabellini wrote: >> On Thu, 8 Jun 2017, Goel, Sameer wrote: > diff --git a/xen/include/xen/fwnode.h b/xen/include/xen/fwnode.h > new file mode 100644 > index 000..db65b15 > --- /dev/null > +++

Re: [Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-08-28 Thread Goel, Sameer
On 6/12/2017 6:51 AM, Julien Grall wrote: > Hi Sameer, > > On 08/06/17 22:42, Goel, Sameer wrote: >> On 6/8/2017 1:59 PM, Julien Grall wrote: >>> >>> >>> On 08/06/2017 20:30, Sameer Goel wrote: This will be used as a device property to match the DMA capable devices with the associated

Re: [Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-06-12 Thread Julien Grall
Hi Sameer, On 08/06/17 22:42, Goel, Sameer wrote: On 6/8/2017 1:59 PM, Julien Grall wrote: On 08/06/2017 20:30, Sameer Goel wrote: This will be used as a device property to match the DMA capable devices with the associated SMMU. The header file is a port from linux. Linux ChangeId:ce793486e

Re: [Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-06-12 Thread Julien Grall
Hi, On 08/06/17 22:57, Stefano Stabellini wrote: On Thu, 8 Jun 2017, Goel, Sameer wrote: diff --git a/xen/include/xen/fwnode.h b/xen/include/xen/fwnode.h new file mode 100644 index 000..db65b15 --- /dev/null +++ b/xen/include/xen/fwnode.h @@ -0,0 +1,35 @@ +/* + * fwnode.h - Firmware device

Re: [Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-06-08 Thread Stefano Stabellini
On Thu, 8 Jun 2017, Goel, Sameer wrote: > >> diff --git a/xen/include/xen/fwnode.h b/xen/include/xen/fwnode.h > >> new file mode 100644 > >> index 000..db65b15 > >> --- /dev/null > >> +++ b/xen/include/xen/fwnode.h > >> @@ -0,0 +1,35 @@ > >> +/* > >> + * fwnode.h - Firmware device node object h

Re: [Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-06-08 Thread Goel, Sameer
On 6/8/2017 1:59 PM, Julien Grall wrote: > > > On 08/06/2017 20:30, Sameer Goel wrote: >> This will be used as a device property to match the DMA capable devices >> with the associated SMMU. The header file is a port from linux. >> >> Linux ChangeId:ce793486e23e: driver core / ACPI: Represent ACP

Re: [Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-06-08 Thread Julien Grall
On 08/06/2017 20:30, Sameer Goel wrote: This will be used as a device property to match the DMA capable devices with the associated SMMU. The header file is a port from linux. Linux ChangeId:ce793486e23e: driver core / ACPI: Represent ACPI companions using fwnode_handle Signed-off-by: Sameer

Re: [Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-06-08 Thread Julien Grall
Hi, Please CC all the relevant maintainers on this patch. On 08/06/2017 20:30, Sameer Goel wrote: This will be used as a device property to match the DMA capable devices with the associated SMMU. The header file is a port from linux. Linux ChangeId:ce793486e23e: driver core / ACPI: Represent A

[Xen-devel] [RFC 2/6] arm64: Add definitions for fwnode_handle

2017-06-08 Thread Sameer Goel
This will be used as a device property to match the DMA capable devices with the associated SMMU. The header file is a port from linux. Linux ChangeId:ce793486e23e: driver core / ACPI: Represent ACPI companions using fwnode_handle Signed-off-by: Sameer Goel --- xen/include/asm-arm/device.h | 2