[Xen-devel] [RFC PATCH 02/19] xen/arm: its: Import GICv3 ITS driver from linux

2015-03-02 Thread vijay . kilari
From: Vijaya Kumar K This is actual GICv3 ITS driver from linux. No xen related changes are made and is not compiled. This helps to import any issues found in linux Signed-off-by: Vijaya Kumar K --- xen/arch/arm/gic-v3-its.c | 1348 + 1 file changed

Re: [Xen-devel] [RFC PATCH 02/19] xen/arm: its: Import GICv3 ITS driver from linux

2015-03-13 Thread Julien Grall
Hello Vijay, On 02/03/2015 12:30, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K This is actual GICv3 ITS driver from linux. No xen related changes are made and is not compiled. This helps to import any issues found in linux Can you provide the commit ID you used to pick the file? AFAI

Re: [Xen-devel] [RFC PATCH 02/19] xen/arm: its: Import GICv3 ITS driver from linux

2015-03-13 Thread Julien Grall
On 13/03/2015 10:24, Julien Grall wrote: Hello Vijay, On 02/03/2015 12:30, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K This is actual GICv3 ITS driver from linux. No xen related changes are made and is not compiled. This helps to import any issues found in linux Can you provide th

Re: [Xen-devel] [RFC PATCH 02/19] xen/arm: its: Import GICv3 ITS driver from linux

2015-03-16 Thread Vijay Kilari
On Fri, Mar 13, 2015 at 4:05 PM, Julien Grall wrote: > > > On 13/03/2015 10:24, Julien Grall wrote: >> >> Hello Vijay, >> >> On 02/03/2015 12:30, vijay.kil...@gmail.com wrote: >>> >>> From: Vijaya Kumar K >>> >>> This is actual GICv3 ITS driver from linux. >>> No xen related changes are made and

Re: [Xen-devel] [RFC PATCH 02/19] xen/arm: its: Import GICv3 ITS driver from linux

2015-03-16 Thread Stefano Stabellini
On Mon, 16 Mar 2015, Vijay Kilari wrote: > On Fri, Mar 13, 2015 at 4:05 PM, Julien Grall wrote: > > > > > > On 13/03/2015 10:24, Julien Grall wrote: > >> > >> Hello Vijay, > >> > >> On 02/03/2015 12:30, vijay.kil...@gmail.com wrote: > >>> > >>> From: Vijaya Kumar K > >>> > >>> This is actual GICv

Re: [Xen-devel] [RFC PATCH 02/19] xen/arm: its: Import GICv3 ITS driver from linux

2015-03-16 Thread Julien Grall
On 16/03/15 10:12, Stefano Stabellini wrote: >>> BTW this is not even a copy from Linux. You replaced all the hard tab by >>> space... >> >> Yes, I replaced tabs. Whats the ways of copying linux driver to Xen. >> Should we keep and maintain coding style as well? > > If it is the Linux driver you a

Re: [Xen-devel] [RFC PATCH 02/19] xen/arm: its: Import GICv3 ITS driver from linux

2015-03-16 Thread Julien Grall
Hi Vijay, On 16/03/15 09:55, Vijay Kilari wrote: > On Fri, Mar 13, 2015 at 4:05 PM, Julien Grall wrote: >> >> >> On 13/03/2015 10:24, Julien Grall wrote: >>> >>> Hello Vijay, >>> >>> On 02/03/2015 12:30, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K This is actual GICv3

Re: [Xen-devel] [RFC PATCH 02/19] xen/arm: its: Import GICv3 ITS driver from linux

2015-03-16 Thread Vijay Kilari
On Mon, Mar 16, 2015 at 6:45 PM, Julien Grall wrote: > Hi Vijay, > > On 16/03/15 09:55, Vijay Kilari wrote: >> On Fri, Mar 13, 2015 at 4:05 PM, Julien Grall >> wrote: >>> >>> >>> On 13/03/2015 10:24, Julien Grall wrote: Hello Vijay, On 02/03/2015 12:30, vijay.kil...@gmail.com