[PATCH] bttv: Filter debugging messages

2012-11-22 Thread Olaf Bauer
My logfiles and dmesg output have become almost unreadable due to repeated, almost empty lines. [ 3606.212316] [ 3606.212738] ... [ 3627.177280] [ 3627.15] ... They start one hour after vdr daemon is launched. Each section contains 13 lines and is repeated every 21 seconds. Kernel driver

[PATCH v2 1/2] s5p-fimc: Don't use mutex_lock_interruptible() in device release()

2012-11-22 Thread Sylwester Nawrocki
Use uninterruptible mutex_lock in the release() file op to make sure all resources are properly freed when a process is being terminated. Returning -ERESTARTSYS has no effect for a terminating process and this caused driver resources not to be released. Not releasing the buffer queue also

Re: [PATCH v12 3/6] fbmon: add videomode helpers

2012-11-22 Thread Laurent Pinchart
Hi Steffen, Sorry, I've just found another small bug below. On Tuesday 20 November 2012 16:54:53 Steffen Trumtrar wrote: Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding

[PATCHv13 3/7] video: add of helper for display timings/videomode

2012-11-22 Thread Steffen Trumtrar
This adds support for reading display timings from DT into a struct display_timings. The of_display_timing implementation supports multiple subnodes. All children are read into an array, that can be queried. If no native mode is specified, the first subnode will be used. For cases, where the

[PATCHv13 2/7] video: add display_timing and videomode

2012-11-22 Thread Steffen Trumtrar
Add display_timing structure and the according helper functions. This allows the description of a display via its supported timing parameters. Also, add helper functions to convert from display timings to a generic videomode structure. The struct display_timing specifies all needed parameters

[PATCHv13 5/7] fbmon: add of_videomode helpers

2012-11-22 Thread Steffen Trumtrar
Add helper to get fb_videomode from devicetree. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Thierry Reding thierry.red...@avionic-design.de Tested-by:

[PATCHv13 6/7] drm_modes: add videomode helpers

2012-11-22 Thread Steffen Trumtrar
Add conversion from videomode to drm_display_mode Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Thierry Reding thierry.red...@avionic-design.de Tested-by:

[PATCH] s5p-fimc: Prevent race conditions during subdevs registration

2012-11-22 Thread Sylwester Nawrocki
Make sure when fimc and fimc-lite capture video node is registered it has valid pipeline_ops assigned to it. Otherwise when a video node is opened right after is was registered there, might be an attempt to use ops that are just being assigned, after function v4l2_device_register_subdev() returns.

[GIT PULL FOR v3.7-rc] Samsung SoC media driver fixes

2012-11-22 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit 30677fd9ac7b9a06555318ec4f9a0db39804f9b2: s5p-fimc: Fix potential NULL pointer dereference (2012-11-22 10:15:40 +0100) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung media_fixes_for_v3.7 for you to

Re: [PATCHv13 5/7] fbmon: add of_videomode helpers

2012-11-22 Thread Laurent Pinchart
Hi Steffen, On Thursday 22 November 2012 17:00:13 Steffen Trumtrar wrote: Add helper to get fb_videomode from devicetree. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding

Re: [PATCH 133/493] remove use of __devexit_p

2012-11-22 Thread Laurent Pinchart
On Monday 19 November 2012 13:21:22 Bill Pemberton wrote: CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. [snip] drivers/media/platform/omap3isp/isp.c| 2 +- Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com -- Regards, Laurent

Re: [GIT PULL FOR v3.7-rc] Samsung SoC media driver fixes

2012-11-22 Thread Laurent Pinchart
Hi Sylwester, On Thursday 22 November 2012 19:21:42 Sylwester Nawrocki wrote: Hi Mauro, this is what I've just sent (this time from the office my samsung.com account) to linux-media@vger.kernel.org. And can't see it neither on the mailing list nor at the patchwork. Nothing like that coming

[PATCH] gspca - ov534: Fix the light frequency filter

2012-11-22 Thread Jean-Francois Moine
(fix lack of signature) From: Jean-François Moine moin...@free.fr The exchanges relative to the light frequency filter were adapted from a description found in a ms-windows driver. It seems that the registers were the ones of some other sensor. This patch was done thanks to the documentation of

Re: [PATCH 1/1] v4l: There's no __unsigned

