Re: [Linaro-mm-sig] [PATCHv16 0/9] Contiguous Memory Allocator

2011-10-09 Thread Ohad Ben-Cohen
On Fri, Oct 7, 2011 at 6:27 PM, Arnd Bergmann wrote: > IMHO it would be good to merge the entire series into 3.2, since > the ARM portion fixes an important bug (double mapping of memory > ranges with conflicting attributes) that we've lived with for far > too long, but it really depends on how ev

Re: omap3-isp status

2011-10-09 Thread Javier Martinez Canillas
On Mon, Oct 10, 2011 at 12:35 AM, Enrico wrote: > On Sat, Oct 8, 2011 at 6:11 PM, Javier Martinez Canillas > wrote: >> Yes, I'll cook a patch today on top on your omap3isp-yuv and send for >> review. I won't be able to test neither since I don't have proper >> hardware at home. But at least you w

Re: omap3-isp status

2011-10-09 Thread Enrico
On Sat, Oct 8, 2011 at 6:11 PM, Javier Martinez Canillas wrote: > Yes, I'll cook a patch today on top on your omap3isp-yuv and send for > review. I won't be able to test neither since I don't have proper > hardware at home. But at least you will get an idea of the approach we > are using to solve

Re: [PATCH 0/2] Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 7:12 PM, Laurent Pinchart wrote: > Hi Javier, > > Thanks for the patches. > > On Sunday 09 October 2011 04:37:31 Javier Martinez Canillas wrote: >> This patch-set aims to add support to the ISP CCDC driver to process >> interlaced video data in ITU-R BT.656 format. >> >> The

cron job: media_tree daily build: WARNINGS

2011-10-09 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sun Oct 9 19:00:18 CEST 2011 git hash:e30528854797f057aa6ffb6dc9f890e923c467fd gcc version: i686-linux-gcc (GC

Re: [PATCH 0/2] Add support to ITU-R BT.656 video data format

2011-10-09 Thread Laurent Pinchart
Hi Javier, Thanks for the patches. On Sunday 09 October 2011 04:37:31 Javier Martinez Canillas wrote: > This patch-set aims to add support to the ISP CCDC driver to process > interlaced video data in ITU-R BT.656 format. > > The patch-set contains the following patches: > > [PATCH 1/2] omap3isp

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 2:58 PM, Enrico wrote: > On Sun, Oct 9, 2011 at 12:02 PM, Laurent Pinchart > wrote: >> Hi Javier, >> >> Thanks for the patch. > > Laurent, apart from the specific comments on Javier code, did you have > a look at Deepthy patches too? > > I say this because asking Javier for

[PATCH v2 3/3] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
This patch adds to the ISP CCDC driver the ability to deinterlace video data when configured in interlaced mode and send progressive frames to user-space V4L2 applications. Signed-off-by: Javier Martinez Canillas --- drivers/media/video/omap3isp/ispccdc.c | 104 ++--

[PATCH v2 2/3] omap3isp: ccdc: Add interlaced count field to isp_ccdc_device

2011-10-09 Thread Javier Martinez Canillas
When configured in interlaced field mode, the ISP CCDC has to know which sub-frame of the current frame is processing. Signed-off-by: Javier Martinez Canillas --- drivers/media/video/omap3isp/ispccdc.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/

[PATCH v2 1/3] omap3isp: ccdc: Add interlaced field mode to platform data

2011-10-09 Thread Javier Martinez Canillas
The fldmode field from the CCDC_SYN_MODE register configure the ISP CCDC between progresive and interlaced mode. Adding this field to the platform data, allows boards to configure accordingly. Signed-off-by: Javier Martinez Canillas --- include/media/omap3isp.h |3 +++ 1 files changed, 3 in

Re: [PATCH v2 3/3] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 3:26 PM, Javier Martinez Canillas wrote: > This patch adds to the ISP CCDC driver the ability to deinterlace video > data when configured in interlaced mode and send progressive frames to > user-space V4L2 applications. > > Signed-off-by: Javier Martinez Canillas > --- >  d

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 2:58 PM, Enrico wrote: > On Sun, Oct 9, 2011 at 12:02 PM, Laurent Pinchart > wrote: >> Hi Javier, >> >> Thanks for the patch. > > Laurent, apart from the specific comments on Javier code, did you have > a look at Deepthy patches too? > > I say this because asking Javier for

[PATCH v2 3/3] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
This patch adds to the ISP CCDC driver the ability to deinterlace video data when configured in interlaced mode and send progressive frames to user-space V4L2 applications. Signed-off-by: Javier Martinez Canillas --- drivers/media/video/omap3isp/ispccdc.c | 104 ++--

[PATCH v2 2/3] omap3isp: ccdc: Add interlaced count field to isp_ccdc_device

2011-10-09 Thread Javier Martinez Canillas
When configured in interlaced field mode, the ISP CCDC has to know which sub-frame of the current frame is processing. Signed-off-by: Javier Martinez Canillas --- drivers/media/video/omap3isp/ispccdc.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/

[PATCH v2 1/3] omap3isp: ccdc: Add interlaced field mode to platform data

2011-10-09 Thread Javier Martinez Canillas
The fldmode field from the CCDC_SYN_MODE register configure the ISP CCDC between progresive and interlaced mode. Adding this field to the platform data, allows boards to configure accordingly. Signed-off-by: Javier Martinez Canillas --- include/media/omap3isp.h |3 +++ 1 files changed, 3 in

[PATCH v2 0/2] Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
Hello folks, This is a v2 patch-set that aims to add support to the ISP CCDC driver to process video in interlaced mode. The patch-set contains the following patches: [PATCH v2 1/3] omap3isp: ccdc: Add interlaced field mode to platform data [PATCH v2 2/3] omap3isp: ccdc: Add interlaced count fie

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Enrico
On Sun, Oct 9, 2011 at 12:02 PM, Laurent Pinchart wrote: > Hi Javier, > > Thanks for the patch. Laurent, apart from the specific comments on Javier code, did you have a look at Deepthy patches too? I say this because asking Javier for fixes means (to me) that you are going to merge his patches (

Re: Stream degrades when going through CAM

2011-10-09 Thread Roger Mårtensson
Roger Mårtensson skrev 2011-10-08 12:32: Hej(Hello)! The hardware I got is a mystique DVB-C Card but it seems to a KNC1 TV-Station MK3 clone. 08:01.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01) Subsystem: KNC One Device [1894:0028] Flags:

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 12:02 PM, Laurent Pinchart wrote: > Hi Javier, > > Thanks for the patch. > Hi Laurent, I'm so glad that you are providing feedback on this :) > On Sunday 09 October 2011 04:37:33 Javier Martinez Canillas wrote: >> The ITU-R BT.656 standard data format provides interlaced v

[PATCH 1/1] update az6027 firmware URL

2011-10-09 Thread Renzo Dani
From: Renzo Dani Signed-off-by: Renzo Dani --- Documentation/dvb/get_dvb_firmware | 13 ++--- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index c466f58..06456d0 100755 --- a/Documentation/dvb

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Laurent Pinchart
Hi Javier, Thanks for the patch. On Sunday 09 October 2011 04:37:33 Javier Martinez Canillas wrote: > The ITU-R BT.656 standard data format provides interlaced video data. > > This patch adds to the ISP CCDC driver the ability to deinterlace the > video data and send progressive frames to user-s