[PATCH 04/10] staging: media: go7007: Add IDENT for TW2802/2804

2012-08-22 Thread Volokh Konstantin
Signed-off-by: Volokh Konstantin volok...@gmail.com --- include/media/v4l2-chip-ident.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 7395c81..5395495 100644 --- a/include/media/v4l2-chip-ident.h

[PATCH 03/10] staging: media: go7007: Non main code changing

2012-08-22 Thread Volokh Konstantin
types cast approved, max channels==4 (ADC), i2c_smbus_write_ return s32 type Signed-off-by: Volokh Konstantin volok...@gmail.com --- drivers/staging/media/go7007/wis-tw2804.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git

[PATCH 05/10] staging: media: go7007: Cleanup unused old code

2012-08-22 Thread Volokh Konstantin
Signed-off-by: Volokh Konstantin volok...@gmail.com --- drivers/staging/media/go7007/wis-tw2804.c | 138 - 1 files changed, 0 insertions(+), 138 deletions(-) diff --git a/drivers/staging/media/go7007/wis-tw2804.c b/drivers/staging/media/go7007/wis-tw2804.c index

[PATCH 08/10] staging: media: go7007: some additional functionality for sub.

2012-08-22 Thread Volokh Konstantin
zero cleaning allocation for fix. unregistering bug fixing. Signed-off-by: Volokh Konstantin volok...@gmail.com --- drivers/staging/media/go7007/go7007-driver.c |2 +- drivers/staging/media/go7007/go7007-usb.c|2 +- drivers/staging/media/go7007/go7007-v4l2.c |7 +-- 3 files

[PATCH 07/10] staging: media: go7007: README TODO

2012-08-22 Thread Volokh Konstantin
Signed-off-by: Volokh Konstantin volok...@gmail.com --- drivers/staging/media/go7007/README | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/drivers/staging/media/go7007/README b/drivers/staging/media/go7007/README index aeba132..237f45d 100644

[PATCH 09/10] staging: media: go7007: Adlink_MPG24 board initialization fix.

2012-08-22 Thread Volokh Konstantin
setting via gpio i2c bus support at every time then init encoder. Signed-off-by: Volokh Konstantin volok...@gmail.com --- drivers/staging/media/go7007/go7007-driver.c |5 + drivers/staging/media/go7007/go7007-usb.c|3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff

[PATCH 06/10] staging: media: go7007: tw2804 ADC power control

2012-08-22 Thread Volokh Konstantin
switch off all ADC (max 4) with first init, we control it then start/stop grabbing frame Signed-off-by: Volokh Konstantin volok...@gmail.com --- drivers/staging/media/go7007/wis-tw2804.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[PATCH 01/10] staging: media: go7007: Some additional code for TW2804 driver functionality

2012-08-22 Thread Volokh Konstantin
- using new v4l2 framework controls - function for reading volatile controls via i2c bus - separate V4L2_CID_ ctrls into each V4L2 calls Signed-off-by: Volokh Konstantin volok...@gmail.com --- drivers/staging/media/go7007/wis-tw2804.c | 248 + 1 files changed, 248

[PATCH 02/10] staging: media: go7007: TW2804 driver fix

2012-08-22 Thread Volokh Konstantin
- correct cast private data from i2c_get_clientdata() - initialization priv data - destroy priv data - using V4L2 controls framework Signed-off-by: Volokh Konstantin volok...@gmail.com --- drivers/staging/media/go7007/wis-tw2804.c | 72 +++-- 1 files changed, 57

Re: How to add support for the em2765 webcam Speedlink VAD Laplace to the kernel ?

2012-08-22 Thread Frank Schäfer
Am 21.08.2012 19:29, schrieb Mauro Carvalho Chehab: Hmm... before reading the rest of this email... I found some doc saying that em2765 is UVC compliant. Doesn't the uvcdriver work with this device? Yeah, I stumbled over that, too. :D But this device is definitely not UVC compliant. Take a look

