[PATCH 1/2] media: tvp5150: Add cropping support.

2012-01-31 Thread Javier Martin
Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/tvp5150.c | 127 +++-- 1 files changed, 122 insertions(+), 5 deletions(-) diff --git a/drivers/media/video/tvp5150.c b/drivers/media/video/tvp5150.c index c58c8d5..b1476f6

[PATCH 2/2] media: tvp5150: support g_mbus_fmt callback.

2012-01-31 Thread Javier Martin
Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/tvp5150.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/tvp5150.c b/drivers/media/video/tvp5150.c index b1476f6..e292c46 100644 --- a/drivers/media/video/tvp5150.c

Re: [PATCH][media] s5p-g2d: Add HFLIP and VFLIP support

2012-01-31 Thread Laurent Pinchart
Hi Kamil, On Monday 30 January 2012 14:39:22 Kamil Debski wrote: On 30 January 2012 13:12 Laurent Pinchart wrote: On Monday 30 January 2012 10:58:43 Sachin Kamat wrote: This patch adds support for flipping the image horizontally and vertically. [snip] +

Re: [PATCH] dma-buf: add dma_data_direction to unmap dma_buf_op

2012-01-31 Thread Laurent Pinchart
Hi Sumit, On Friday 27 January 2012 10:43:28 Sumit Semwal wrote: [snip] static inline void dma_buf_unmap_attachment(struct dma_buf_attachment *attach, -struct sg_table *sg) + struct sg_table *sg, enum dma_data_direction

Re: [PATCH 05/16] cx18: fix handling of 'radio' module parameter

2012-01-31 Thread Andy Walls
On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote: Fixed handling of 'radio' module parameter from module_param_array to module_param_named to fix these compiler warnings in cx18-driver.c: NACK. radio is an array of tristate values (-1, 0, 1) per installed card: static int

Re: [PATCH v2 08/16] ivtv-driver: fix handling of 'radio' module parameter

