Re: [PATCH] [media] vpif_display: fix condition logic in vpif_enum_dv_timings()

2012-11-04 Thread Prabhakar Lad
Hi Wei, On Tue, Oct 30, 2012 at 7:19 PM, Wei Yongjun wrote: > From: Wei Yongjun > > The pattern E == C1 && E == C2 is always false. This patch > fix this according to the assumption that && should be ||. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) >

Re: [PATCH] [media] vpif_capture: fix condition logic in vpif_capture.c

2012-11-04 Thread Prabhakar Lad
Wei, On Tue, Oct 30, 2012 at 7:15 PM, Wei Yongjun wrote: > From: Wei Yongjun > > The pattern E == C1 && E == C2 is always false. This patch > fix this according to the assumption that && should be ||. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > >

Re: S3C244X/S3C64XX SoC camera host interface driver questions

2012-11-04 Thread Tomasz Figa
Hi Andrey, On Sunday 04 of November 2012 23:14:47 Sylwester Nawrocki wrote: > >> Are you using this version of patches: > >> http://git.linuxtv.org/snawrocki/media.git/shortlog/refs/heads/s3c-cam > >> if ?> > > I'm using patches from > > https://github.com/snawrocki/linux/commits/s3c-camif-v3.5 w

Re: S3C244X/S3C64XX SoC camera host interface driver questions

2012-11-04 Thread Sylwester Nawrocki
Hi Andrey, Cc: LMML On 11/04/2012 09:43 PM, Andrey Gusakov wrote: Hi all. I'm testing your FIMC driver on S3C6410 hardware with OV9650 (in plans OV2640). I fixed some register definition, gpio init, fixed IRQ handling for S3C6410. So now i can get test frames from internal pattern generator.

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-04 Thread Oleg Kravchenko
неділя, 04-лис-2012 16:49:00 Andy Walls написано: > On Sun, 2012-11-04 at 09:59 +0200, Oleg Kravchenko wrote: > > субота, 03-лис-2012 16:41:10 Andy Walls написано: > > > Oleg Kravchenko wrote: > > > >Hello! Please review my patch. > > > > > > > >Supported inputs: > > > >Television, S-Video, Compon

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-04 Thread Andy Walls
On Sun, 2012-11-04 at 09:59 +0200, Oleg Kravchenko wrote: > субота, 03-лис-2012 16:41:10 Andy Walls написано: > > Oleg Kravchenko wrote: > > >Hello! Please review my patch. > > > > > >Supported inputs: > > >Television, S-Video, Component. > > > > > >Modules options: > > >options cx25840 firmware=v

[GIT PULL FOR 3.8] Miscellaneous fixes

2012-11-04 Thread Hans de Goede
Hi Mauro, Please pull from my tree for a bunch of miscellaneous fixes for 3.8 . The following changes since commit 8f7e91a31fb95c50880c76505b416630c0326d93: [media] smiapp-pll: Constify limits argument to smiapp_pll_calculate() (2012-10-29 09:51:38 -0200) are available in the git repository

cron job: media_tree daily build: WARNINGS

