Re: Tuning problems with em28xx-dvb tda10071 on MIPS-based router board

2012-11-28 Thread Ingo Kofler
I know that they are not that powerful. I don't want to dump the whole transportstream but just a single program (~ 10 mbit/s) contained in it. Filtering based on the PID is done in the device isn't it? Ingo 2012/11/27 Joel Wirāmu Pauling j...@aenertia.net: The 1043nd and similar ar7xxx

[PATCH 1/2] dvb-frontends: use %*ph[N] to dump small buffers

2012-11-28 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/media/dvb-frontends/ix2505v.c |2 +- drivers/media/dvb-frontends/or51211.c |5 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/media/dvb-frontends/ix2505v.c

[PATCH 2/2] dvb: or51211: apply pr_fmt and use pr_* macros instead of printk

2012-11-28 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/media/dvb-frontends/or51211.c | 94 +++-- 1 file changed, 43 insertions(+), 51 deletions(-) diff --git a/drivers/media/dvb-frontends/or51211.c b/drivers/media/dvb-frontends/or51211.c index

RE: [PATCH 4/6] [media] s5p-g2d: Use devm_clk_get APIs.

2012-11-28 Thread Kamil Debski
Hi Sachin, The comments from Sylwester also apply to the patches you have sent to MFC and G2D. I don't see the benefit of switching to devm_clk_get(), it does some allocations and hence uses more resources. Leaving that aside there is no support for devm_clk_prepare and I would rather wait until

RE: [PATCH 6/6] [media] s5p-mfc: Use devm_clk_get APIs

2012-11-28 Thread Kamil Debski
Hi Sachin, The comments from Sylwester also apply to the patches you have sent to MFC and G2D. I don't see the benefit of switching to devm_clk_get(), it does some allocations and hence uses more resources. Leaving that aside there is no support for devm_clk_prepare and I would rather wait until

[PATCH] MAINTAINERS: add g2d entry.

2012-11-28 Thread Kamil Debski
Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b623679..c675df0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1092,6 +1092,14 @@

[PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com Mauro/Greg, The below series of patches have gone through good amount of reviews, and agreed by Laurent, Hans and Sakari to be part of the staging tree. I am combining the patchs with the pull request so we can get them into the 3.8 kernel. Please

[PATCH v3 2/9] davinci: vpfe: add v4l2 video driver support

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com Add a generic video driver functionality to be used by all the vpfe drivers for davinci SoCs. The functionality includes all the standard v4l2 interfaces including streaming. The video node interface can be used both as an input and output node for

[PATCH v3 3/9] davinci: vpfe: dm365: add IPIPEIF driver based on media framework

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add support for dm365 IPIPEIF driver based on media framework. The IPIPEIF is exposed as a subdev, and it supports features like fault pixel correction, dark frame subtraction and other necessary hardware setup. Signed-off-by: Manjunath Hadli

[PATCH v3 8/9] davinci: vpfe: dm365: add build infrastructure for capture driver

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add build infrastructure for dm365 specific modules for VPFE capture driver. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com --- drivers/staging/media/Kconfig |2 ++

[PATCH v3 9/9] davinci: vpfe: Add documentation and TODO

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com Add documentation on the Davinci VPFE driver. Document the subdevs, and private IOTCLs the driver implements. This patch also includes the TODO's to fit into drivers/media/ folder. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by:

[PATCH v3 6/9] davinci: vpfe: dm365: add IPIPE hardware layer support

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com IPIPE is the hardware IP which implements the functionality required for resizer, ipipe(colorspace converter) and the associated hardware support. This patch implements hardware setup including coefficient programming for various hardware filters,

[PATCH v3 3/3] davinci: vpss: dm365: add vpss helper functions to be used in the main driver for setting hardware parameters

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add interface functions to set sync polarity, interrupt completion and pageframe size in vpss to be used by the main driver. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com ---

[PATCH v3 0/3] Davinci VPSS helper functions for VPFE

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com Hi Mauro, This patchset, was part of the DM365 capture driver series, I have split them up and made as separate series as the capture patches will now be going under staging and made as version V3. This patches have undergone several reviews along

[PATCH v3 1/3] davinci: vpss: dm365: enable ISP registers

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com enable PPCR, enbale ISIF out on BCR and disable all events to get the correct operation from ISIF. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com --- drivers/media/platform/davinci/vpss.c |

[PATCH v3 2/3] davinci: vpss: dm365: set vpss clk ctrl

2012-11-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com request_mem_region for VPSS_CLK_CTRL register and ioremap. and enable clocks appropriately. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com --- drivers/media/platform/davinci/vpss.c | 14

[GIT PULL FOR v3.8] Mediabus And Pixel format supported by DM365

2012-11-28 Thread Prabhakar Lad
Hi Mauro, Can you please pull the following patches, which add medibus and pixel format supported by DM365. Pull request for these patches was sent earlier (http://patchwork.linuxtv.org/patch/13619/) but was not accepted because no driver was using them. I have issued a pull request for the

Re: [PATCH v3 9/9] davinci: vpfe: Add documentation and TODO

2012-11-28 Thread Mauro Carvalho Chehab
Hi Prabhakar, Em Wed, 28 Nov 2012 16:12:09 +0530 Prabhakar Lad prabhakar.cse...@gmail.com escreveu: +Introduction + + +This file documents the Texas Instruments Davinci Video processing Front End +(VPFE) driver located under drivers/media/platform/davinci. The original driver

Re: Tuning problems with em28xx-dvb tda10071 on MIPS-based router board

2012-11-28 Thread Antti Palosaari
On 11/28/2012 10:05 AM, Ingo Kofler wrote: I know that they are not that powerful. I don't want to dump the whole transportstream but just a single program (~ 10 mbit/s) contained in it. Filtering based on the PID is done in the device isn't it? Used em28xx chip supports pid filtering but

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Dan Carpenter
I wish people wouldn't submit big patches right before the merge window opens... :/ It's better to let it sit in linux-next for a couple weeks so people can mess with it a bit. regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Hans Verkuil
On Wed 28 November 2012 12:45:37 Dan Carpenter wrote: I wish people wouldn't submit big patches right before the merge window opens... :/ It's better to let it sit in linux-next for a couple weeks so people can mess with it a bit. It's been under review for quite some time now, and the main

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Mauro Carvalho Chehab
Em Wed, 28 Nov 2012 12:56:10 +0100 Hans Verkuil hansv...@cisco.com escreveu: On Wed 28 November 2012 12:45:37 Dan Carpenter wrote: I wish people wouldn't submit big patches right before the merge window opens... :/ It's better to let it sit in linux-next for a couple weeks so people can

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Dan Carpenter
On Wed, Nov 28, 2012 at 12:56:10PM +0100, Hans Verkuil wrote: On Wed 28 November 2012 12:45:37 Dan Carpenter wrote: I wish people wouldn't submit big patches right before the merge window opens... :/ It's better to let it sit in linux-next for a couple weeks so people can mess with it a

Re: anyone here know anyone at ivtvdriver.org? it's been down a few days now

2012-11-28 Thread Andy Walls
Brian J. Murrell br...@interlinx.bc.ca wrote: I wonder if anyone here has control over or knows anyone who has control over the ivtvdriver.org website and lists. They seem to be down and have been for a bit now. Does anyone know if there is any expectation that this stuff will come back or is

Re: [PATCH v3 9/9] davinci: vpfe: Add documentation and TODO

2012-11-28 Thread Laurent Pinchart
Hi Mauro, Please see below. On Wednesday 28 November 2012 09:22:13 Mauro Carvalho Chehab wrote: Hi Prabhakar, Em Wed, 28 Nov 2012 16:12:09 +0530 Prabhakar Lad prabhakar.cse...@gmail.com escreveu: +Introduction + + + This file documents the Texas Instruments Davinci

Re: ivtv driver inputs randomly block

2012-11-28 Thread Ezequiel Garcia
On Wed, Nov 28, 2012 at 12:20 AM, Brian J. Murrell br...@interlinx.bc.ca wrote: To remedy the hanging input I simply have to rmmod ivtv modprobe ivtv and all is back to normal again, until it happens again. Any ideas? Can you post a dmesg output when this happens? Thanks, Ezequiel --

Re: ivtv driver inputs randomly block

2012-11-28 Thread Ezequiel Garcia
On Wed, Nov 28, 2012 at 10:10 AM, Brian J. Murrell br...@interlinx.bc.ca wrote: On 12-11-28 08:08 AM, Ezequiel Garcia wrote: Can you post a dmesg output when this happens? Unfortunately, there is nothing at all in dmesg when this happens. Try again with modprobe ivtv ivtv_debug=10 -- To

Re: ivtv driver inputs randomly block

2012-11-28 Thread Brian J. Murrell
On 12-11-28 08:08 AM, Ezequiel Garcia wrote: Can you post a dmesg output when this happens? Unfortunately, there is nothing at all in dmesg when this happens. b. signature.asc Description: OpenPGP digital signature

Re: ivtv driver inputs randomly block

2012-11-28 Thread Brian J. Murrell
On 12-11-28 08:13 AM, Ezequiel Garcia wrote: Try again with modprobe ivtv ivtv_debug=10 That actually errored out but I think you meant: # modprobe ivtv debug=10 which actually was successful in loading the module. Now we just wait for the failure and see. I will update here as soon as I

Re: [PATCH] v4l: Reset subdev v4l2_dev field to NULL if registration fails

2012-11-28 Thread Laurent Pinchart
Hi Sylwester, On Tuesday 27 November 2012 23:54:40 Sylwester Nawrocki wrote: On 11/25/2012 01:41 AM, Laurent Pinchart wrote: When subdev registration fails the subdev v4l2_dev field is left to a non-NULL value. Later calls to v4l2_device_unregister_subdev() will consider the subdev as

[PATCH] media: davinci: vpbe: enable building of vpbe driver for DM355 and DM365

2012-11-28 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch allows enabling building of VPBE display driver for DM365 and DM355. This also removes unnecessary entry VIDEO_DM644X_VPBE in Kconfig, which could have been done with single entry, and appropriate changes in Makefile for building.

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-28 Thread Laurent Pinchart
Hi Tomi, On Monday 12 November 2012 15:33:38 Tomi Valkeinen wrote: Hi, This patch removes use of cpu_is_* funcs from omap_vout, and uses omapdss's version instead. The other patch removes an unneeded plat/dma.h include. These are based on current omapdss master branch, which has the

[GIT PULL FOR v3.8] OMAP VOUT fixes

2012-11-28 Thread Laurent Pinchart
Hi Mauro, The two patches included in this pull requests have been previously posted to the list and acked. As the omap_vout seems unmaintained, here's a pull request. If no maintainer steps up in response to this e-mail I'll send a patch for MAINTAINERS to list myself as a 'Odd Fixes'

[PULL] au0828: update model matrix | git://linuxtv.org/mkrufky/hauppauge voyager-72281

2012-11-28 Thread Michael Krufky
The following changes since commit c6c22955f80f2db9614b01fe5a3d1cfcd8b3d848: [media] dma-mapping: fix dma_common_get_sgtable() conditional compilation (2012-11-27 09:42:31 -0200) are available in the git repository at: git://linuxtv.org/mkrufky/hauppauge voyager-72281 for you to fetch

[PATCH 2/2] au0828: update model matrix entries for 72261, 72271 72281

2012-11-28 Thread Michael Krufky
Signed-off-by: Michael Krufky mkru...@linuxtv.org --- drivers/media/usb/au0828/au0828-cards.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/au0828/au0828-cards.c b/drivers/media/usb/au0828/au0828-cards.c index d12bdd3..cf309d8 100644 ---

[PATCH 1/2] au0828: add missing model 72281, usb id 2040:7270 to the model matrix

2012-11-28 Thread Michael Krufky
Signed-off-by: Michael Krufky mkru...@linuxtv.org --- drivers/media/usb/au0828/au0828-cards.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/usb/au0828/au0828-cards.c b/drivers/media/usb/au0828/au0828-cards.c index 0cb7c28..d12bdd3 100644 ---

[PATCH 2/2] au0828: update model matrix entries for 72261, 72271 72281

2012-11-28 Thread Michael Krufky
Signed-off-by: Michael Krufky mkru...@linuxtv.org --- drivers/media/usb/au0828/au0828-cards.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/au0828/au0828-cards.c b/drivers/media/usb/au0828/au0828-cards.c index d12bdd3..cf309d8 100644 ---

[PATCH 1/2] au0828: add missing model 72281, usb id 2040:7270 to the model matrix

2012-11-28 Thread Michael Krufky
Signed-off-by: Michael Krufky mkru...@linuxtv.org --- drivers/media/usb/au0828/au0828-cards.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/usb/au0828/au0828-cards.c b/drivers/media/usb/au0828/au0828-cards.c index 0cb7c28..d12bdd3 100644 ---

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Greg Kroah-Hartman
On Wed, Nov 28, 2012 at 10:18:02AM -0200, Mauro Carvalho Chehab wrote: Em Wed, 28 Nov 2012 12:56:10 +0100 Hans Verkuil hansv...@cisco.com escreveu: On Wed 28 November 2012 12:45:37 Dan Carpenter wrote: I wish people wouldn't submit big patches right before the merge window opens... :/

cron job: media_tree daily build: ERRORS

2012-11-28 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:Wed Nov 28 19:00:23 CET 2012 git hash:d8658bca2e5696df2b6c69bc5538f8fe54e4a01e gcc version: i686-linux-gcc

[PATCH] cx231xx : Add support for Elgato Video Capture V2

2012-11-28 Thread Alf Høgemark
This patch adds support for the Elgato Video Capture, version 2, device. The device is added based on the code for CX231XX_BOARD_HAUPPAUGE_USBLIVE2, it is simply a copy of the code for that board, with the proper USB device info for the Elgato Video Capture V2 device. Signed-off-by: Alf

Re: [PATCH 0/23] media: Replace memcpy with struct assignment

2012-11-28 Thread Ezequiel Garcia
On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia elezegar...@gmail.com wrote: Hello everyone, This is a large patchset that replaces struct memcpy with struct assignment, whenever possible at drivers/media. The patches are hand applied and every change has been thoroughly reviewed. However,

[PATCH RFC 00/12] Exynos FIMC driver updates

2012-11-28 Thread Sylwester Nawrocki
This patch series contains mainly prerequisite changes for adding FIMC-IS (camera ISP) device support for Exynos4x12 SoCs. The ISP driver itself is under development and I intend to post initial version of it soon. Sylwester Nawrocki (12): V4L: DocBook: Add V4L2_MBUS_FMT_YUV10_1X30 media bus

[PATCH RFC 01/12] V4L: DocBook: Add V4L2_MBUS_FMT_YUV10_1X30 media bus pixel code

2012-11-28 Thread Sylwester Nawrocki
This patch adds definition of media bus code for YUV pixel format transferred in 30-bit samples where each component has 10 bits width. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH RFC 02/12] s5p-fimc: Fix horizontal/vertical image flip

2012-11-28 Thread Sylwester Nawrocki
Setting FIMC_REG_CITRGFMT_FLIP_X_MIRROR bit causes X-axis image flip (vertical flip) and thus it corresponds to V4L2_CID_VFLIP. Likewise, setting FIMC_REG_CITRGFMT_FLIP_Y_MIRROR bit causes Y-axis image flip (horizontal flip) and thus it corresponds to V4L2_CID_HFLIP. Currently the driver does

[PATCH RFC 03/12] fimc-lite: Register dump function cleanup

2012-11-28 Thread Sylwester Nawrocki
Use v4l2_info() to make it possible to identify which FIMC-LITE device instance the logs refer to. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/s5p-fimc/fimc-lite-reg.c |6 -- 1 file changed, 4

[PATCH RFC 04/12] s5p-fimc: Clean up capture enable/disable helpers

2012-11-28 Thread Sylwester Nawrocki
The FIMC FIFO output is not supported in the driver due to some hardware issues thus we can remove some code as out_path is always FIMC_IO_DMA. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH RFC 05/12] s5p-fimc: Add variant data structure for Exynos4x12

