Re: [PATCH v3 8/8] xen/arm: smmuv3: Remove linux compatibility functions.

2020-12-11 Thread Julien Grall
Hi Rahul, On 10/12/2020 16:57, Rahul Singh wrote: Replace all Linux compatible device tree handling function with the XEN functions. Right, but they were introduced in the previous patch. I dislike the idea to add code for removing afterwards (in some cases you actually do the renaming direc

Re: [PATCH v3 8/8] xen/arm: smmuv3: Remove linux compatibility functions.

2020-12-11 Thread Bertrand Marquis
Hi Rahul, > On 10 Dec 2020, at 16:57, Rahul Singh wrote: > > Replace all Linux compatible 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 >

Re: [PATCH v3 8/8] xen/arm: smmuv3: Remove linux compatibility functions.

2020-12-10 Thread Stefano Stabellini
On Thu, 10 Dec 2020, Rahul Singh wrote: > Replace all Linux compatible 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 pat

[PATCH v3 8/8] xen/arm: smmuv3: Remove linux compatibility functions.

2020-12-10 Thread Rahul Singh
Replace all Linux compatible device tree handling function with the XEN functions. Replace all Linux ktime function with the XEN time functions. Signed-off-by: Rahul Singh --- Changes in v3: - This patch is introduce in this version. --- xen/drivers/passthrough/arm/smmu-v3.c | 32 +++-