Re: [PATCH 01/10] staging: media: go7007: Some additional code for TW2804 driver functionality

2012-08-22 Thread Hans Verkuil
Hi Volokh! Thanks for working on this! I have some quick review notes below. On Wed August 22 2012 12:45:10 Volokh Konstantin wrote: - using new v4l2 framework controls - function for reading volatile controls via i2c bus - separate V4L2_CID_ ctrls into each V4L2 calls Signed-off-by:

Re: [PATCH 04/10] staging: media: go7007: Add IDENT for TW2802/2804

2012-08-22 Thread Hans Verkuil
On Wed August 22 2012 12:45:13 Volokh Konstantin wrote: Signed-off-by: Volokh Konstantin volok...@gmail.com --- include/media/v4l2-chip-ident.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h

[GIT PATCHES FOR v3.6] Samsung media driver fixes

2012-08-22 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit f9cd49033b349b8be3bb1f01b39eed837853d880: Merge tag 'v3.6-rc1' into staging/for_v3.6 (2012-08-03 22:41:33 -0300) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung v4l-fixes for you to fetch changes up

Re: [RFC API] Renumber subdev ioctls

2012-08-22 Thread Hans Verkuil
On Tue August 21 2012 12:44:15 Sakari Ailus wrote: Hi Hans, On Tue, Aug 21, 2012 at 08:39:53AM +0200, Hans Verkuil wrote: On Mon August 20 2012 22:46:04 Sakari Ailus wrote: Hi Mauro and Hans, On Mon, Aug 20, 2012 at 04:05:03PM -0300, Mauro Carvalho Chehab wrote: Em 20-08-2012

Re: [PATCH] [media] davinci: vpfe: Add documentation

2012-08-22 Thread Manjunath Hadli
Hi Sakari, On Thursday 16 August 2012 09:53 PM, Sakari Ailus wrote: Hi Manju, On Thu, Aug 09, 2012 at 09:13:52AM +0530, Manjunath Hadli wrote: Hi Sakari, Thank you for the comments. Thanks for the graphs! On Thursday 02 August 2012 05:37 AM, Sakari Ailus wrote: Hi Manju, Thanks

RFC: Core + Radio profile

2012-08-22 Thread Hans Verkuil
Hi all! The v4l2-compliance utility checks whether device drivers follows the V4L2 specification. What is missing are 'profiles' detailing what device drivers should and shouldn't implement for particular device classes. This has been discussed several times, but until now no attempt was made to

Re: RFC: Core + Radio profile

2012-08-22 Thread Hans de Goede
Hi, On 08/22/2012 11:40 AM, Hans Verkuil wrote: Hi all! Snip While writing down these profiles I noticed one thing that was very much missing for radio devices: there is no capability bit to tell the application whether there is an associated ALSA device or whether the audio goes through a

Re: RFC: Core + Radio profile

2012-08-22 Thread Hans Verkuil
I've added some more core profile requirements. Regards, Hans On Wed August 22 2012 11:40:25 Hans Verkuil wrote: Hi all! The v4l2-compliance utility checks whether device drivers follows the V4L2 specification. What is missing are 'profiles' detailing what device drivers should

Re: [PATCHv8 01/26] v4l: Add DMABUF as a memory type