2012-11-28 Thread Sylwester Nawrocki
Add variant data structures for Exynos4212 and Exynos4412 SoC. Add 'const' qualifier for the variant description structures. Also remove has_cam_if flags from FIMC3 on Exynos4210 SoC is it has no interconnections the camera ports. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com

[PATCH RFC 06/12] s5p-csis: Add support for raw Bayer pixel formats

2012-11-28 Thread Sylwester Nawrocki
The MIPI CSIS device supports MIPI CSI-2 RAW8, RAW10, RAW12 data types. Add related media bus pixel format definitions. This doesn't cover all possible supported media bus pixel formats. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH RFC 07/12] s5p-csis: Enable only data lanes that are actively used

2012-11-28 Thread Sylwester Nawrocki
Enable only MIPI CSI-2 data lanes at the DPHY that are actively used, rather than unmasking all unconditionally. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/s5p-fimc/mipi-csis.c | 12 +++- 1

[PATCH RFC 08/12] s5p-csis: Correct the event counters logging

2012-11-28 Thread Sylwester Nawrocki
The counter field is unsigned so = 0 condition always evaluates to true. Fix this to log events for which counter is 0 or for all when in debug mode. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH RFC 09/12] s5p-csis: Add registers logging for debugging

2012-11-28 Thread Sylwester Nawrocki
Dump registers contents together with the event counters state in VIDIOC_LOG_STATUS ioctl. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/s5p-fimc/mipi-csis.c | 28 +++ 1 file

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Hans Verkuil
On Wed November 28 2012 18:22:48 Greg Kroah-Hartman wrote: On Wed, Nov 28, 2012 at 10:18:02AM -0200, Mauro Carvalho Chehab wrote: Em Wed, 28 Nov 2012 12:56:10 +0100 Hans Verkuil hansv...@cisco.com escreveu: On Wed 28 November 2012 12:45:37 Dan Carpenter wrote: I wish people wouldn't