2012-11-04 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sun Nov 4 19:00:26 CET 2012 git hash:8f7e91a31fb95c50880c76505b416630c0326d93 gcc version: i686-linux-gcc (GCC

Re: Please help me with cx88 audio

2012-11-04 Thread Gene K
Gene K yahoo.com> writes: > > I can't get the cx88-alsa driver to produce anything but loud noise (white noise > or pink noise) from my FusionHDTV 5 Gold card. This problem has been reported on > this list and elsewhere, but seemingly with no resolution, despite a LOT of RTFM > and Googli

[PATCH] staging/media: Use dev_ printks in go7007/wis-sony-tuner.c

2012-11-04 Thread YAMANE Toshiaki
fixed below checkpatch warning. - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... - WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... - WARNING: Prefer netdev_err(netdev, ... then dev_e

[PATCH] staging/media: Use dev_ printks in go7007/go7007-driver.c

2012-11-04 Thread YAMANE Toshiaki
fixed below checkpatch warning. - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... Signed-off-by: YAMANE Toshiaki --- drivers/staging/media/go7007/go7007-driver.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/

[PATCH] add MAINTAINERS entry

2012-11-04 Thread Malcolm Priestley
Signed-off-by: Malcolm Priestley --- MAINTAINERS | 40 1 file changed, 40 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 28eeaec..ac738f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4100,6 +4100,22 @@ S: Maintained F: Documen

avermedia, new version of avertv volar green hd

2012-11-04 Thread moebius
Bonjour, It's a dvb-t usb dongle It's the same name than a former device but with new id : 07ca:3835 instead of 07ca:a835 and probably new hardware ; and it doesn't work... I've tried to enter a new device in the v4l-dvb web list but nothing has happened ; the source, can be found at http:/

Re: [PATCH 10/23] V4L: Add auto focus targets to the selections API

2012-11-04 Thread Sakari Ailus
Hi Sylwester, Thanks for the update! On Mon, Oct 29, 2012 at 11:43:07PM +0100, Sylwester Nawrocki wrote: > Hi Sakari, > > On 10/29/2012 09:00 PM, Sakari Ailus wrote: > > On Thu, May 10, 2012 at 12:30:45PM +0200, Sylwester Nawrocki wrote: > >> The camera automatic focus algorithms may require se

Re: [PATCH v7 2/8] of: add helper to parse display timings

2012-11-04 Thread Steffen Trumtrar
Hi! On Fri, Nov 02, 2012 at 10:49:47PM +0530, Leela Krishna Amudala wrote: > Hello Steffen, > > On Wed, Oct 31, 2012 at 2:58 PM, Steffen Trumtrar > > +static int parse_property(struct device_node *np, char *name, > > + struct timing_entry *result) > > +{ > > +

Re: [PATCH v7 2/8] of: add helper to parse display timings

2012-11-04 Thread Steffen Trumtrar
On Thu, Nov 01, 2012 at 09:15:10PM +0100, Thierry Reding wrote: > On Wed, Oct 31, 2012 at 10:28:02AM +0100, Steffen Trumtrar wrote: > [...] > > diff --git a/Documentation/devicetree/bindings/video/display-timings.txt > > b/Documentation/devicetree/bindings/video/display-timings.txt > [...] > > @@

Re: [PATCH v7 1/8] video: add display_timing struct and helpers

2012-11-04 Thread Steffen Trumtrar
On Thu, Nov 01, 2012 at 09:08:42PM +0100, Thierry Reding wrote: > On Wed, Oct 31, 2012 at 10:28:01AM +0100, Steffen Trumtrar wrote: > [...] > > +void timings_release(struct display_timings *disp) > > +{ > > + int i; > > + > > + for (i = 0; i < disp->num_timings; i++) > > + kfree(disp-

Re: [segfault] running ir-keytable with v4l-utils 0.8.9

2012-11-04 Thread Gregor Jasny
Hello, On 10/27/12 1:26 PM, Gregor Jasny wrote: > I looked at the crash and it seems that the rc_dev structure is not > initialized when a device name is set on the command line. Could you > please take a look? I filed this as a Fedora bug report so that it does not get lost: https://bugzilla.red

Re: small regression in mediatree/for_v3.7-3 - media_build

2012-11-04 Thread Hin-Tak Leung
--- On Sat, 3/11/12, VDR User wrote: > On Tue, Aug 14, 2012 at 4:51 PM, > Antti Palosaari > wrote: > >> There seems to be a small regression on > mediatree/for_v3.7-3 > >> - dmesg/klog get flooded with these: > >> > >> [201145.140260] dvb_frontend_poll: 15 callbacks > suppressed > >> [201145.586

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-04 Thread Oleg Kravchenko
субота, 03-лис-2012 16:41:10 Andy Walls написано: > Oleg Kravchenko wrote: > >Hello! Please review my patch. > > > >Supported inputs: > >Television, S-Video, Component. > > > >Modules options: > >options cx25840 firmware=v4l-cx23418-dig.fw > > Hi, > > Please do not use the CX23418 digitizer firm