Re: [RFC PATCH 0/3] Refactoring Videobuf2 for common use

2015-06-22 Thread Junghak Sung
Hi Hans, Thank you for your review. I reply to your comments. See below. Regards, Junghak On 06/12/2015 07:51 PM, Hans Verkuil wrote: Hi Junghak, On 06/08/2015 03:35 PM, Junghak Sung wrote: Hello everybody, This patch series refactories exsiting Videobuf2, so that not only V4L2 but also o

Re: [RFC PATCH 0/3] Refactoring Videobuf2 for common use

2015-06-12 Thread Hans Verkuil
Hi Junghak, On 06/08/2015 03:35 PM, Junghak Sung wrote: > Hello everybody, > > This patch series refactories exsiting Videobuf2, so that not only V4L2 > but also other frameworks can use it to manage buffer and utilize > queue. > > I would separate existing Videobuf2-core framework into two part

Re: [RFC PATCH 0/3] Refactoring Videobuf2 for common use

2015-06-08 Thread Junghak Sung
On 06/09/2015 02:39 AM, Mauro Carvalho Chehab wrote: Em Mon, 08 Jun 2015 16:42:48 +0200 Hans Verkuil escreveu: On 06/08/2015 03:35 PM, Junghak Sung wrote: Hello everybody, This patch series refactories exsiting Videobuf2, so that not only V4L2 but also other frameworks can use it to manage

Re: [RFC PATCH 0/3] Refactoring Videobuf2 for common use

2015-06-08 Thread Mauro Carvalho Chehab
Em Mon, 08 Jun 2015 16:42:48 +0200 Hans Verkuil escreveu: > On 06/08/2015 03:35 PM, Junghak Sung wrote: > > Hello everybody, > > > > This patch series refactories exsiting Videobuf2, so that not only V4L2 > > but also other frameworks can use it to manage buffer and utilize > > queue. > > > > I

Re: [RFC PATCH 0/3] Refactoring Videobuf2 for common use

2015-06-08 Thread Hans Verkuil
On 06/08/2015 03:35 PM, Junghak Sung wrote: > Hello everybody, > > This patch series refactories exsiting Videobuf2, so that not only V4L2 > but also other frameworks can use it to manage buffer and utilize > queue. > > I would separate existing Videobuf2-core framework into two parts - common >

[RFC PATCH 0/3] Refactoring Videobuf2 for common use

2015-06-08 Thread Junghak Sung
Hello everybody, This patch series refactories exsiting Videobuf2, so that not only V4L2 but also other frameworks can use it to manage buffer and utilize queue. I would separate existing Videobuf2-core framework into two parts - common and v4l2-specific part. This work is as follows : 1. Separa