[PATCH RFC 10/12] fimc-lite: Remove empty subdev s_power callback

2012-11-28 Thread Sylwester Nawrocki
There is nothing to do in s_power callback so remove it. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/s5p-fimc/fimc-lite.c |9 - 1 file changed, 9 deletions(-) diff --git

[PATCH RFC 11/12] s5p-fimc: Add sensor group ids for fimc-is

2012-11-28 Thread Sylwester Nawrocki
Add subdev group id definition for FIMC-IS ISP and sensor subdev. While at it rename all group id definitions to start with GRP_ID. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/s5p-fimc/fimc-mdevice.c |

[PATCH RFC 12/12] fimc-lite: Add ISP FIFO output support

2012-11-28 Thread Sylwester Nawrocki
Add second source media pad for the FIFO data output to FIMC-IS and implement subdev s_stream op for configurations where FIMC-LITE is used as a glue logic between FIMC-IS and MIPI-CSIS or an image sensor. The second source media pad will be linked to the FIMC-LITE video node. For proper

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Greg Kroah-Hartman
On Wed, Nov 28, 2012 at 08:18:20PM +0100, Hans Verkuil wrote: On Wed November 28 2012 18:22:48 Greg Kroah-Hartman wrote: On Wed, Nov 28, 2012 at 10:18:02AM -0200, Mauro Carvalho Chehab wrote: Em Wed, 28 Nov 2012 12:56:10 +0100 Hans Verkuil hansv...@cisco.com escreveu: On Wed 28

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Sylwester Nawrocki
On 11/28/2012 01:22 PM, Dan Carpenter wrote: In the end this is just a driver, and I don't especially care. But it's like not just this one which makes me frustrated. I really believe in linux-next and I think everything should spend a couple weeks there before being merged. Couple of weeks