2012-08-22 Thread Hans Verkuil
On Tue August 14 2012 17:34:31 Tomasz Stanislawski wrote: From: Sumit Semwal sumit.sem...@ti.com Adds DMABUF memory type to v4l framework. Also adds the related file descriptor in v4l2_plane and v4l2_buffer. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com [original work in

Re: [PATCHv8 02/26] Documentation: media: description of DMABUF importing in V4L2

2012-08-22 Thread Hans Verkuil
On Tue August 14 2012 17:34:32 Tomasz Stanislawski wrote: This patch adds description and usage examples for importing DMABUF file descriptor in V4L2. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC:

Re: [PATCHv8 13/26] v4l: vivi: support for dmabuf importing

2012-08-22 Thread Hans Verkuil
On Tue August 14 2012 17:34:43 Tomasz Stanislawski wrote: This patch enhances VIVI driver with a support for importing a buffer from DMABUF file descriptors. Thanks for adding DMABUF support to vivi. What would be great is if DMABUF support is also added to mem2mem_testdev. It would make an

Re: [PATCHv8 13/26] v4l: vivi: support for dmabuf importing

2012-08-22 Thread Laurent Pinchart
Hi Hans, On Wednesday 22 August 2012 12:56:30 Hans Verkuil wrote: On Tue August 14 2012 17:34:43 Tomasz Stanislawski wrote: This patch enhances VIVI driver with a support for importing a buffer from DMABUF file descriptors. Thanks for adding DMABUF support to vivi. What would be great

Re: [Workshop-2011] V4L2 API ambiguities: workshop presentation

2012-08-22 Thread Hans Verkuil
On Fri August 17 2012 12:35:58 Hans Verkuil wrote: Hi all, I've prepared a presentation for the upcoming workshop based on my RFC and the comments I received. It is available here: http://hverkuil.home.xs4all.nl/presentations/v4l2-workshop-2012.odp

Re: [PATCHv8 17/26] Documentation: media: description of DMABUF exporting in V4L2

2012-08-22 Thread Hans Verkuil
On Tue August 14 2012 17:34:47 Tomasz Stanislawski wrote: This patch adds description and usage examples for exporting DMABUF file descriptor in V4L2. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC:

Re: [PATCHv8 18/26] v4l: add buffer exporting via dmabuf

2012-08-22 Thread Hans Verkuil
On Tue August 14 2012 17:34:48 Tomasz Stanislawski wrote: This patch adds extension to V4L2 api. It allow to export a mmap buffer as file descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset used by mmap and return a file descriptor on success. Signed-off-by: Tomasz

Re: [PATCHv8 23/26] v4l: vb2: add support for DMA_ATTR_NO_KERNEL_MAPPING

2012-08-22 Thread Hans Verkuil
On Tue August 14 2012 17:34:53 Tomasz Stanislawski wrote: From: Marek Szyprowski m.szyprow...@samsung.com Please add some more information in the commit message. I've no idea what's going on here or why :-) Regards, Hans Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com ---

Re: [PATCHv8 13/26] v4l: vivi: support for dmabuf importing

2012-08-22 Thread Hans Verkuil
On Wed August 22 2012 12:56:30 Hans Verkuil wrote: On Tue August 14 2012 17:34:43 Tomasz Stanislawski wrote: This patch enhances VIVI driver with a support for importing a buffer from DMABUF file descriptors. Thanks for adding DMABUF support to vivi. What would be great is if DMABUF

[RFC patch 4/4] Re: dma-buf-mgr: multiple dma-buf synchronization (v3)

2012-08-22 Thread Maarten Lankhorst
Hey Dan, Op 16-08-12 01:12, Daniel Vetter schreef: Hi Maarten, Ok, here comes the promised review (finally!), but it's rather a high-level thingy. I've mostly thought about how we could create a neat api with the following points. For a bit of clarity, I've grouped the different

Re: [PATCHv8 01/26] v4l: Add DMABUF as a memory type

2012-08-22 Thread Tomasz Stanislawski
Hi Hans, Thank your for the review. Please refer to the comments below. On 08/22/2012 12:27 PM, Hans Verkuil wrote: On Tue August 14 2012 17:34:31 Tomasz Stanislawski wrote: From: Sumit Semwal sumit.sem...@ti.com Adds DMABUF memory type to v4l framework. Also adds the related file descriptor

Re: [PATCHv8 01/26] v4l: Add DMABUF as a memory type

2012-08-22 Thread Hans Verkuil
On Wed August 22 2012 14:09:18 Tomasz Stanislawski wrote: Hi Hans, Thank your for the review. Please refer to the comments below. On 08/22/2012 12:27 PM, Hans Verkuil wrote: On Tue August 14 2012 17:34:31 Tomasz Stanislawski wrote: From: Sumit Semwal sumit.sem...@ti.com Adds DMABUF

