Re: [GIT PATCHES FOR 2.6.37] Remove v4l2-i2c-drv.h and most of i2c-id.h

2010-09-23 Thread Hans Verkuil
Hi Hans, On Thu, 23 Sep 2010 08:14:43 +0200, Hans Verkuil wrote: Jean, I did a grep of who is still including i2c-id.h (excluding media drivers): drivers/gpu/drm/nouveau/nouveau_i2c.h:#include linux/i2c-id.h drivers/gpu/drm/radeon/radeon_mode.h:#include linux/i2c-id.h drivers/gpu/drm

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-23 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Thu Sep 23 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [PATCH v10 3/4] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-09-24 Thread Hans Verkuil
-- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-24 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Sep 24 19:00:10 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [PATCH v1 1/7] v4l: add videobuf2 Video for Linux 2 driver framework

2010-09-25 Thread Hans Verkuil
. Regards, Hans -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v1 1/7] v4l: add videobuf2 Video for Linux 2 driver framework (retry)

2010-09-25 Thread Hans Verkuil
that are supposed to do this. I understand that they are xawtv and xdtv. 6) Don't forget to update your email address in these files! :-) Regards, Hans -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-25 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Sep 25 19:00:16 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[RFC PATCH] Rename video_device et al to v4l2_devnode

2010-09-26 Thread Hans Verkuil
://git.linuxtv.org/hverkuil/v4l-dvb.git?a=shortlog;h=refs/heads/v4l2-devnode Hans Verkuil (18): v4l2-devnode: renamed from v4l2-dev videodev2.h: update comment v4l2 core: use v4l2-devnode.h instead of v4l2-dev.h v4l2: rename to_video_device to v4l2_devnode_from_device v4l2

Re: [RFC PATCH] Rename video_device et al to v4l2_devnode