Re: [PATCH v3 9/9] davinci: vpfe: Add documentation and TODO

2012-11-28 Thread Mauro Carvalho Chehab
Hi Laurent, Em Wed, 28 Nov 2012 14:00:14 +0100 Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: Hi Mauro, Please see below. On Wednesday 28 November 2012 09:22:13 Mauro Carvalho Chehab wrote: Hi Prabhakar, Em Wed, 28 Nov 2012 16:12:09 +0530 Prabhakar Lad

Re: [PATCH 0/23] media: Replace memcpy with struct assignment

2012-11-28 Thread Mauro Carvalho Chehab
Em Wed, 28 Nov 2012 16:06:31 -0300 Ezequiel Garcia elezegar...@gmail.com escreveu: On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia elezegar...@gmail.com wrote: Hello everyone, This is a large patchset that replaces struct memcpy with struct assignment, whenever possible at

Re: [PATCH v3 9/9] davinci: vpfe: Add documentation and TODO

2012-11-28 Thread Sakari Ailus
Hi Mauro, On Wed, Nov 28, 2012 at 09:22:13AM -0200, Mauro Carvalho Chehab wrote: Hi Prabhakar, Em Wed, 28 Nov 2012 16:12:09 +0530 Prabhakar Lad prabhakar.cse...@gmail.com escreveu: +Introduction + + +This file documents the Texas Instruments Davinci Video processing

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Sakari Ailus
On Wed, Nov 28, 2012 at 12:56:10PM +0100, Hans Verkuil wrote: On Wed 28 November 2012 12:45:37 Dan Carpenter wrote: I wish people wouldn't submit big patches right before the merge window opens... :/ It's better to let it sit in linux-next for a couple weeks so people can mess with it a