2012-11-22 Thread Laurent Pinchart
On Friday 16 November 2012 22:51:44 Sakari Ailus wrote: Correct a typo. v4l2_plane.m.userptr is unsigned long, not __unsigned long. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Documentation/DocBook/media/v4l/io.xml |

[PATCH v2] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-22 Thread Shaik Ameer Basha
Make gsc-m2m propagate the timestamp field from source to destination buffers Signed-off-by: John Sheu s...@google.com Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- drivers/media/platform/exynos-gsc/gsc-m2m.c | 20 +--- 1 files changed, 13 insertions(+), 7

Re: [GIT PULL] soc-camera + VEU for 3.8

2012-11-22 Thread Mauro Carvalho Chehab
Em Wed, 31 Oct 2012 13:01:19 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: Hi Mauro Please pull driver updates for 3.8. Apart from usual soc-camera development this pull request also includes a new VEU MEM2MEM driver. The following changes since commit

one tuner of a PVR-500 not returning any data

2012-11-22 Thread Brian J. Murrell
I have a PVR-500 in a machine here where one of the /dev/video* devices can successfully be opened and return data while the other can be opened but returns to data to a read(2). i.e.: open(/dev/video3, O_RDONLY|O_LARGEFILE) = 3 dup3(3, 0, 0) = 0 close(3)

Re: [PATCH v12 3/6] fbmon: add videomode helpers

2012-11-22 Thread Sascha Hauer
On Thu, Nov 22, 2012 at 09:50:10AM +0100, Laurent Pinchart wrote: Hi Sascha, On Thursday 22 November 2012 07:20:00 Sascha Hauer wrote: On Wed, Nov 21, 2012 at 11:02:44PM +0100, Laurent Pinchart wrote: Hi Steffen, + + htotal = vm-hactive + vm-hfront_porch + vm-hback_porch

Re: [PATCH v12 3/6] fbmon: add videomode helpers

2012-11-22 Thread Sascha Hauer
Hi Laurent, On Wed, Nov 21, 2012 at 11:02:44PM +0100, Laurent Pinchart wrote: Hi Steffen, + + htotal = vm-hactive + vm-hfront_porch + vm-hback_porch + +vm-hsync_len; + vtotal = vm-vactive + vm-vfront_porch + vm-vback_porch + +vm-vsync_len; +

Re: [PATCH v1.2 1/4] v4l: Define video buffer flags for timestamp types

2012-11-22 Thread Sakari Ailus
Hi Hans, On Wed, Nov 21, 2012 at 11:53:02PM +0100, Hans Verkuil wrote: On Wed November 21 2012 20:13:22 Sakari Ailus wrote: Define video buffer flags for different timestamp types. Everything up to now have used either realtime clock or monotonic clock, without a way to tell which clock

Re: [GIT PULL] soc-camera + VEU for 3.8

2012-11-22 Thread Mauro Carvalho Chehab
Em Thu, 22 Nov 2012 11:41:05 -0200 Mauro Carvalho Chehab mche...@redhat.com escreveu: Em Wed, 31 Oct 2012 13:01:19 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: Hi Mauro Please pull driver updates for 3.8. Apart from usual soc-camera development this pull request

RE: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-22 Thread Kamil Debski
Hi Sakari, From: Sakari Ailus [mailto:sakari.ai...@iki.fi] Sent: Wednesday, November 21, 2012 8:40 PM Hi Sylwester and Shaik, On Mon, Nov 19, 2012 at 11:06:34PM +0100, Sylwester Nawrocki wrote: On 11/07/2012 07:40 AM, Shaik Ameer Basha wrote: Make gsc-m2m propagate the timestamp field

[GIT PULL FOR v3.8] [RESEND] V4L2 driver for S3C24XX/S3C64XX SoC series camera interface