Re: [RFC patch 4/4] Re: dma-buf-mgr: multiple dma-buf synchronization (v3)

2012-08-22 Thread Thomas Hellstrom
Hi, Maarten, please see some comments inline. On 08/22/2012 01:50 PM, Maarten Lankhorst wrote: Hey Dan, Op 16-08-12 01:12, Daniel Vetter schreef: Hi Maarten, Ok, here comes the promised review (finally!), but it's rather a high-level thingy. I've mostly thought about how we could create a

Re: [RFC patch 4/4] Re: dma-buf-mgr: multiple dma-buf synchronization (v3)

2012-08-22 Thread Maarten Lankhorst
Hey, Op 22-08-12 14:52, Thomas Hellstrom schreef: Hi, Maarten, please see some comments inline. On 08/22/2012 01:50 PM, Maarten Lankhorst wrote: Hey Dan, Op 16-08-12 01:12, Daniel Vetter schreef: Hi Maarten, Ok, here comes the promised review (finally!), but it's rather a high-level

Re: RFC: Core + Radio profile

2012-08-22 Thread Mauro Carvalho Chehab
Em 22-08-2012 07:11, Hans Verkuil escreveu: I've added some more core profile requirements. Regards, Hans On Wed August 22 2012 11:40:25 Hans Verkuil wrote: Hi all! The v4l2-compliance utility checks whether device drivers follows the V4L2 specification. What is missing are

