Re: [PATCH v4 00/17] media: blackfin: bfin_capture enhancements

2015-05-05 Thread Scott Jiang
2015-04-24 18:04 GMT+08:00 Hans Verkuil : > On 04/10/2015 12:42 PM, Scott Jiang wrote: >> Hi Hans, >> >>>> >>>> Hans, I tried to use v4l2-compliance but it failed to compile. Sorry >>>> for telling you it have passed compilation because I forg

Re: [PATCH v4 00/17] media: blackfin: bfin_capture enhancements

2015-03-26 Thread Scott Jiang
capture: drop bcap_get_unmapped_area() > media: blackfin: bfin_capture: embed video_device struct in > bcap_device > > drivers/media/platform/blackfin/bfin_capture.c | 348 > ++++----- > 1 file changed, 103 insertions(+), 245 deletions(-) > for patch

Re: [PATCH v3 00/15] media: blackfin: bfin_capture enhancements

2015-03-05 Thread Scott Jiang
Hi Hans, > > On Tue, Mar 3, 2015 at 9:39 AM, Hans Verkuil wrote: >> On 03/03/2015 10:30 AM, Lad, Prabhakar wrote: >>> Hi Hans, >>> >>> On Tue, Mar 3, 2015 at 8:49 AM, Hans Verkuil wrote: >>>> On 03/02/2015 08:57 AM, Scott Jiang wrote: >>&

Re: [PATCH v3 00/15] media: blackfin: bfin_capture enhancements

2015-03-01 Thread Scott Jiang
bfin_capture: add support for VIDIOC_EXPBUF > media: blackfin: bfin_capture: set v4l2 buffer sequence > > drivers/media/platform/blackfin/bfin_capture.c | 306 > ++++----- > 1 file changed, 94 insertions(+), 212 deletions(-) > > -- For all these patches, Acked-by:

Re: [PATCH v2 08/15] media: blackfin: bfin_capture: use vb2_ioctl_* helpers

2015-02-03 Thread Scott Jiang
Hi Lad, 2015-01-23 6:18 GMT+08:00 Lad, Prabhakar : > this patch adds support to vb2_ioctl_* helpers. > > Signed-off-by: Lad, Prabhakar > --- > drivers/media/platform/blackfin/bfin_capture.c | 108 > ++--- > 1 file changed, 23 insertions(+), 85 deletions(-) > > diff --git a/d

Re: [PATCH v2 00/15] media: blackfin: bfin_capture enhancements

2015-02-03 Thread Scott Jiang
Hi Hans, >> On Thu, Jan 22, 2015 at 10:18 PM, Lad, Prabhakar >> wrote: >>> This patch series, enhances blackfin capture driver with >>> vb2 helpers. >>> >>> Changes for v2: >>> -- >>> Only patches 5/15 and 8/15 as per Scott's suggestions. >>> >>> Lad, Prabhakar (15): >>> media: bla

Re: [PATCH 00/15] media: blackfin: bfin_capture enhancements

2015-01-21 Thread Scott Jiang
Hi Lad, >> >> Although I was on holiday but couldn't resist myself from working, >> since I was away from my hardware I had to choose a different one, >> blackfin driver was lucky one. Since I don't have the blackfin >> board I haven't tested them on the actual board, but just compile >> tested, C

Re: [PATCH 08/15] media: blackfin: bfin_capture: use vb2_ioctl_* helpers

2015-01-21 Thread Scott Jiang
2014-12-20 18:47 GMT+08:00 Lad, Prabhakar : > this patch adds support to vb2_ioctl_* helpers. > > Signed-off-by: Lad, Prabhakar > --- > drivers/media/platform/blackfin/bfin_capture.c | 107 > + > 1 file changed, 22 insertions(+), 85 deletions(-) > > diff --git a/drivers/m

Re: [PATCH 05/15] media: blackfin: bfin_capture: improve queue_setup() callback

2015-01-21 Thread Scott Jiang
2014-12-20 18:47 GMT+08:00 Lad, Prabhakar : > this patch improves the queue_setup() callback. > > Signed-off-by: Lad, Prabhakar > --- > drivers/media/platform/blackfin/bfin_capture.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/drivers/media/platform/blackfi

Re: [PATCH 00/15] media: blackfin: bfin_capture enhancements

2014-12-25 Thread Scott Jiang
Hi Lad, I'm on holiday these days. I will test these patches later. Thanks, Scott 2014-12-20 18:47 GMT+08:00 Lad, Prabhakar : > Hi Scott, > > Although I was on holiday but couldn't resist myself from working, > since I was away from my hardware I had to choose a different one, > blackfin driver