Re: [PATCH v3 03/10] VAS: Define vas_init() and vas_exit()

2017-03-24 Thread Sukadev Bhattiprolu
Michael Neuling [michael.neul...@au1.ibm.com] wrote: > On Thu, 2017-03-16 at 20:33 -0700, Sukadev Bhattiprolu wrote: > > Implement vas_init() and vas_exit() functions for a new VAS module. > > This VAS module is essentially a library for other device drivers > > and kernel users of the NX

Re: [PATCH v3 03/10] VAS: Define vas_init() and vas_exit()

2017-03-23 Thread Michael Neuling
On Thu, 2017-03-16 at 20:33 -0700, Sukadev Bhattiprolu wrote: > Implement vas_init() and vas_exit() functions for a new VAS module. > This VAS module is essentially a library for other device drivers > and kernel users of the NX coprocessors like NX-842 and NX-GZIP. > > Signed-off-by: Sukadev

Re: [PATCH v3 03/10] VAS: Define vas_init() and vas_exit()

2017-03-23 Thread Sukadev Bhattiprolu
Michael Neuling [michael.neul...@au1.ibm.com] wrote: > On Thu, 2017-03-16 at 20:33 -0700, Sukadev Bhattiprolu wrote: > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -3673,8 +3673,6 @@ F:arch/powerpc/platforms/powernv/pci-cxl.c > >  F: drivers/misc/cxl/ > >  F: include/misc/cxl*

Re: [PATCH v3 03/10] VAS: Define vas_init() and vas_exit()

2017-03-23 Thread Michael Neuling
On Thu, 2017-03-16 at 20:33 -0700, Sukadev Bhattiprolu wrote: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3673,8 +3673,6 @@ F:arch/powerpc/platforms/powernv/pci-cxl.c >  F: drivers/misc/cxl/ >  F: include/misc/cxl* >  F: include/uapi/misc/cxl.h > -F: 

[PATCH v3 03/10] VAS: Define vas_init() and vas_exit()

2017-03-16 Thread Sukadev Bhattiprolu
Implement vas_init() and vas_exit() functions for a new VAS module. This VAS module is essentially a library for other device drivers and kernel users of the NX coprocessors like NX-842 and NX-GZIP. Signed-off-by: Sukadev Bhattiprolu --- Changelog[v3]: - Zero