Re: [PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-22 Thread Hin-Tak Leung
Antti Palosaari wrote: Hello Hiroshi, On 08/21/2012 10:02 AM, Hiroshi Doyu wrote: Antti Palosaari cr...@iki.fi wrote @ Mon, 20 Aug 2012 23:29:34 +0200: On 08/20/2012 02:14 PM, Hiroshi Doyu wrote: Hi Antti, Antti Palosaari cr...@iki.fi wrote @ Sat, 18 Aug 2012 02:11:56 +0200: On

Re: [RFC patch 4/4] Re: dma-buf-mgr: multiple dma-buf synchronization (v3)

2012-08-22 Thread Thomas Hellstrom
On 08/22/2012 03:32 PM, Maarten Lankhorst wrote: Hey, Op 22-08-12 14:52, Thomas Hellstrom schreef: Hi, Maarten, please see some comments inline. On 08/22/2012 01:50 PM, Maarten Lankhorst wrote: Hey Dan, Op 16-08-12 01:12, Daniel Vetter schreef: Hi Maarten, Ok, here comes the promised

Re: [RFC patch 4/4] Re: dma-buf-mgr: multiple dma-buf synchronization (v3)

2012-08-22 Thread Daniel Vetter
On Wed, Aug 22, 2012 at 02:52:10PM +0200, Thomas Hellstrom wrote: Hi, Maarten, please see some comments inline. On 08/22/2012 01:50 PM, Maarten Lankhorst wrote: Hey Dan, Op 16-08-12 01:12, Daniel Vetter schreef: Hi Maarten, Ok, here comes the promised review (finally!), but it's

[PATCH] media/radio/shark2: Fix build error caused by missing dependencies

2012-08-22 Thread Guenter Roeck
Fix build error: ERROR: led_classdev_register [drivers/media/radio/shark2.ko] undefined! ERROR: led_classdev_unregister [drivers/media/radio/shark2.ko] undefined! which is seen if RADIO_SHARK2 is enabled, but LEDS_CLASS is not. Since RADIO_SHARK2 depends on NEW_LEDS and LEDS_CLASS, select both

Re: RFC: Core + Radio profile

2012-08-22 Thread Mike Isely
On Wed, 22 Aug 2012, Mauro Carvalho Chehab wrote: Em 22-08-2012 07:11, Hans Verkuil escreveu: I've added some more core profile requirements. Streaming I/O is not supported by radio nodes. Hmm... pvrusb2/ivtv? Ok, it makes sense to move it to use the alsa mpeg API there. If

Re: [PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-22 Thread Antti Palosaari
On 08/22/2012 04:57 PM, Hin-Tak Leung wrote: Antti Palosaari wrote: Hello Hiroshi, On 08/21/2012 10:02 AM, Hiroshi Doyu wrote: Antti Palosaari cr...@iki.fi wrote @ Mon, 20 Aug 2012 23:29:34 +0200: On 08/20/2012 02:14 PM, Hiroshi Doyu wrote: Hi Antti, Antti Palosaari cr...@iki.fi wrote @

Re: [PATCH] media/radio/shark2: Fix build error caused by missing dependencies

2012-08-22 Thread Hans de Goede
Hi, I've a better fix for this here: http://git.linuxtv.org/hgoede/gspca.git/shortlog/refs/heads/media-for_v3.6 I already send a pull-req for this to Mauro a while ago, Mauro? Regards, Hans On 08/22/2012 05:16 PM, Guenter Roeck wrote: Fix build error: ERROR: led_classdev_register

Re: [PATCH] media/radio/shark2: Fix build error caused by missing dependencies

2012-08-22 Thread Guenter Roeck
On Wed, Aug 22, 2012 at 05:22:26PM +0200, Hans de Goede wrote: Hi, I've a better fix for this here: http://git.linuxtv.org/hgoede/gspca.git/shortlog/refs/heads/media-for_v3.6 I already send a pull-req for this to Mauro a while ago, Mauro? Looks like it found its way into mainline in the

[GIT PATCHES FOR v3.7] V4L: Exynos5 SoC GScaler driver

2012-08-22 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit 01b0c11a1ba49ac96f58b7bc92772c2b469d6caa: [media] Kconfig: Fix b2c2 common code selection (2012-08-21 08:38:31 -0300) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung v4l-exynos-gsc for you to fetch

RE: [PATCH v4 1/4] [media] s5p-mfc: Update MFCv5 driver for callback based architecture

2012-08-22 Thread Kamil Debski
Hi Arun, First of all - thank you for all the patches, they are getting better and better with every version. Two things: 1) A minor one - I suggest that the choice of the default pixel format should be done in a different manner. I suggest using a V4L2_PIX_FMT_* in the DEF_SRC_FMT_DEC define

RE: [PATCH v4 2/4] [media] s5p-mfc: Add MFC variant data to device context

2012-08-22 Thread Kamil Debski
Hi Arun, Please find the comments in the patch contents. Best wishes, -- Kamil Debski Linux Platform Group Samsung Poland RD Center From: Arun Kumar K [mailto:arun...@samsung.com] Sent: 09 August 2012 12:28 From: Jeongtae Park jtp.p...@samsung.com MFC variant data replaces various

RE: [PATCH v4 3/4] [media] s5p-mfc: MFCv6 register definitions

2012-08-22 Thread Kamil Debski
Hi Arun, Please find the comments in the patch contents. Best wishes, -- Kamil Debski Linux Platform Group Samsung Poland RD Center From: Arun Kumar K [mailto:arun...@samsung.com] Sent: 09 August 2012 12:28 From: Jeongtae Park jtp.p...@samsung.com Adds register definitions for MFC v6.x

RE: [PATCH v4 4/4] [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x

2012-08-22 Thread Kamil Debski
Hi Arun, Please find the comments in the patch contents. Best wishes, -- Kamil Debski Linux Platform Group Samsung Poland RD Center From: Arun Kumar K [mailto:arun...@samsung.com] Sent: 09 August 2012 12:29 From: Jeongtae Park jtp.p...@samsung.com [snip] diff --git

Re: RFC: Core + Radio profile

2012-08-22 Thread Mauro Carvalho Chehab
Em 22-08-2012 12:19, Mike Isely escreveu: On Wed, 22 Aug 2012, Mauro Carvalho Chehab wrote: Em 22-08-2012 07:11, Hans Verkuil escreveu: I've added some more core profile requirements. Streaming I/O is not supported by radio nodes. Hmm... pvrusb2/ivtv? Ok, it makes sense to move it

Re: How to add support for the em2765 webcam Speedlink VAD Laplace to the kernel ?

2012-08-22 Thread Mauro Carvalho Chehab
Em 22-08-2012 04:53, Frank Schäfer escreveu: Am 21.08.2012 19:29, schrieb Mauro Carvalho Chehab: Hmm... before reading the rest of this email... I found some doc saying that em2765 is UVC compliant. Doesn't the uvcdriver work with this device? Yeah, I stumbled over that, too. :D But this

Re: [PATCH] media/radio/shark2: Fix build error caused by missing dependencies

2012-08-22 Thread Arnd Bergmann
On Wednesday 22 August 2012, Guenter Roeck wrote: On Wed, Aug 22, 2012 at 05:22:26PM +0200, Hans de Goede wrote: Hi, I've a better fix for this here: http://git.linuxtv.org/hgoede/gspca.git/shortlog/refs/heads/media-for_v3.6 I already send a pull-req for this to Mauro a while ago,

[PATCH 1/8] ir-rx51: Adjust dependencies

2012-08-22 Thread Timo Kokkonen
Although this kind of IR diode circuitry is known to exist only in N900 hardware, nothing prevents making similar circuitry on any OMAP based board. The MACH_NOKIA_RX51 dependency is thus not something we want to be there. Also, this should depend on LIRC as it is a LIRC driver. Signed-off-by:

[PATCH 0/8] ir-rx51: Fixes in response to review comments

2012-08-22 Thread Timo Kokkonen
These patches fix most of the issues pointed out in the patch review by Sean Young and Sakari Ailus. The most noticeable change after these patch set is that the IR transmission no longer times out even if the timers are not waking up the MPU as it should be. However, the transmission itself is

[PATCH 8/8] ir-rx51: Remove useless variable from struct lirc_rx51

2012-08-22 Thread Timo Kokkonen
As clearly visible from the patch, this variable has no useful purpose what so ever. Thus, it can be removed altogether without any side effects. Signed-off-by: Timo Kokkonen timo.t.kokko...@iki.fi --- drivers/media/rc/ir-rx51.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff

[PATCH 6/8] ir-rx51: Replace module_{init,exit} macros with module_platform_driver

2012-08-22 Thread Timo Kokkonen
No reason to avoid using the existing helpers. Signed-off-by: Timo Kokkonen timo.t.kokko...@iki.fi --- drivers/media/rc/ir-rx51.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/media/rc/ir-rx51.c b/drivers/media/rc/ir-rx51.c index 46628c0..7eed541 100644

[PATCH 7/8] ir-rx51: Remove MPU wakeup latency adjustments

2012-08-22 Thread Timo Kokkonen
The ir-rx51 driver calls omap_pm_set_max_mpu_wakeup_lat() in order to avoid problems that occur when MPU goes to sleep in the middle of sending an IR code. Without such calls it takes ridiculously long for the MPU to wake up from a sleep, which distorts the IR signal completely. However, the

[PATCH 2/8] ir-rx51: Handle signals properly

2012-08-22 Thread Timo Kokkonen
The lirc-dev expects the ir-code to be transmitted when the write call returns back to the user space. We should not leave TX ongoing no matter what is the reason we return to the user space. Easiest solution for that is to simply remove interruptible sleeps. The first wait_event_interruptible is

[PATCH 3/8] ir-rx51: Trivial fixes

2012-08-22 Thread Timo Kokkonen
-Fix typo -Change pwm_timer_num type to match type in platform data -Remove extra parenthesis -Replace magic constant with proper bit defintions -Remove duplicate exit pointer Signed-off-by: Timo Kokkonen timo.t.kokko...@iki.fi trivial Signed-off-by: Timo Kokkonen timo.t.kokko...@iki.fi ---

[PATCH 4/8] ir-rx51: Clean up timer initialization code

2012-08-22 Thread Timo Kokkonen
Remove a redundant macro definition. This is unneeded and becomes more readable once the actual timer code is refactored a little. Signed-off-by: Timo Kokkonen timo.t.kokko...@iki.fi --- drivers/media/rc/ir-rx51.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git

[PATCH] coda: Add V4L2_CAP_VIDEO_M2M capability flag

2012-08-22 Thread Sylwester Nawrocki
New mem-to-mem video drivers should use V4L2_CAP_VIDEO_M2M capability, rather than ORed V4L2_CAP_VIDEO_CAPTURE and V4L2_CAP_VIDEO_OUTPUT flags, as outlined in commit a1367f1b260d29e9b9fb20d8e2f39f1e74fa6c3b. Cc: Javier Martin javier.mar...@vista-silicon.com Signed-off-by: Sylwester Nawrocki

[PATCH] m2m-deinterlace: Add V4L2_CAP_VIDEO_M2M capability flag

2012-08-22 Thread Sylwester Nawrocki
New mem-to-mem video drivers should use V4L2_CAP_VIDEO_M2M capability, rather than ORed V4L2_CAP_VIDEO_CAPTURE and V4L2_CAP_VIDEO_OUTPUT flags, as outlined in commit a1367f1b260d29e9b9fb20d8e2f39f1e74fa6c3b. Cc: Javier Martin javier.mar...@vista-silicon.com Signed-off-by: Sylwester Nawrocki

[PATCH] soc-camera: Use new selection target definitions

2012-08-22 Thread Sylwester Nawrocki
Replace the deprecated V4L2_SEL_TGT_*_ACTIVE selection target names with their new unified counterparts. Compatibility definitions are already in linux/v4l2-common.h. Signed-off-by: Sylwester Nawrocki sylvester.nawro...@gmail.com --- drivers/media/platform/soc_camera/soc_camera.c |8

RE: [Workshop-2011] Media summit at the Kernel Summit - was: Fwd: Re: [Ksummit-2012-discuss] Organising Mini Summits within the Kernel Summit

2012-08-22 Thread Naveen KRISHNAMURTHY
Hi Mauro, Can you please provide the schedule for the linuxTV discussions this time at San Diego? Which day will it be on? If you have a detailed schedule, please pass on. I am planning to be in only on that day as I cannot stay back more than that this time around. Regards Naveen

[PATCH] au6610: define reset_resume

2012-08-22 Thread Antti Palosaari
After qt1010 change that device seems to survive from reset resume. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/au6610.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/dvb-usb-v2/au6610.c b/drivers/media/usb/dvb-usb-v2/au6610.c index

Re: [PATCHv8 18/26] v4l: add buffer exporting via dmabuf

2012-08-22 Thread Laurent Pinchart
Hi Hans, On Wednesday 22 August 2012 13:41:05 Hans Verkuil wrote: On Tue August 14 2012 17:34:48 Tomasz Stanislawski wrote: This patch adds extension to V4L2 api. It allow to export a mmap buffer as file descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset used by mmap

[PATCH 2/2] dvb_usb_v2: use dvb_usb_dbg_usb_control_msg()

2012-08-22 Thread Antti Palosaari
Convert drivers: au6610, ce6230, ec168, rtl28xxu for dvb_usb_dbg_usb_control_msg() macro. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/au6610.c | 5 + drivers/media/usb/dvb-usb-v2/ce6230.c | 4 ++-- drivers/media/usb/dvb-usb-v2/ce6230.h | 11

[PATCH 1/2] dvb_usb_v2: add debug macro dvb_usb_dbg_usb_control_msg

2012-08-22 Thread Antti Palosaari
For dumping usb_control_msg(). Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/dvb_usb.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/dvb_usb.h b/drivers/media/usb/dvb-usb-v2/dvb_usb.h index 5a53c62..bae16a1 100644