Re: [PATCH v3 1/3] davinci: vpss: dm365: enable ISP registers

2012-11-28 Thread Sakari Ailus
On Wed, Nov 28, 2012 at 04:25:32PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com enable PPCR, enbale ISIF out on BCR and disable all events to get the correct operation from ISIF. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad,

[PATCH] soc_camera: fix VIDIOC_S_GROP ioctl

2012-11-28 Thread Anatolij Gustschin
Sometimes VIDIOC_S_GROP ioctl doesn't work, soc-camera driver reports: soc-camera-pdrv soc-camera-pdrv.0: S_CROP denied: getting current crop failed The VIDIOC_G_CROP documentation states that the type field needs to be set to the respective buffer type when querying, so the check in .g_crop()

Re: [PATCH v3 2/3] davinci: vpss: dm365: set vpss clk ctrl

2012-11-28 Thread Sakari Ailus
Hi Prabhakar, On Wed, Nov 28, 2012 at 04:25:33PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com request_mem_region for VPSS_CLK_CTRL register and ioremap. and enable clocks appropriately. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad,

Re: [PATCH] OV5642: fix VIDIOC_S_GROP ioctl

2012-11-28 Thread Anatolij Gustschin
Hi Guennadi, On Mon, 26 Nov 2012 16:20:14 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ... --- a/drivers/media/platform/soc_camera/soc_camera.c +++ b/drivers/media/platform/soc_camera/soc_camera.c @@ -902,6 +902,8 @@ static int soc_camera_s_crop(struct file *file, void

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Greg Kroah-Hartman
On Wed, Nov 28, 2012 at 08:30:04PM +0100, Sylwester Nawrocki wrote: On 11/28/2012 01:22 PM, Dan Carpenter wrote: In the end this is just a driver, and I don't especially care. But it's like not just this one which makes me frustrated. I really believe in linux-next and I think everything

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-11-28 Thread Frank Schäfer
Hi Matthew, thank you for reporting this device and your investigations ! Am 28.11.2012 03:31, schrieb Matthew Gyurgyik: Hi, I recently acquired a msi Digivox ATSC tuner. I believe this card has an em28xx chip (the windows driver included is em28xx). Looking at the em28xx wiki page and

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Dan Carpenter
On Wed, Nov 28, 2012 at 08:18:20PM +0100, Hans Verkuil wrote: but in this case it just seems to introduce a second merge window before the 'real' merge window. I don't care about this driver, but I mean yes. That's the point of linux-next. I would say the standard rule is that it should sit

[patch] MAINTAINERS: add entry for dsbr100 usb radio driver

2012-11-28 Thread Alexey Klimov
This patch adds MAINTAINERS entry for dsbr100 usb radio driver. Signed-off-by: Alexey Klimov klimov.li...@gmail.com diff --git a/MAINTAINERS b/MAINTAINERS index a36b29c..38da55f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2528,6 +2528,13 @@ S: Supported F: drivers/gpu/drm/exynos

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Dan Carpenter
On Wed, Nov 28, 2012 at 08:30:04PM +0100, Sylwester Nawrocki wrote: On 11/28/2012 01:22 PM, Dan Carpenter wrote: In the end this is just a driver, and I don't especially care. But it's like not just this one which makes me frustrated. I really believe in linux-next and I think everything

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-11-28 Thread Matthew Gyurgyik
On 11/28/2012 03:47 PM, Frank Schäfer wrote: Your device seems to use a EM2874 bridge. That is what appears on the chip. Any chance to open the device and find out which demodulator it uses ? To my surprise it was easier to open than expected. I think this is the demodulator: 7th Generation

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-11-28 Thread Antti Palosaari
On 11/29/2012 12:29 AM, Matthew Gyurgyik wrote: On 11/28/2012 03:47 PM, Frank Schäfer wrote: Your device seems to use a EM2874 bridge. That is what appears on the chip. Any chance to open the device and find out which demodulator it uses ? To my surprise it was easier to open than expected.

Re: ivtv driver inputs randomly block

2012-11-28 Thread Brian J. Murrell
On 12-11-28 08:13 AM, Ezequiel Garcia wrote: Try again with modprobe ivtv ivtv_debug=10 OK. Happened again. The kernel log for the whole day since starting the module with debug this morning can be found at http://brian.interlinx.bc.ca/ivtv-dmesg.txt.bz2. Associated with that log there was

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Sylwester Nawrocki
On 11/28/2012 10:29 PM, Dan Carpenter wrote: On Wed, Nov 28, 2012 at 08:30:04PM +0100, Sylwester Nawrocki wrote: On 11/28/2012 01:22 PM, Dan Carpenter wrote: In the end this is just a driver, and I don't especially care. But it's like not just this one which makes me frustrated. I really

Available and supported DVB-C USB device

2012-11-28 Thread P. van Gaans
I'm living in The Netherlands and am looking for a DVB-C USB device that's available, supported and (preferably) affordable. Devices that are available and affordable would appear to be the Delock DVB-C USB stick (which I can't find a whole lot about) and the MSI DigiVox mini Trio. According

Re: [PATCH v3 2/3] davinci: vpss: dm365: set vpss clk ctrl

2012-11-28 Thread Prabhakar Lad
Hi Sakari, Thanks for the quick review. On Thu, Nov 29, 2012 at 1:48 AM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Prabhakar, On Wed, Nov 28, 2012 at 04:25:33PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com request_mem_region for VPSS_CLK_CTRL register and

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-11-28 Thread Matthew Gyurgyik
On 11/28/2012 05:55 PM, Antti Palosaari wrote: Very, very, good pics and sniffs!! From the sniff you could see I2C addresses 50 (a0 1) eeprom 0e (1c 1) demod 60 (c0 1) tuner EM2874, USB-bridge, clocked at 12MHz, crystal on other side of PCB. There is also 32k serial eeprom for EM2874.

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-11-28 Thread Antti Palosaari
On 11/29/2012 04:05 AM, Matthew Gyurgyik wrote: On 11/28/2012 05:55 PM, Antti Palosaari wrote: Very, very, good pics and sniffs!! From the sniff you could see I2C addresses 50 (a0 1) eeprom 0e (1c 1) demod 60 (c0 1) tuner EM2874, USB-bridge, clocked at 12MHz, crystal on other side of

Re: [PATCH 0/23] media: Replace memcpy with struct assignment

2012-11-28 Thread Joe Perches
On Wed, 2012-11-28 at 16:06 -0300, Ezequiel Garcia wrote: On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia elezegar...@gmail.com wrote: This is a large patchset that replaces struct memcpy with struct assignment, whenever possible at drivers/media. [] A simplified version of the semantic

Re: [PATCH v3 1/3] davinci: vpss: dm365: enable ISP registers

2012-11-28 Thread Prabhakar Lad
Hi Sakari, Thanks for the quick review. On Thu, Nov 29, 2012 at 1:38 AM, Sakari Ailus sakari.ai...@iki.fi wrote: On Wed, Nov 28, 2012 at 04:25:32PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com enable PPCR, enbale ISIF out on BCR and disable all events to get the

[PATCH -next] [media] mt9v022: fix potential NULL pointer dereference in mt9v022_probe()

2012-11-28 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn The dereference to 'icl' should be moved below the NULL test. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/media/i2c/soc_camera/mt9v022.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH RFC] dvb_usb_v2: make remote controller optional

2012-11-28 Thread Antti Palosaari
Make it possible to compile dvb_usb_v2 driver without the remote controller (RC-core). Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/Kconfig| 2 +- drivers/media/usb/dvb-usb-v2/dvb_usb.h | 9 + drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 12

Re: [PATCH v3 9/9] davinci: vpfe: Add documentation and TODO

2012-11-28 Thread Prabhakar Lad
Hi Mauro, On Thu, Nov 29, 2012 at 1:05 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Laurent, Em Wed, 28 Nov 2012 14:00:14 +0100 Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: Hi Mauro, Please see below. On Wednesday 28 November 2012 09:22:13 Mauro Carvalho Chehab

[PATCH 3.7] media: sh-vou: fix compiler warnings

2012-11-28 Thread Guennadi Liakhovetski
sh-vou causes several may be used uninitialized warnings. Even though they all are purely theoretical, it is better to fix them. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- I'll be pushing last-minute soc-camera+misc 3.7 fixes shortly, this patch will be there too.

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Hans Verkuil
On Thu November 29 2012 00:47:41 Sylwester Nawrocki wrote: On 11/28/2012 10:29 PM, Dan Carpenter wrote: On Wed, Nov 28, 2012 at 08:30:04PM +0100, Sylwester Nawrocki wrote: On 11/28/2012 01:22 PM, Dan Carpenter wrote: In the end this is just a driver, and I don't especially care. But it's

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Hans Verkuil
On Wed November 28 2012 20:30:21 Greg Kroah-Hartman wrote: On Wed, Nov 28, 2012 at 08:18:20PM +0100, Hans Verkuil wrote: On Wed November 28 2012 18:22:48 Greg Kroah-Hartman wrote: On Wed, Nov 28, 2012 at 10:18:02AM -0200, Mauro Carvalho Chehab wrote: Em Wed, 28 Nov 2012 12:56:10 +0100