Re: [PATCH v4 10/11] xen/arm: smmuv3: Replace linux functions with xen functions.

2021-01-12 Thread Bertrand Marquis
Hi Rahul, > On 8 Jan 2021, at 14:46, Rahul Singh wrote: > > Replace all Linux device tree handling function with the XEN > functions. > > Replace all Linux ktime function with the XEN time functions. > > Signed-off-by: Rahul Singh Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > Chang

Re: [PATCH v4 10/11] xen/arm: smmuv3: Replace linux functions with xen functions.

2021-01-08 Thread Stefano Stabellini
On Fri, 8 Jan 2021, Rahul Singh wrote: > Replace all Linux device tree handling function with the XEN > functions. > > Replace all Linux ktime function with the XEN time functions. > > Signed-off-by: Rahul Singh Reviewed-by: Stefano Stabellini > --- > Changes in v3: > - This patch is introd