RE: Skeleton LinuxDVB framework

2012-11-01 Thread Charlie X. Liu
You could check or refer to the following links, for start: http://linuxtv.org/wiki/index.php/Main_Page http://www.linuxtv.org/docs/dvbapi/dvbapi.html http://linuxtv.org/downloads/v4l-dvb-apis/dvbapi.html http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps http://linuxtv.org/downloads/legacy/li

cron job: media_tree daily build: WARNINGS

2012-11-01 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 1 19:00:26 CET 2012 git hash:8f7e91a31fb95c50880c76505b416630c0326d93 gcc version: i686-linux-gcc (GCC

[PATCH] [media] tda18212: tda18218: use 'val' if initialized

2012-11-01 Thread Paul Bolle
Commits e666a44fa313cb9329c0381ad02fc6ee1e21cb31 ("[media] tda18212: silence compiler warning") and e0e52d4e9f5bce7ea887027c127473eb654a5a04 ("[media] tda18218: silence compiler warning") silenced warnings equivalent to these: drivers/media/tuners/tda18212.c: In function ‘tda18212_attach’:

Re: [PATCH v2, RESEND] libv4lconvert: clarify the behavior and resulting restrictions of v4lconvert_convert()

2012-11-01 Thread Hans de Goede
Hi, Thanks, Looks good, added to git-master (with some trailing whitespace cleanups) Regards, Hans On 10/21/2012 06:58 PM, Frank Schäfer wrote: Signed-off-by: Frank Schäfer --- lib/include/libv4lconvert.h | 20 ++-- 1 Datei geändert, 18 Zeilen hinzugefügt(+), 2 Zeilen e

[PATCH] [media] budget-av: only use t_state if initialized

2012-11-01 Thread Paul Bolle
Building budget-av.o triggers this GCC warning: In file included from drivers/media/pci/ttpci/budget-av.c:44:0: drivers/media/dvb-frontends/tda8261_cfg.h: In function ‘tda8261_get_bandwidth’: drivers/media/dvb-frontends/tda8261_cfg.h:68:21: warning: ‘t_state.bandwidth’ may be used uni

Re: [PATCH v7 3/8] of: add generic videomode description

2012-11-01 Thread Thierry Reding
On Wed, Oct 31, 2012 at 10:28:03AM +0100, Steffen Trumtrar wrote: [...] > +config OF_VIDEOMODE > + def_bool y > + depends on VIDEOMODE > + help > + helper to get videomodes from the devicetree > + I think patches 3 and 4 need to be swapped, since patch 4 introduces the VIDEOMODE

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

2012-11-01 Thread Thierry Reding
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 [...] > @@ -0,0 +1,139 @@ > +display-timings bindings > +== > + > +disp

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

2012-11-01 Thread Thierry Reding
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->timings[i]); > +} > + > +void display_timings_release(struct display_timi

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Sylwester Nawrocki
On 11/01/2012 05:15 PM, Hans Verkuil wrote: On Thu November 1 2012 16:01:59 Guennadi Liakhovetski wrote: On Thu, 1 Nov 2012, Laurent Pinchart wrote: On Monday 22 October 2012 17:22:16 Hans Verkuil wrote: On Mon October 22 2012 16:48:05 Guennadi Liakhovetski wrote: On Mon, 22 Oct 2012, Hans Ve

Re: [media-workshop] Tentative Agenda for the November workshop

2012-11-01 Thread Sylwester Nawrocki
On 11/01/2012 05:05 PM, Laurent Pinchart wrote: > On Thursday 01 November 2012 17:01:02 Hans Verkuil wrote: >> On Wed October 31 2012 14:12:05 Guennadi Liakhovetski wrote: >>> On Mon, 22 Oct 2012, Guennadi Liakhovetski wrote: On Mon, 22 Oct 2012, Hans Verkuil wrote: > Hi all, > > T

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

2012-11-01 Thread Stephen Warren
On 10/31/2012 03:28 AM, Steffen Trumtrar wrote: Patch description? The patch defines the DT binding as well, which isn't mentioned in the patch subject. > new file mode 100644 > index 000..04c94a3 > --- /dev/null > +++ b/Documentation/devicetree/bindings/video/display-timings.txt > +Usage in

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Guennadi Liakhovetski
On Thu, 1 Nov 2012, Hans Verkuil wrote: > On Thu November 1 2012 16:01:59 Guennadi Liakhovetski wrote: > > On Thu, 1 Nov 2012, Laurent Pinchart wrote: > > > > > Hello, > > > > > > On Monday 22 October 2012 17:22:16 Hans Verkuil wrote: > > > > On Mon October 22 2012 16:48:05 Guennadi Liakhovetski

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Hans Verkuil
On Thu November 1 2012 16:01:59 Guennadi Liakhovetski wrote: > On Thu, 1 Nov 2012, Laurent Pinchart wrote: > > > Hello, > > > > On Monday 22 October 2012 17:22:16 Hans Verkuil wrote: > > > On Mon October 22 2012 16:48:05 Guennadi Liakhovetski wrote: > > > > On Mon, 22 Oct 2012, Hans Verkuil wrote

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Guennadi Liakhovetski
On Thu, 1 Nov 2012, Laurent Pinchart wrote: > Hi, > > On Monday 22 October 2012 15:36:03 Hans Verkuil wrote: > > On Mon October 22 2012 14:50:14 Guennadi Liakhovetski wrote: > > > On Mon, 22 Oct 2012, Hans Verkuil wrote: > > > > On Mon October 22 2012 13:08:12 Guennadi Liakhovetski wrote: [snip]

Re: [media-workshop] Tentative Agenda for the November workshop

2012-11-01 Thread Mauro Carvalho Chehab
Em Thu, 1 Nov 2012 16:44:50 +0100 Hans Verkuil escreveu: > On Thu October 25 2012 19:27:01 Mauro Carvalho Chehab wrote: > > Hi Hans, > > > > Em Mon, 22 Oct 2012 10:35:56 +0200 > > Hans Verkuil escreveu: > > > > > Hi all, > > > > > > This is the tentative agenda for the media workshop on Novem

Re: [media-workshop] Tentative Agenda for the November workshop

2012-11-01 Thread Laurent Pinchart
On Thursday 01 November 2012 17:01:02 Hans Verkuil wrote: > On Wed October 31 2012 14:12:05 Guennadi Liakhovetski wrote: > > On Mon, 22 Oct 2012, Guennadi Liakhovetski wrote: > > > On Mon, 22 Oct 2012, Hans Verkuil wrote: > > > > Hi all, > > > > > > > > This is the tentative agenda for the media w

Re: [media-workshop] Tentative Agenda for the November workshop

2012-11-01 Thread Hans Verkuil
On Wed October 31 2012 14:12:05 Guennadi Liakhovetski wrote: > Hi all > > On Mon, 22 Oct 2012, Guennadi Liakhovetski wrote: > > > On Mon, 22 Oct 2012, Hans Verkuil wrote: > > > > > Hi all, > > > > > > This is the tentative agenda for the media workshop on November 8, 2012. > > > If you have add

Re: [media-workshop] Tentative Agenda for the November workshop

2012-11-01 Thread Hans Verkuil
On Thu October 25 2012 19:27:01 Mauro Carvalho Chehab wrote: > Hi Hans, > > Em Mon, 22 Oct 2012 10:35:56 +0200 > Hans Verkuil escreveu: > > > Hi all, > > > > This is the tentative agenda for the media workshop on November 8, 2012. > > If you have additional things that you want to discuss, or s

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Guennadi Liakhovetski
On Thu, 1 Nov 2012, Laurent Pinchart wrote: > Hi Guennadi, > > On Thursday 01 November 2012 16:01:59 Guennadi Liakhovetski wrote: > > On Thu, 1 Nov 2012, Laurent Pinchart wrote: > > > On Monday 22 October 2012 17:22:16 Hans Verkuil wrote: > > > > On Mon October 22 2012 16:48:05 Guennadi Liakhovet

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Laurent Pinchart
Hi Guennadi, On Thursday 01 November 2012 16:01:59 Guennadi Liakhovetski wrote: > On Thu, 1 Nov 2012, Laurent Pinchart wrote: > > On Monday 22 October 2012 17:22:16 Hans Verkuil wrote: > > > On Mon October 22 2012 16:48:05 Guennadi Liakhovetski wrote: > > > > On Mon, 22 Oct 2012, Hans Verkuil wrot

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Laurent Pinchart
Hi, On Monday 22 October 2012 15:36:03 Hans Verkuil wrote: > On Mon October 22 2012 14:50:14 Guennadi Liakhovetski wrote: > > On Mon, 22 Oct 2012, Hans Verkuil wrote: > > > On Mon October 22 2012 13:08:12 Guennadi Liakhovetski wrote: > > > > On Mon, 22 Oct 2012, Hans Verkuil wrote: > > > > > On Sa

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Guennadi Liakhovetski
On Thu, 1 Nov 2012, Laurent Pinchart wrote: > Hello, > > On Monday 22 October 2012 17:22:16 Hans Verkuil wrote: > > On Mon October 22 2012 16:48:05 Guennadi Liakhovetski wrote: > > > On Mon, 22 Oct 2012, Hans Verkuil wrote: > > > > On Mon October 22 2012 14:50:14 Guennadi Liakhovetski wrote: > >

Re: [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

2012-11-01 Thread Laurent Pinchart
Hello, On Monday 22 October 2012 17:22:16 Hans Verkuil wrote: > On Mon October 22 2012 16:48:05 Guennadi Liakhovetski wrote: > > On Mon, 22 Oct 2012, Hans Verkuil wrote: > > > On Mon October 22 2012 14:50:14 Guennadi Liakhovetski wrote: > > > > On Mon, 22 Oct 2012, Hans Verkuil wrote: > > > > > On

[PATCH] stkwebcam: Fix sparse warning on undeclared symbol

2012-11-01 Thread Ezequiel Garcia
The sparse warning is: "drivers/media/usb/stkwebcam/stk-webcam.c:59:5: warning: symbol 'first_init' was not declared. Should it be static?" Declare variable 'first_init' as static and local to the function. Found by Hans Verkuil's daily build. Tested by compilation only. Cc: Andrea Anacleto Cc:

[omap3-isp-live] Autofocus buffer interpretation of H3A engine

2012-11-01 Thread Florian Neuhaus
Hi Laurent I am adapting your current omap3-isp-live application to fit our needs (http://git.ideasonboard.org/omap3-isp-live.git/commit/619164a994c8d878249d6c1b8b16c27074a04209). For this I need to implement an autofocus algorithm to control an attached actuator. Let me summarize what componen