[RFCv1 PATCH 0/6] Clean up zr364xx

2012-06-02 Thread Hans Verkuil
This patch series (intended for 3.6) cleans up the zr364xx driver. It's updated to the latest frameworks (except vb2) and I've tested it with an Aiptek DV3300. It now passes the v4l2-compliance tests. Regards, Hans -- To unsubscribe from this list: send the line unsubscribe

[RFCv1 PATCH 1/6] zr364xx: embed video_device and register it at the end of probe.

2012-06-02 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Embed the video_device struct instead of allocating it and register it as the last thing in probe(). Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/zr364xx.c | 46 ++--- 1 file changed,

[RFCv1 PATCH 2/6] zr364xx: introduce v4l2_device.

2012-06-02 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Implement struct v4l2_device: use the core lock and use the v4l2_device release() callback. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/zr364xx.c | 109 +++-- 1 file changed, 51

[RFCv1 PATCH 3/6] zr364xx: convert to the control framework.

2012-06-02 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/zr364xx.c | 111 + 1 file changed, 36 insertions(+), 75 deletions(-) diff --git a/drivers/media/video/zr364xx.c

[RFCv1 PATCH 4/6] zr364xx: fix querycap and fill in colorspace.

2012-06-02 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/zr364xx.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c index 974515d..a1729b3

Re: [git:v4l-utils/master] Add HW_SEEK and TUNER_BAND capabilities to videodev2.h

2012-06-02 Thread Hans Verkuil
On Sat June 2 2012 11:11:53 Hans de Goede wrote: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree: Subject: Add HW_SEEK and TUNER_BAND capabilities to videodev2.h Author: Hans de Goede

Re: [git:v4l-utils/master] Add HW_SEEK and TUNER_BAND capabilities to videodev2.h

2012-06-02 Thread Hans de Goede
Hi, On 06/02/2012 02:15 PM, Hans Verkuil wrote: On Sat June 2 2012 11:11:53 Hans de Goede wrote: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree: Subject: Add HW_SEEK and TUNER_BAND capabilities to

[PATCH v2 01/10] string: introduce memweight

2012-06-02 Thread Akinobu Mita
memweight() is the function that counts the total number of bits set in memory area. Unlike bitmap_weight(), memweight() takes pointer and size in bytes to specify a memory area which does not need to be aligned to long-word boundary. Signed-off-by: Akinobu Mita akinobu.m...@gmail.com Cc: Anders

[PATCH v2 06/10] video/uvc: use memweight()

2012-06-02 Thread Akinobu Mita
Use memweight() to count the total number of bits set in memory area. Signed-off-by: Akinobu Mita akinobu.m...@gmail.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: linux-media@vger.kernel.org --- No changes from v1 drivers/media/video/uvc/uvc_ctrl.c |5 ++--- 1 files

[PATCH] DVB: stb0899: speed up getting BER values

2012-06-02 Thread Klaus Schmidinger
stb0899_read_ber() takes 500ms (half a second!) to deliver the current BER value. Apparently it takes 5 subsequent readings, with a 100ms pause between them (and even before the first one). This is a real performance brake if an application freqeuently reads the BER of several devices. The

Re: [RFC/PATCH v2] media: Add stk1160 new driver

2012-06-02 Thread Ezequiel Garcia
On Sat, Jun 2, 2012 at 12:32 PM, Ezequiel Garcia elezegar...@gmail.com wrote: This driver adds support for stk1160 usb bridge as used in some video/audio usb capture devices. It is a complete rewrite of staging/media/easycap driver and it's expected as a future replacement. Signed-off-by:

Re: Fwd: [Bug 827538] DVB USB device firmware requested in module_init()

2012-06-02 Thread Antti Palosaari
On 06/01/2012 10:52 PM, Antti Palosaari wrote: Original Message Subject: [Bug 827538] DVB USB device firmware requested in module_init() Date: Fri, 01 Jun 2012 19:44:17 + From: bugzi...@redhat.com To: cr...@iki.fi https://bugzilla.redhat.com/show_bug.cgi?id=827538 Kay

cron job: media_tree daily build: WARNINGS

2012-06-02 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:Sat Jun 2 19:00:22 CEST 2012 git hash:5472d3f17845c4398c6a510b46855820920c2181 gcc version: i686-linux-gcc

[PATCH] cx231xx: Paranoic stack memory save

2012-06-02 Thread Peter Senna Tschudin
This patch saves 255 bytes of stack memory on cx231xx_usb_probe() by removing a char array. Tested by compilation only. This should replace the patch: http://patchwork.linuxtv.org/patch/11565/ Because something went wrong with the previous E-mail, and not all lines of the patch were reconized

Re: Fwd: [Bug 827538] DVB USB device firmware requested in module_init()

2012-06-02 Thread Antti Palosaari
On 06/02/2012 07:39 PM, Antti Palosaari wrote: On 06/01/2012 10:52 PM, Antti Palosaari wrote: Original Message Subject: [Bug 827538] DVB USB device firmware requested in module_init() Date: Fri, 01 Jun 2012 19:44:17 + From: bugzi...@redhat.com To: cr...@iki.fi