2010-09-26 Thread Hans Verkuil
outside the drivers/media tree? UVC gadget drivers in usb/gadget and a v4l2 driver in sound/ (a radio tuner that's part of a sound card). And the v4l2 drivers in drivers/staging of course. Regards, Hans R, Andy Hans Verkuil hverk...@xs4all.nl wrote: Most of the v4l2 framework

[GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-09-26 Thread Hans Verkuil
changes since commit dace3857de7a16b83ae7d4e13c94de8e4b267d2a: Hans Verkuil (1): V4L/DVB: tvaudio: remove obsolete tda8425 initialization are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git bkl Hans Verkuil (10): v4l2-dev: after a disconnect any

Re: [RFC/PATCH 5/9] v4l: Create v4l2 subdev file handle structure

2010-09-26 Thread Hans Verkuil
-probe_fmt == NULL) + return -ENOMEM; I really don't like the name 'probe' for this. I remember discussing it with you, Laurent, but I can't remember the word I came up with. Can you remember what it was? Regards, Hans -- Hans Verkuil - video4linux developer - sponsored

Re: [RFC/PATCH 2/9] v4l: Group media bus pixel codes by types and sort them alphabetically

2010-09-26 Thread Hans Verkuil
no need to stick to the old values. Just let RGB start at 1000, YUV at 2000 and Bayer at 3000 or something like that. + /* Last - Update this when adding a new pixel code */ + V4L2_MBUS_FMT_LAST = 24, Why would you need this? Regards, Hans }; /** -- Hans Verkuil

Re: [RFC/PATCH 2/9] v4l: Group media bus pixel codes by types and sort them alphabetically

2010-09-26 Thread Hans Verkuil
On Sunday, September 26, 2010 19:34:49 Laurent Pinchart wrote: Hi Hans, On Sunday 26 September 2010 19:29:53 Hans Verkuil wrote: On Sunday, September 26, 2010 18:13:25 Laurent Pinchart wrote: Adding new pixel codes at the end of the enumeration will soon create a mess, so sort

Re: [RFC/PATCH 5/9] v4l: Create v4l2 subdev file handle structure

2010-09-26 Thread Hans Verkuil
On Sunday, September 26, 2010 19:35:49 Laurent Pinchart wrote: Hi Hans, On Sunday 26 September 2010 19:25:26 Hans Verkuil wrote: On Sunday, September 26, 2010 18:13:28 Laurent Pinchart wrote: From: Stanimir Varbanov svarba...@mm-sol.com Used for storing subdev information per file

Re: [RFC/PATCH 2/9] v4l: Group media bus pixel codes by types and sort them alphabetically

2010-09-26 Thread Hans Verkuil
On Sunday, September 26, 2010 19:51:22 Laurent Pinchart wrote: Hi Hans, On Sunday 26 September 2010 19:44:38 Hans Verkuil wrote: On Sunday, September 26, 2010 19:34:49 Laurent Pinchart wrote: On Sunday 26 September 2010 19:29:53 Hans Verkuil wrote: On Sunday, September 26, 2010 18:13

Re: [RFC/PATCH 8/9] v4l: v4l2_subdev userspace frame interval API

2010-09-26 Thread Hans Verkuil
, struct v4l2_subdev_fh *fh, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which); Regards, Hans -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-26 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Sep 26 19:00:10 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-27 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Sep 27 19:00:05 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [RFC/PATCH 7/9] v4l: v4l2_subdev userspace format API

2010-09-28 Thread Hans Verkuil
Hi Hans, Thanks for the review. On Sunday 26 September 2010 20:25:20 Hans Verkuil wrote: On Sunday, September 26, 2010 18:13:30 Laurent Pinchart wrote: snip diff --git a/Documentation/DocBook/v4l/vidioc-streamon.xml b/Documentation/DocBook/v4l/vidioc-streamon.xml index e42bff1

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-28 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Sep 28 19:00:17 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-29 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Wed Sep 29 19:00:10 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[GIT PATCHES FOR 2.6.37] Rename video_device et al to v4l2_devnode

2010-09-30 Thread Hans Verkuil
, Hans The following changes since commit af9c9bdd595ec0a2077f1ebd298d8a3a1db01b57: Hans Verkuil (1): radio-mr800: remove BKL are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git devnode Hans Verkuil (19): v4l2-devnode: renamed from v4l2-dev

Re: [git:v4l-dvb/v2.6.37] V4L/DVB: V4L2: add a generic function to find the nearest discrete format to the required one

2010-09-30 Thread Hans Verkuil
videobuf_queue_*_init functions as well in my bkl patch :-( Regards, Hans -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

[GIT PATCHES FOR 2.6.37] Fix videobuf_queue*init and move v4l2_find_nearest_format to v4l2-common.h

2010-09-30 Thread Hans Verkuil
: Guennadi Liakhovetski (1): V4L/DVB: soc-camera: allow only one video queue per device are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git bkl2 Hans Verkuil (2): V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2

[GIT PATCHES FOR 2.6.37] fix long-standing tm6000 compile warning

2010-09-30 Thread Hans Verkuil
The following changes since commit e847bbbf9273533c15c6e8aab204ba62c238cf42: Hans Verkuil (1): V4L/DVB: v4l2-common: Move v4l2_find_nearest_format from videodev2.h to v4l2-common.h are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git fixes Hans Verkuil

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-30 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Thu Sep 30 19:00:05 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-01 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Oct 1 19:00:22 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-02 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Oct 2 19:00:05 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-03 Thread Hans Verkuil
Hi all, On Saturday, October 02, 2010 21:15:04 Hans Verkuil wrote: This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Oct 2 19:00:05 CEST 2010 path:http

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-03 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Oct 3 19:00:13 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-04 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Oct 4 19:00:08 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [PATCH/RFC v3 00/11] Sub-device pad-level operations

2010-10-05 Thread Hans Verkuil
, and variable renames moved from one patch to another. For this whole series: Acked-by: Hans Verkuil hverk...@xs4all.nl Regards, Hans There's no change to the API or ABI, so I won't repost a new version of the OMAP3 ISP driver. Antti Koskipaa (1): v4l: v4l2_subdev userspace crop API

Re: [PATCH/RFC v3 01/11] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-10-05 Thread Hans Verkuil
://vger.kernel.org/majordomo-info.html -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-05 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Oct 5 19:00:17 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-06 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Wed Oct 6 19:00:18 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-07 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Thu Oct 7 19:00:17 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-08 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Oct 8 19:00:24 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-09 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Oct 9 19:00:05 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-10 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Oct 10 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-11 Thread Hans Verkuil
On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, These are the locking patches. It's based on my previous test tree, but with more testing with em28xx and radio-mr800 and some small

[GIT PATCHES FOR 2.6.37] Fix locking order in radio-mr800

2010-10-11 Thread Hans Verkuil
The following changes since commit 9147e3dbca0712a5435cd2ea7c48d39344f904eb: Mauro Carvalho Chehab (1): V4L/DVB: cx231xx: use core-assisted lock are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git mr800 Hans Verkuil (1): radio-mr800: fix locking

Re: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-11 Thread Hans Verkuil
On Monday, October 11, 2010 17:48:45 Mauro Carvalho Chehab wrote: Em 11-10-2010 12:40, Hans Verkuil escreveu: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, These are the locking

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-11 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Oct 11 19:00:04 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-12 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Oct 12 19:00:11 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-13 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Wed Oct 13 19:00:12 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [PATCH v12 1/3] V4L2: Add seek spacing and RDS CAP bits.

2010-10-14 Thread Hans Verkuil
Acked-by: Hans Verkuil hverk...@xs4all.nl On Thursday, October 07, 2010 15:16:11 Matti J. Aaltonen wrote: Add spacing field to v4l2_hw_freq_seek. Add V4L2_TUNER_CAP_RDS_BLOCK_IO, which indicates that the tuner/ transmitter if capable of transmitting/receiving RDS blocks. Add

Re: [PATCH v12 2/3] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-10-14 Thread Hans Verkuil
Acked-by: Hans Verkuil hverk...@xs4all.nl -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH v12 3/3] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-14 Thread Hans Verkuil
+ entrystructfieldreserved/structfield[7]/entry entryReserved for future extensions. Drivers and applications must set the array to zero./entry /row -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list

Re: [PATCH v12 0/3] TI WL1273 FM Radio driver...

2010-10-14 Thread Hans Verkuil
deletions(-) create mode 100644 drivers/media/radio/radio-wl1273.c -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Hans Verkuil - video4linux

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-14 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Thu Oct 14 19:00:18 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: mmotm 2010-10-13 - GSPCA SPCA561 webcam driver broken

2010-10-15 Thread Hans Verkuil
to this commit, and things work again after reverting the 2 code lines of change. commit 9e4d79a98ebd857ec729f5fa8f432f35def4d0da Author: Hans Verkuil hverk...@xs4all.nl Date: Sun Sep 26 08:16:56 2010 -0300 V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blocked

Re: mmotm 2010-10-13 - GSPCA SPCA561 webcam driver broken

2010-10-15 Thread Hans Verkuil
On Friday, October 15, 2010 11:05:26 Andrew Morton wrote: On Fri, 15 Oct 2010 10:45:45 +0200 Hans Verkuil hverk...@xs4all.nl wrote: On Thursday, October 14, 2010 22:06:29 valdis.kletni...@vt.edu wrote: On Wed, 13 Oct 2010 17:13:25 PDT, a...@linux-foundation.org said: The mm

Re: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-15 Thread Hans Verkuil
On Friday, October 15, 2010 18:49:47 David Ellingsworth wrote: On Mon, Oct 11, 2010 at 2:05 PM, David Ellingsworth da...@identd.dyndns.org wrote: On Mon, Oct 11, 2010 at 11:40 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-15 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Oct 15 19:00:16 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-16 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Oct 16 19:00:17 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: Bisected MSP34xx PVR-250/PVR-350 no audio in 2.6.36

2010-10-17 Thread Hans Verkuil
to this change to the msp3400 driver: http://git.linuxtv.org/media_tree.git?a=commit;h=ebc3bba5833e7021336f09767347a52448a60bc5 $ git bisect bad ebc3bba5833e7021336f09767347a52448a60bc5 is the first bad commit commit ebc3bba5833e7021336f09767347a52448a60bc5 Author: Hans Verkuil hverk...@xs4all.nl

[GIT PATCHES FOR 2.6.36] Fix msp3400 regression causing mute audio

2010-10-17 Thread Hans Verkuil
are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git msp Hans Verkuil (1): msp3400: fix mute audio regression drivers/media/video/msp3400-driver.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) -- Hans Verkuil - video4linux developer

[RFC PATCH] radio-mr800: locking fixes

2010-10-17 Thread Hans Verkuil
- serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Reported-by: David Ellingsworth da...@identd.dyndns.org Signed-off-by: Hans Verkuil hverk...@xs4all.nl --- drivers/media

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-17 Thread Hans Verkuil
On Sunday, October 17, 2010 14:26:18 Hans Verkuil wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Regarding autosuspend: something seems to work since the power

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-17 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Oct 17 19:00:11 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [git:v4l-dvb/v2.6.37] [media] Add driver for Siliconfile SR030PC30 VGA camera

2010-10-17 Thread Hans Verkuil
-subdev.h #include media/v4l2-mediabus.h Signed-off-by: Hans Verkuil hverk...@xs4all.nl -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: [PATCH RFC 1/1] V4L2: Use new CAP bits in existing RDS capable drivers.

2010-10-18 Thread Hans Verkuil
Acked-by: Hans Verkuil hverk...@xs4all.nl Add either V4L2_TUNER_CAP_RDS_BLOCK_IO or V4L2_TUNER_CAP_RDS_CONTROLS bit to tuner or modulator capabilities of existing drivers of devices with RDS capability. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-18 Thread Hans Verkuil
+ entry__u32/entry + entrystructfieldreserved/structfield[7]/entry entryReserved for future extensions. Drivers and applications must set the array to zero./entry /row -- 1.6.1.3 Regards, Hans -- Hans Verkuil - video4linux developer - sponsored

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Sun, Oct 17, 2010 at 8:52 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 17, 2010 14:26:18 Hans Verkuil wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting

Re: [git:v4l-dvb/v2.6.37] [media] Add driver for Siliconfile SR030PC30 VGA camera

2010-10-18 Thread Hans Verkuil
Em 18-10-2010 10:58, Sylwester Nawrocki escreveu: Hello Hans, On 10/17/2010 10:14 PM, Hans Verkuil wrote: On Sunday, October 17, 2010 21:28:29 Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch were queued at the http

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Reported-by: David Ellingsworth da

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Reported-by: David Ellingsworth da

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-18 Thread Hans Verkuil
Em 18-10-2010 11:17, Hans Verkuil escreveu: Just a few very small comments: +For future use the +flag constantV4L2_TUNER_SUB_RDS_CONTROLS/constant has also been +defined. However, a driver for a radio tuner with this capability does +not yet exist, so if you are planning to write

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
is to improve the v4l core to make such cases easier to handle. But I'm waiting for the next kernel cycle before I continue with this. Working on this driver definitely helped give me a better understanding of what is involved. Regards, Hans -- Hans Verkuil - video4linux developer

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-18 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Oct 18 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: mmotm 2010-10-13 - GSPCA SPCA561 webcam driver broken

2010-10-18 Thread Hans Verkuil
On Monday, October 18, 2010 21:00:57 Mauro Carvalho Chehab wrote: Em 15-10-2010 09:23, Hans Verkuil escreveu: On Friday, October 15, 2010 14:05:39 Mauro Carvalho Chehab wrote: Em 15-10-2010 07:02, Hans Verkuil escreveu: On Friday, October 15, 2010 11:05:26 Andrew Morton wrote: On Fri, 15

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Hans Verkuil
blocks in place. Regards, Hans -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-19 Thread Hans Verkuil
Hi. On Mon, 2010-10-18 at 15:57 +0200, ext Hans Verkuil wrote: Em 18-10-2010 11:17, Hans Verkuil escreveu: Just a few very small comments: +For future use the +flag constantV4L2_TUNER_SUB_RDS_CONTROLS/constant has also been +defined. However, a driver for a radio tuner

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Hans Verkuil
Hi Laurent, Hi Mauro, On Tuesday 19 October 2010 12:46:11 Mauro Carvalho Chehab wrote: Em 19-10-2010 05:52, Laurent Pinchart escreveu: On Tuesday 19 October 2010 08:54:40 Hans Verkuil wrote: On Tuesday, October 19, 2010 05:20:17 Jonathan Corbet wrote: On Sat, 16 Oct 2010 10:44:56 -0300

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Hans Verkuil
Hi Laurent, Hi Mauro, On Tuesday 19 October 2010 12:46:11 Mauro Carvalho Chehab wrote: Em 19-10-2010 05:52, Laurent Pinchart escreveu: On Tuesday 19 October 2010 08:54:40 Hans Verkuil wrote: On Tuesday, October 19, 2010 05:20:17 Jonathan Corbet wrote: On Sat, 16 Oct 2010 10:44:56

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-19 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Oct 19 19:00:07 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: rtl2832u support

2010-10-19 Thread Hans Verkuil
it mainlined. The very least they can do is to sponsor someone to do the work for them. But I'll spare you that :-) Regards, Hans -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: rtl2832u support

2010-10-20 Thread Hans Verkuil
On Tuesday, October 19, 2010 23:28:49 Devin Heitmueller wrote: On Tue, Oct 19, 2010 at 4:27 PM, Hans Verkuil hverk...@xs4all.nl wrote: Bullshit. Not exactly the level of mutual respect for your peers that I would expect of you, Hans. You I right, that could have been phrased more

Re: [PATCH] V4L/DVB: Add the via framebuffer camera controller driver

2010-10-20 Thread Hans Verkuil
different from what the sensor supplies. The consequence of supporting these more complex devices is that it also makes simple device drivers a bit more complex. Regards, Hans -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send

Re: [PATCH/RFC v3 0/7] Videobuf2 framework

2010-10-20 Thread Hans Verkuil
100644 include/media/videobuf2-core.h create mode 100644 include/media/videobuf2-dma-coherent.h create mode 100644 include/media/videobuf2-memops.h create mode 100644 include/media/videobuf2-vmalloc.h -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco

RE: [PATCH/RFC v3 0/7] Videobuf2 framework

2010-10-20 Thread Hans Verkuil
Center -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH/RFC v3 0/7] Videobuf2 framework

2010-10-20 Thread Hans Verkuil
On Wed, 2010-10-20 at 16:18 +0900, Kyungmin Park wrote: On Wed, Oct 20, 2010 at 4:14 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wednesday, October 20, 2010 08:41:06 Marek Szyprowski wrote: Hello, As I promissed I continue the development of the VideoBuf2 at Samsung until Pawel

Re: [PATCH] V4L/DVB: Add the via framebuffer camera controller driver

2010-10-20 Thread Hans Verkuil
Em 20-10-2010 10:40, Hans Verkuil escreveu: Em 20-10-2010 05:07, Hans Verkuil escreveu: On Wednesday, October 20, 2010 02:32:11 Jonathan Corbet wrote: OK, here's a new version of the patch, done against the V4L tree. Now with 100% fewer compiler errors! It took a while to figure out

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-20 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Wed Oct 20 19:00:15 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: ext_lock (was viafb camera controller driver)

2010-10-21 Thread Hans Verkuil
On Wednesday, October 20, 2010 21:23:42 Jonathan Corbet wrote: On Tue, 19 Oct 2010 08:54:40 +0200 Hans Verkuil hverk...@xs4all.nl wrote: We are working on removing the BKL. As part of that effort it is now possible for drivers to pass a serialization mutex to the v4l core (a mutex

Re: [PATCH] v4l-utils: Add support for new RDS CAP bits.

2010-10-21 Thread Hans Verkuil
; } -- 1.6.1.3 -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-21 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Thu Oct 21 19:00:22 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-22 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Oct 22 19:00:20 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-23 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Oct 23 19:00:28 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: [RFC/PATCH 3/5] vpif_cap/disp: Added support for DV presets

2010-10-24 Thread Hans Verkuil
; Mats Randgaard Subject: [RFC/PATCH 3/5] vpif_cap/disp: Added support for DV presets From: Mats Randgaard mats.randga...@tandberg.com Added functions to set/get/query/enum DV presets. Signed-off-by: Mats Randgaard mats.randga...@tandberg.com Signed-off-by: Hans Verkuil hans.verk

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-24 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Oct 24 19:00:28 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-25 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Oct 25 19:00:21 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-26 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Oct 26 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-27 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Wed Oct 27 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-28 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Thu Oct 28 19:00:17 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: [cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-29 Thread Hans Verkuil
not going to spend a lot of time on it as long as there is no maintainer. But once a maintainer is announced, then I will finish the work on the daily build so that it gets included every day. Regards, Hans -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-29 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Oct 29 19:00:24 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-30 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Oct 30 19:00:18 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[cron job] v4l-dvb daily build: WARNINGS

2010-10-31 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Oct 31 19:00:16 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

<    1   2   3   4   5   6   7   8   9   10   >