2012-11-22 Thread Sylwester Nawrocki
Hi Mauro, (resending as it seems the original message didn't make it through to the mailing list) The following changes since commit 2c4e11b7c15af70580625657a154ea7ea70b8c76: [media] siano: fix RC compilation (2012-11-07 11:09:08 +0100) are available in the git repository at:

[GIT PULL FOR 3.8] V4L2 driver for S3C24XX/S3C64XX SoC series camera interface

2012-11-22 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit 2c4e11b7c15af70580625657a154ea7ea70b8c76: [media] siano: fix RC compilation (2012-11-07 11:09:08 +0100) are available in the git repository at: git://linuxtv.org/snawrocki/media.git mainline/s3c-camif This is a V4L2 driver for camera host

Re: [PATCH 1/2] ARM: i.MX27: Add platform support for IRAM.

2012-11-22 Thread javier Martin
On 16 November 2012 13:48, Sascha Hauer s.ha...@pengutronix.de wrote: On Mon, Nov 05, 2012 at 04:59:44PM +0100, Javier Martin wrote: Add support for IRAM to i.MX27 non-DT platforms using iram_init() function. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com ---

Re: [PATCH 133/493] remove use of __devexit_p

2012-11-22 Thread Prabhakar Lad
On Mon, Nov 19, 2012 at 11:51 PM, Bill Pemberton wf...@virginia.edu wrote: CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. [snip] drivers/media/platform/davinci/dm355_ccdc.c | 2 +- drivers/media/platform/davinci/dm644x_ccdc.c | 2 +-

Re: [RFC] Selections targets at V4L2 video mem-to-mem interface

2012-11-22 Thread Shaik Ameer Basha
Hi Sylwester, On Wed, Nov 7, 2012 at 3:52 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi All, I'd like to clarify the meaning of selection targets on a mem-to-mem video device, in order to document it and to make sure new m2m drivers get it right, and also that the existing

[PATCH] [media] s5p-mfc: Flush DPB buffers during stream off

2012-11-22 Thread Arun Kumar K
Flushing of delay DPB buffers have to be done during stream off. In MFC v6, it is done with a risc to host command. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Arun Mankuzhi aru...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc.c|6 ++

[PATCH] s5p-mfc: Context handling in open() bugfix

2012-11-22 Thread Kamil Debski
Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c

Re: [PATCH v12 3/6] fbmon: add videomode helpers

2012-11-22 Thread Laurent Pinchart
Hi Sascha, On Thursday 22 November 2012 07:20:00 Sascha Hauer wrote: On Wed, Nov 21, 2012 at 11:02:44PM +0100, Laurent Pinchart wrote: Hi Steffen, + + htotal = vm-hactive + vm-hfront_porch + vm-hback_porch + + vm-hsync_len; + vtotal = vm-vactive + vm-vfront_porch +

Re: [PATCH v12 3/6] fbmon: add videomode helpers

2012-11-22 Thread Laurent Pinchart
On Thursday 22 November 2012 09:53:42 Sascha Hauer wrote: On Thu, Nov 22, 2012 at 09:50:10AM +0100, Laurent Pinchart wrote: On Thursday 22 November 2012 07:20:00 Sascha Hauer wrote: On Wed, Nov 21, 2012 at 11:02:44PM +0100, Laurent Pinchart wrote: Hi Steffen, + +

Re: [PATCH v1.2 1/4] v4l: Define video buffer flags for timestamp types

2012-11-22 Thread Hans Verkuil
On Wed November 21 2012 20:13:22 Sakari Ailus wrote: Define video buffer flags for different timestamp types. Everything up to now have used either realtime clock or monotonic clock, without a way to tell which clock the timestamp was taken from. Also document that the clock source of the

Re: [GIT PULL FOR 3.8] V4L2 driver for S3C24XX/S3C64XX SoC series camera interface

2012-11-22 Thread Sylwester Nawrocki
Hi Mauro, On 11/21/2012 10:31 PM, Sylwester Nawrocki wrote: The following changes since commit 2c4e11b7c15af70580625657a154ea7ea70b8c76: [media] siano: fix RC compilation (2012-11-07 11:09:08 +0100) are available in the git repository at: git://linuxtv.org/snawrocki/media.git

Re: [GIT PULL FOR v3.7-rc] Samsung SoC media driver fixes

2012-11-22 Thread Sylwester Nawrocki
Hi Laurent. On 11/22/2012 07:55 PM, Laurent Pinchart wrote: On Thursday 22 November 2012 19:21:42 Sylwester Nawrocki wrote: Hi Mauro, this is what I've just sent (this time from the office my samsung.com account) to linux-media@vger.kernel.org. And can't see it neither on the mailing list nor

cron job: media_tree daily build: WARNINGS

2012-11-22 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:Thu Nov 22 19:00:22 CET 2012 git hash:304a0807a22852fe3095a62c24b25c4d0e16d003 gcc version: i686-linux-gcc

Re: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-22 Thread 'Sakari Ailus'
Hi Kamil, On Thu, Nov 22, 2012 at 10:32:09AM +0100, Kamil Debski wrote: Hi Sakari, From: Sakari Ailus [mailto:sakari.ai...@iki.fi] Sent: Wednesday, November 21, 2012 8:40 PM Hi Sylwester and Shaik, On Mon, Nov 19, 2012 at 11:06:34PM +0100, Sylwester Nawrocki wrote: On

[PATCH] gspca - ov534: Fix the light frequency filter.

2012-11-22 Thread Jean-Francois Moine
From: Jean-François Moine moin...@free.fr The exchanges relative to the light frequency filter were adapted from a description found in a ms-windows driver. It seems that the registers were the ones of some other sensor. This patch was done thanks to the documentation of the right OmniVision

Re: [PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-22 Thread Sylwester Nawrocki
Hi Sakari, On 11/21/2012 08:39 PM, Sakari Ailus wrote: Hi Sylwester and Shaik, On Mon, Nov 19, 2012 at 11:06:34PM +0100, Sylwester Nawrocki wrote: On 11/07/2012 07:40 AM, Shaik Ameer Basha wrote: Make gsc-m2m propagate the timestamp field from source to destination buffers We probably need

[RFC v2 0/5] Common Display Framework

2012-11-22 Thread Laurent Pinchart
From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Hi everybody, Here's the second RFC of what was previously known as the Generic Panel Framework. I won't repeat all the background information from the first version here, you can read it at http://lwn.net/Articles/512363/. Many

[RFC v2 1/5] video: Add generic display entity core

2012-11-22 Thread Laurent Pinchart
From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/video/Kconfig|1 + drivers/video/Makefile |1 + drivers/video/display/Kconfig|4 +

[RFC v2 4/5] video: panel: Add R61505 panel support

2012-11-22 Thread Laurent Pinchart
From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com The R61505 is a SYS-80 bus panel controller from Renesas. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/video/display/Kconfig|9 + drivers/video/display/Makefile |1 +

[RFC v2 5/5] video: panel: Add R61517 panel support

2012-11-22 Thread Laurent Pinchart
From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com The R61517 is a MIPI DBI panel controller from Renesas. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/video/display/Kconfig|9 + drivers/video/display/Makefile |1 +

[RFC v2 3/5] video: display: Add MIPI DBI bus support

2012-11-22 Thread Laurent Pinchart
From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/video/display/Kconfig|4 + drivers/video/display/Makefile |1 + drivers/video/display/mipi-dbi-bus.c | 228

[RFC v2 2/5] video: panel: Add DPI panel support

2012-11-22 Thread Laurent Pinchart
From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/video/display/Kconfig | 13 +++ drivers/video/display/Makefile|1 + drivers/video/display/panel-dpi.c | 147

Re: [PATCH v2] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-22 Thread Sylwester Nawrocki
Hi Shaik, On 11/22/2012 06:25 AM, Shaik Ameer Basha wrote: Make gsc-m2m propagate the timestamp field from source to destination buffers Signed-off-by: John Sheus...@google.com Signed-off-by: Shaik Ameer Bashashaik.am...@samsung.com I've applied this patch to my tree for v3.8. Thanks,

Re: [PATCH v12 2/6] video: add of helper for videomode

2012-11-22 Thread Steffen Trumtrar
Hi! On Wed, Nov 21, 2012 at 09:03:38AM -0600, Rob Herring wrote: On 11/21/2012 05:52 AM, Thierry Reding wrote: On Wed, Nov 21, 2012 at 12:48:43PM +0100, Steffen Trumtrar wrote: Hi! On Wed, Nov 21, 2012 at 10:12:43AM +, Manjunathappa, Prakash wrote: Hi Steffen, On Tue, Nov 20,

[PATCHv13 4/7] fbmon: add videomode helpers

2012-11-22 Thread Steffen Trumtrar
Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Thierry Reding

Re: [PATCH v12 3/6] fbmon: add videomode helpers

2012-11-22 Thread Steffen Trumtrar
On Thu, Nov 22, 2012 at 10:07:07AM +0100, Laurent Pinchart wrote: On Thursday 22 November 2012 09:53:42 Sascha Hauer wrote: On Thu, Nov 22, 2012 at 09:50:10AM +0100, Laurent Pinchart wrote: On Thursday 22 November 2012 07:20:00 Sascha Hauer wrote: On Wed, Nov 21, 2012 at 11:02:44PM

[PATCHv13 7/7] drm_modes: add of_videomode helpers

2012-11-22 Thread Steffen Trumtrar
Add helper to get drm_display_mode from devicetree. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Thierry Reding thierry.red...@avionic-design.de

[PATCHv13 0/7] of: add display helper

2012-11-22 Thread Steffen Trumtrar
Hi! Changes since v12: - rename struct display_timing to via_display_timing in via subsystem - fix refreshrate calculation - fix const struct * warnings (reported by: Manjunathappa, Prakash prakash...@ti.com) - some CodingStyle fixes -

[PATCHv13 1/7] viafb: rename display_timing to via_display_timing

2012-11-22 Thread Steffen Trumtrar
The struct display_timing is specific to the via subsystem. The naming leads to collisions with the new struct display_timing, that is supposed to be a shared struct between different subsystems. To clean this up, prepend the existing struct with the subsystem it is specific to. Signed-off-by:

[PATCH v2 2/2] fimc-lite: Don't use mutex_lock_interruptible() in device release()

2012-11-22 Thread Sylwester Nawrocki
Use uninterruptible mutex_lock in the release() file op to make sure all resources are properly freed when a process is being terminated. Returning -ERESTARTSYS has no effect for a terminating process and this may cause driver resources not to be released. This patch is required for stable

Re: [PATCHv13 4/7] fbmon: add videomode helpers

2012-11-22 Thread Laurent Pinchart
Hi Steffen, On Thursday 22 November 2012 17:00:12 Steffen Trumtrar wrote: Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding

Re: [GIT PULL FOR v3.7-rc] Samsung SoC media driver fixes

2012-11-22 Thread Sylwester Nawrocki
Hi Mauro, this is what I've just sent (this time from the office my samsung.com account) to linux-media@vger.kernel.org. And can't see it neither on the mailing list nor at the patchwork. Regards, Sylwester On 11/22/2012 07:15 PM, Sylwester Nawrocki wrote: Hi Mauro, The following changes

[PATCH] gspca - stv06xx: Fix a regression with the bridge/sensor vv6410

2012-11-22 Thread Jean-Francois Moine
From: Jean-François Moine moin...@free.fr Setting the H and V flip controls at webcam connection time prevents the webcam to work correctly. This patch checks if the webcam is streaming before setting the flips. It does not set the flips (nor other controls) at webcam start time. Tested-by:

Re: [PATCH v2] media: V4L2: add temporary clock helpers

2012-11-22 Thread Sylwester Nawrocki
Hi All, On 11/14/2012 02:06 PM, Laurent Pinchart wrote: ... + +static DEFINE_MUTEX(clk_lock); +static LIST_HEAD(v4l2_clk); As Sylwester mentioned, what about s/v4l2_clk/v4l2_clks/ ? Don't you think naming of a static variable isn't important enough? ;-) I think code authors should have

Re: [PATCH 234/493] media: remove use of __devinit

2012-11-22 Thread Guennadi Liakhovetski
On Mon, 19 Nov 2012, Bill Pemberton wrote: drivers/media/platform/sh_vou.c| 2 +- drivers/media/platform/soc_camera/atmel-isi.c | 2 +- drivers/media/platform/soc_camera/mx2_camera.c | 4 ++-- drivers/media/platform/soc_camera/mx3_camera.c | 2 +-

[PATCH] fc2580: write some registers conditionally

2012-11-22 Thread Antti Palosaari
It was a bad idea, as comment also says, to write some don't care registers as 0xff value. Fix it. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/fc2580.c | 61 +-- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git

[GIT PULL FOR 3.8] fc2580: write some registers conditionally

2012-11-22 Thread Antti Palosaari
The following changes since commit 304a0807a22852fe3095a62c24b25c4d0e16d003: [media] drivers/media/usb/hdpvr/hdpvr-core.c: fix error return code (2012-11-22 14:22:31 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git for_v3.8-fc2580 for you to fetch

Re: [PATCHv13 4/7] fbmon: add videomode helpers

2012-11-22 Thread Steffen Trumtrar
On Thu, Nov 22, 2012 at 07:31:39PM +0100, Laurent Pinchart wrote: Hi Steffen, On Thursday 22 November 2012 17:00:12 Steffen Trumtrar wrote: Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by:

Re: [PATCH] [media] rtl28xxu: add NOXON DAB/DAB+ USB dongle rev 2

2012-11-22 Thread Antti Palosaari
On 11/13/2012 08:09 PM, Juergen Lock wrote: This just adds the usbid to the rtl28xxu driver, that's all that's needed to make the stick work for DVB. Signed-off-by: Juergen Lock n...@jelal.kn-bremen.de --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@

[GIT PULL FOR 3.8] rtl28xxu: new device IDs

2012-11-22 Thread Antti Palosaari
The following changes since commit 304a0807a22852fe3095a62c24b25c4d0e16d003: [media] drivers/media/usb/hdpvr/hdpvr-core.c: fix error return code (2012-11-22 14:22:31 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git for_v3.8-rtl28xxu for you to fetch

Re: [PATCHv13 4/7] fbmon: add videomode helpers

2012-11-22 Thread Laurent Pinchart
On Friday 23 November 2012 00:09:49 Steffen Trumtrar wrote: On Thu, Nov 22, 2012 at 07:31:39PM +0100, Laurent Pinchart wrote: On Thursday 22 November 2012 17:00:12 Steffen Trumtrar wrote: Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen

Re: [PATCH v2 00/12] Media Controller capture driver for DM365

2012-11-22 Thread Sakari Ailus
Hi Prabhakar and others, On Fri, Nov 16, 2012 at 08:15:02PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com This patch set adds media controller based capture driver for DM365. This driver bases its design on Laurent Pinchart's Media Controller Design whose

[PATCH 0/4] [media] exynos-gsc: Some fixes

2012-11-22 Thread Sachin Kamat
Patch series build tested and based on samsung/for_v3.8 branch of git://linuxtv.org/snawrocki/media.git. Sachin Kamat (4): [media] exynos-gsc: Rearrange error messages for valid prints [media] exynos-gsc: Remove gsc_clk_put call from gsc_clk_get [media] exynos-gsc: Use devm_clk_get()

[PATCH 1/4] [media] exynos-gsc: Rearrange error messages for valid prints

2012-11-22 Thread Sachin Kamat
In case of clk_prepare failure, the function gsc_clk_get also prints failed to get clock which is not correct. Hence move the error messages to their respective blocks. While at it, also renamed the labels meaningfully. Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat

[PATCH 2/4] [media] exynos-gsc: Remove gsc_clk_put call from gsc_clk_get

2012-11-22 Thread Sachin Kamat
Since this function just returns (since gsc-clock is NULL), remove it and make the exit code simpler. Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/exynos-gsc/gsc-core.c |8 +++- 1 files changed, 3

[PATCH 3/4] [media] exynos-gsc: Use devm_clk_get()

2012-11-22 Thread Sachin Kamat
devm_clk_get() is a device managed function and makes error handling a bit simpler. Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/exynos-gsc/gsc-core.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-)

[PATCH 4/4] [media] exynos-gsc: Fix checkpatch warning in gsc-m2m.c

2012-11-22 Thread Sachin Kamat
Fixes the following warning: WARNING: space prohibited between function name and open parenthesis '(' FILE: media/platform/exynos-gsc/gsc-m2m.c:606: ctx = kzalloc(sizeof (*ctx), GFP_KERNEL); Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org

Re: [PATCH 444/493] media: remove use of __devexit

2012-11-22 Thread Guennadi Liakhovetski
On Mon, 19 Nov 2012, Bill Pemberton wrote: CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. drivers/media/platform/sh_vou.c | 2 +- drivers/media/platform/soc_camera/atmel-isi.c| 2 +-

Re: [PATCHv13 5/7] fbmon: add of_videomode helpers

2012-11-22 Thread Steffen Trumtrar
Hi Laurent, On Thu, Nov 22, 2012 at 06:58:09PM +0100, Laurent Pinchart wrote: Hi Steffen, On Thursday 22 November 2012 17:00:13 Steffen Trumtrar wrote: Add helper to get fb_videomode from devicetree. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry

Re: stv090x: possible bug with 8psk,fec=5/6

2012-11-22 Thread N. D.
Оригинално писмо От: N. D. nam...@abv.bg Относно: stv090x: possible bug with 8psk,fec=5/6 До: linux-media@vger.kernel.org Изпратено на: Четвъртък, 2012, Юни 14 22:33:06 EEST I own a Skystar USB HD which I use with vdr. Ever since I bought the card I have