2012-01-31 Thread Andy Walls
On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote: Fixed handling of 'radio' module parameter from module_param_array to module_param_named to fix these compiler warnings in ivtv-driver.c: In function ‘__check_radio’: 113:1: warning: return from incompatible pointer type [enabled by

RE: [PATCH][media] s5p-g2d: Add HFLIP and VFLIP support

2012-01-31 Thread Kamil Debski
Hi Laurent and Sachin, From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: 31 January 2012 10:30 Hi Kamil, On Monday 30 January 2012 14:39:22 Kamil Debski wrote: On 30 January 2012 13:12 Laurent Pinchart wrote: On Monday 30 January 2012 10:58:43 Sachin Kamat

Re: [PATCH 05/16] cx18: fix handling of 'radio' module parameter

2012-01-31 Thread Andy Walls
On Tue, 2012-01-31 at 05:01 -0500, Andy Walls wrote: On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote: Fixed handling of 'radio' module parameter from module_param_array to module_param_named to fix these compiler warnings in cx18-driver.c: NACK. radio is an array of tristate

Re: [PATCH] dma-buf: add dma_data_direction to unmap dma_buf_op

2012-01-31 Thread Daniel Vetter
On Tue, Jan 31, 2012 at 10:42:59AM +0100, Laurent Pinchart wrote: Hi Sumit, On Friday 27 January 2012 10:43:28 Sumit Semwal wrote: [snip] static inline void dma_buf_unmap_attachment(struct dma_buf_attachment *attach, -struct sg_table

[Q] Interleaved formats on the media bus

2012-01-31 Thread Sylwester Nawrocki
Hi all, Some camera sensors generate data formats that cannot be described using current convention of the media bus pixel code naming. For instance, interleaved JPEG data and raw VYUY. Moreover interleaving is rather vendor specific, IOW I imagine there might be many ways of how the

Current drivers for Hauppauge NOVA-S Plus broken (?)

2012-01-31 Thread Jürgen Hein
Hallo, with the current drivers from media_build_experimental for hauppauge NOVA-S Plus (Conexant 2388x (bt878 successor) support (VIDEO_CX88) cx8800...)does this here not more. Picture and sound with significant dropouts. Log: Jan 16 12:00:28 debian vdr: [2497] frontend 2/0 lost lock on channel

Re: [PATCH][media] s5p-g2d: Add HFLIP and VFLIP support

2012-01-31 Thread Sachin Kamat
Hi Kamil, Thank you for your comments. On 31 January 2012 15:39, Kamil Debski k.deb...@samsung.com wrote: Hi Laurent and Sachin, From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: 31 January 2012 10:30 Hi Kamil, On Monday 30 January 2012 14:39:22 Kamil Debski wrote:

Re: [PATCH 05/16] cx18: fix handling of 'radio' module parameter

2012-01-31 Thread Danny Kukawka
On Dienstag, 31. Januar 2012, Andy Walls wrote: On Tue, 2012-01-31 at 05:01 -0500, Andy Walls wrote: On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote: Fixed handling of 'radio' module parameter from module_param_array to module_param_named to fix these compiler warnings in

Re: [PATCH v2 08/16] ivtv-driver: fix handling of 'radio' module parameter

2012-01-31 Thread Danny Kukawka
On Dienstag, 31. Januar 2012, Andy Walls wrote: On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote: Fixed handling of 'radio' module parameter from module_param_array to module_param_named to fix these compiler warnings in ivtv-driver.c: In function ‘__check_radio’: 113:1: warning:

Re: [PATCH 05/16] cx18: fix handling of 'radio' module parameter

2012-01-31 Thread Andy Walls
Danny Kukawka danny.kuka...@bisect.de wrote: On Dienstag, 31. Januar 2012, Andy Walls wrote: On Tue, 2012-01-31 at 05:01 -0500, Andy Walls wrote: On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote: Fixed handling of 'radio' module parameter from module_param_array to

Re: [PATCH v2 08/16] ivtv-driver: fix handling of 'radio' module parameter

2012-01-31 Thread Andy Walls
Danny Kukawka danny.kuka...@bisect.de wrote: On Dienstag, 31. Januar 2012, Andy Walls wrote: On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote: Fixed handling of 'radio' module parameter from module_param_array to module_param_named to fix these compiler warnings in ivtv-driver.c:

[PATCH v3 2/2] ivtv-driver: fix handling of 'radio' module parameter

2012-01-31 Thread Danny Kukawka
Reverse ivtv-driver part of commit 90ab5ee94171b3e28de6bb42ee30b527014e0be7 and change module_param_array() type from bool to int to fix compiler warning: In function ‘__check_radio’: 113:1: warning: return from incompatible pointer type [enabled by default] At top level: 113:1: warning:

[PATCH v2 1/2] cx18-driver: fix handling of 'radio' module parameter

2012-01-31 Thread Danny Kukawka
Reverse cx18-driver part of commit 90ab5ee94171b3e28de6bb42ee30b527014e0be7 and change module_param_array() type from bool to int to fix compiler warning: In function ‘__check_radio’: 113:1: warning: return from incompatible pointer type [enabled by default] At top level: 113:1: warning:

[PATCH v2 0/2] fix cx18-/ivtv-driver 'radio' module parameter

2012-01-31 Thread Danny Kukawka
Updated patch versions to fix the 'radio' module parameter of cx18-driver and ivtv-driver. Danny Kukawka (2): cx18-driver: fix handling of 'radio' module parameter ivtv-driver: fix handling of 'radio' module parameter drivers/media/video/cx18/cx18-driver.c |4 ++--

Re: [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-31 Thread Clark, Rob
On Mon, Jan 30, 2012 at 4:01 PM, Sakari Ailus sakari.ai...@iki.fi wrote: So to summarize I understand your constraints - gpu drivers have worked like v4l a few years ago. The thing I'm trying to achieve with this constant yelling is just to raise awereness for these issues so that people

RE: [PATCH 02/15] mm: page_alloc: update migrate type of pages on pcp when isolating

2012-01-31 Thread Marek Szyprowski
Hello, On Monday, January 30, 2012 5:15 PM Mel Gorman wrote: On Mon, Jan 30, 2012 at 04:41:22PM +0100, Michal Nazarewicz wrote: On Mon, 30 Jan 2012 12:15:22 +0100, Mel Gorman m...@csn.ul.ie wrote: (snipped) + page = pfn_to_page(pfn); + if (PageBuddy(page)) { +

RE: [PATCH 11/15] mm: trigger page reclaim in alloc_contig_range() to stabilize watermarks

2012-01-31 Thread Marek Szyprowski
Hello, On Monday, January 30, 2012 2:06 PM Mel Gorman wrote: On Thu, Jan 26, 2012 at 10:00:53AM +0100, Marek Szyprowski wrote: alloc_contig_range() performs memory allocation so it also should keep track on keeping the correct level of memory watermarks. This commit adds a call to

cron job: media_tree daily build: WARNINGS

2012-01-31 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:Tue Jan 31 19:00:20 CET 2012 git hash:59b30294e14fa6a370fdd2bc2921cca1f977ef16 gcc version: i686-linux-gcc

TechnoTrend CT-3650 Viaccess CAM never initializes correctly

2012-01-31 Thread Kenni Lund
Hi list I'm unable to get the CI working on a TT CT-3650 with a Viaccess CAM. Every time the CAM is inserted, I get a dvb_ca adapter 0: Invalid PC card inserted :( error message. I've tested with both an Arch Linux 3.2.1 kernel (CI-support included) and with a Ubuntu 2.6.32 kernel with latest

OV2640 and iMX25PDK - help needed

2012-01-31 Thread Fernandez Gonzalo
Hi all, I've been working for a while with an iMX25PDK using the BSP provided by Freescale (L2.6.31). The camera driver (V4L2-int) and examples do the job quite well but I need to move my design to a more recent kernel. I've been extensively googling but haven't found any info/examples about how

Package name for lsdiff for Zorin OS 5 is....

2012-01-31 Thread David M
Howdy, I Was compiling drivers for this card... I ran this command user@computer:~/media_build$ ./build And got this error: Checking if the needed tools for Zorin OS 5 are available ERROR: please install lsdiff, otherwise, build won't work. I don't know distro Zorin OS 5. So, I can't

Re: [Q] Interleaved formats on the media bus

2012-01-31 Thread Guennadi Liakhovetski
Hi Sylwester On Tue, 31 Jan 2012, Sylwester Nawrocki wrote: Hi all, Some camera sensors generate data formats that cannot be described using current convention of the media bus pixel code naming. For instance, interleaved JPEG data and raw VYUY. Moreover interleaving is rather vendor

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2012-01-31 Thread Taylor Ralph
On Wed, Dec 21, 2011 at 5:14 PM, Taylor Ralph taylor.ra...@gmail.com wrote: On Mon, Nov 7, 2011 at 7:54 PM, Taylor Ralph taylor.ra...@gmail.com wrote: On Mon, Nov 7, 2011 at 7:21 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 21-10-2011 01:33, Taylor Ralph escreveu: On Thu, Oct 20,

Re: [PATCH 05/16] cx18: fix handling of 'radio' module parameter

2012-01-31 Thread Rusty Russell
On Tue, 31 Jan 2012 14:45:18 +0100, Danny Kukawka danny.kuka...@bisect.de wrote: On Dienstag, 31. Januar 2012, Andy Walls wrote: Overseen this. But wouldn't be the correct fix in this case to: a) reverse the part of 90ab5ee94171b3e28de6bb42ee30b527014e0be7 to: get: static unsigned

Handling Ctrl-c like events in 's_power' implementation when we have a GPIO controlling the sensor CE

2012-01-31 Thread Bhupesh SHARMA
Hi Guennadi, I don't know if you are the right person to ask this query (since it is also related to GPIO stuff), but here goes: Our board has a I2C controlled camera sensor whose Chip Enable (CE) pin is driven via a GPIO. This GPIO is made available by a I2C-to-GPIO expander chip (STMPE801, see

[PATCH v3] [media] s5p-g2d: Add HFLIP and VFLIP support

2012-01-31 Thread Sachin Kamat
Add support for flipping the image horizontally and vertically. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/video/s5p-g2d/g2d-hw.c |5 + drivers/media/video/s5p-g2d/g2d.c| 23 ++- drivers/media/video/s5p-g2d/g2d.h|4 3