Re: [PATCH v3 06/10] VAS: Define helpers to alloc/free windows

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: > > Define helpers to allocate/free VAS window objects. These will > > be used in follow-on patches when opening/closing windows. > > > > Signed-off-by: Sukadev Bhattiprolu > > ---

Re: [PATCH v3 06/10] VAS: Define helpers to alloc/free windows

2017-03-24 Thread Michael Neuling
On Thu, 2017-03-16 at 20:33 -0700, Sukadev Bhattiprolu wrote: > Define helpers to allocate/free VAS window objects. These will > be used in follow-on patches when opening/closing windows. > > Signed-off-by: Sukadev Bhattiprolu > --- >  drivers/misc/vas/vas-window.c | 74 ++

[PATCH v3 06/10] VAS: Define helpers to alloc/free windows

2017-03-16 Thread Sukadev Bhattiprolu
Define helpers to allocate/free VAS window objects. These will be used in follow-on patches when opening/closing windows. Signed-off-by: Sukadev Bhattiprolu --- drivers/misc/vas/vas-window.c | 74 +-- 1 file changed, 72 insertions(+), 2 deletions(-) diff