[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V4 7/8] iommu/arm: Introduce iommu_add_dt_device API
On 13.09.2019 17:35, Oleksandr Tyshchenko wrote: > --- a/xen/include/xen/iommu.h > +++ b/xen/include/xen/iommu.h > @@ -239,6 +239,16 @@ struct iommu_ops { > int __must_check (*iotlb_flush_all)(struct domain *d); > int (*get_reserved_device_memory)(iommu_grdm_t *, void *); > void (*dump_p2m_table)(struct domain *d); > + > +#ifdef CONFIG_HAS_DEVICE_TREE > + /* > + * All IOMMU drivers which support generic IOMMU DT bindings should use > + * this callback. This is a way for the framework to provide the driver > + * with DT IOMMU specifier which describes the IOMMU master interfaces of > + * that device (device IDs, etc). > + */ > + int (*dt_xlate)(device_t *dev, struct dt_phandle_args *args); > +#endif > }; Before I give my ack on this, would you please clarify whether indeed both parameters are intended to be written to by the hook function? If not, either or both should get "const" added. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |