Re: ideal DVB-C PCI/e card? [linux-media]

2010-05-24 Thread Jed
Thanks for offering your thoughts Stefan. Any specific recommendations? Ideally I want two or more dvb-c tuners in a pci/e form-factor. If there's FW or USB tuners that are mounted onto a PCI/e card, work well in Linux, are relatively cheap, then I'd love to know! Thanks, Jed On 24/05/10

RE: Setting up a GIT repository on linuxtv.org

2010-05-24 Thread Pawel Osciak
Andy Walls wrote: Hi, I'm a GIT idiot, so I need a little help on getting a properly setup repo at linuxtv.org. Can someone tell me if this is the right procedure: $ ssh -t awa...@linuxtv.org git-menu (clone linux-2.6.git naming it v4l-dvb -- Is this right?) $ git clone \

Re: Setting up a GIT repository on linuxtv.org

2010-05-24 Thread Laurent Pinchart
Hi Pawel, On Monday 24 May 2010 09:08:51 Pawel Osciak wrote: Andy Walls wrote: Hi, I'm a GIT idiot, so I need a little help on getting a properly setup repo at linuxtv.org. Can someone tell me if this is the right procedure: $ ssh -t awa...@linuxtv.org git-menu (clone

RE: Setting up a GIT repository on linuxtv.org

2010-05-24 Thread Pawel Osciak
Hi Laurent, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Monday 24 May 2010 09:08:51 Pawel Osciak wrote: Andy Walls wrote: Hi, I'm a GIT idiot, so I need a little help on getting a properly setup repo at linuxtv.org. Can someone tell me if this is the right procedure: $

Re: [PATCH 03/15] [RFCv2] Documentation: add v4l2-controls.txt documenting the new controls API.

2010-05-24 Thread Hans Verkuil
Hi Laurent, Thanks for your review! As always, it was very useful. On Monday 24 May 2010 01:17:34 Laurent Pinchart wrote: Hi Hans, Thanks for the second RFC version. I've finally had time to review it. Many issues from the first version have been fixed, but there are some left (or at

Re: [PATCH 03/15] [RFCv2] Documentation: add v4l2-controls.txt documenting the new controls API.

2010-05-24 Thread Hans Verkuil
On Monday 24 May 2010 02:15:08 Andy Walls wrote: On Mon, 2010-05-24 at 01:17 +0200, Laurent Pinchart wrote: Hi Hans, +Proposals for Extensions + + +Some ideas for future extensions to the spec: + +1) Add a V4L2_CTRL_FLAG_HEX to have values shown as

[PATCH 1/2] drivers/media/dvb/dvb-usb/dib0700: fix return values

2010-05-24 Thread Daniel Mack
Propagte correct error values instead of returning -1 which just means -EPERM (Permission denied) Signed-off-by: Daniel Mack dan...@caiaq.de Cc: Wolfram Sang w.s...@pengutronix.de Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Jiri Slaby jsl...@suse.cz Cc: Dmitry Torokhov d...@mail.ru Cc:

Re: [PATCH 2/2] drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixes

2010-05-24 Thread Wolfram Sang
On Mon, May 24, 2010 at 12:57:15PM +0200, Daniel Mack wrote: Signed-off-by: Daniel Mack dan...@caiaq.de Cc: Wolfram Sang w.s...@pengutronix.de Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Jiri Slaby jsl...@suse.cz Cc: Dmitry Torokhov d...@mail.ru Cc: Devin Heitmueller

Re: [PATCH 1/2] drivers/media/dvb/dvb-usb/dib0700: fix return values

2010-05-24 Thread Wolfram Sang
On Mon, May 24, 2010 at 12:57:14PM +0200, Daniel Mack wrote: Propagte correct error values instead of returning -1 which just means -EPERM (Permission denied) Signed-off-by: Daniel Mack dan...@caiaq.de Cc: Wolfram Sang w.s...@pengutronix.de Cc: Mauro Carvalho Chehab mche...@infradead.org

Re: Tentative agenda for Helsinki mini-summit

2010-05-24 Thread Laurent Pinchart
Hi Mauro, On Sunday 23 May 2010 14:21:46 Mauro Carvalho Chehab wrote: Hans Verkuil wrote: [snip] Comments? Topics I missed? I'd like to add another topic: Remote Controllers. I propose to do a short presentation on this theme, showing how the new RC subsystem was conceived and

Re: Tentative agenda for Helsinki mini-summit

2010-05-24 Thread Laurent Pinchart
Hi Hans, On Sunday 23 May 2010 12:36:48 Hans Verkuil wrote: Hi all, This is a tentative agenda for the Helsinki mini-summit on June 14-16. Please reply to this thread if you have comments or want to add topics. The overall layout of the summit is to use the first day to go through all

[PATCH v3 0/4] WL1273 FM Radio Driver

2010-05-24 Thread Matti J. Aaltonen
Hello again. And thanks for the comments. It the first patch I'm kind of suggesting a couple of additions to the general interface: signal level stuff in the hw seek struct and then a function / IOCTL for asking for minimum and maximum for the level. There are many changes I'll follow by

[PATCH v3 3/4] ASoC: WL1273 FM Radio Digital audio codec.

2010-05-24 Thread Matti J. Aaltonen
The codec handles digital audio input to and output from the WL1273 FM radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- sound/soc/codecs/Kconfig |6 + sound/soc/codecs/Makefile |2 + sound/soc/codecs/wl1273.c | 588 +

[PATCH v3 1/4] V4L2: Add features to the interface.

2010-05-24 Thread Matti J. Aaltonen
Add fields spacing, level_min, level_max and level to struct v4l2_hw_freq_seek. The level is used for determining which channels are considered receivable during HW scan. Add VIDIOC_G_HW_FREQ_SEEK to IOCTL codes. This is used for getting the minimum and maximum values for the level field in the

[PATCH v3 4/4] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-05-24 Thread Matti J. Aaltonen
This file implements V4L2 controls for using the Texas Instruments WL1273 FM Radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/Kconfig| 15 + drivers/media/radio/Makefile |1 + drivers/media/radio/radio-wl1273.c | 1876

[PATCH v3 2/4] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-05-24 Thread Matti J. Aaltonen
This is a parent driver for two child drivers: the V4L2 driver and the ALSA codec driver. The MFD part provides the I2C communication to the device and a couple of functions that are called from both children. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/mfd/Kconfig

[PATCH v2 2/3] mx27: add support for the CSI device

2010-05-24 Thread Baruch Siach
Signed-off-by: Baruch Siach bar...@tkos.co.il --- arch/arm/mach-mx2/clock_imx27.c |2 +- arch/arm/mach-mx2/devices.c | 31 +++ arch/arm/mach-mx2/devices.h |1 + 3 files changed, 33 insertions(+), 1 deletions(-) diff --git

[PATCH v2 3/3] mx25: add support for the CSI device

2010-05-24 Thread Baruch Siach
Signed-off-by: Baruch Siach bar...@tkos.co.il --- arch/arm/mach-mx25/clock.c| 14 -- arch/arm/mach-mx25/devices.c | 22 ++ arch/arm/mach-mx25/devices.h |1 + arch/arm/plat-mxc/include/mach/mx25.h |2 ++ 4 files changed, 37

[PATCH v2 0/3] Driver for the i.MX2x CMOS Sensor Interface

2010-05-24 Thread Baruch Siach
This series contains a soc_camera driver for the i.MX25/i.MX27 CSI device, and platform code for the i.MX25 and i.MX27 chips. This driver is based on a driver for i.MX27 CSI from Sascha Hauer, that Alan Carvalho de Assis has posted in linux-media last December[1]. I tested the mx2_camera driver

[PATCH v2 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-24 Thread Baruch Siach
This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan Carvalho de Assis modified the original driver to get it working on more recent kernels. I modified it further to add support for i.MX25. This driver has been tested on i.MX25 and i.MX27 based platforms. Signed-off-by:

Re: [PATCH v2 0/3] Driver for the i.MX2x CMOS Sensor Interface

2010-05-24 Thread Guennadi Liakhovetski
Hi Baruch On Mon, 24 May 2010, Baruch Siach wrote: This series contains a soc_camera driver for the i.MX25/i.MX27 CSI device, and platform code for the i.MX25 and i.MX27 chips. This driver is based on a driver for i.MX27 CSI from Sascha Hauer, that Alan Carvalho de Assis has posted in

Re: [PATCH 03/15] [RFCv2] Documentation: add v4l2-controls.txt documenting the new controls API.

2010-05-24 Thread Hans Verkuil
On Monday 24 May 2010 11:44:16 Hans Verkuil wrote: Hi Laurent, Thanks for your review! As always, it was very useful. I've incorporated most points in my ctrlfw3 branch: http://git.linuxtv.org/hverkuil/v4l-dvb.git?a=shortlog;h=refs/heads/ctrlfw3 Main changes: - Replaced 'bridge driver' by

Re: [PATCH v2 0/3] Driver for the i.MX2x CMOS Sensor Interface

2010-05-24 Thread Baruch Siach
Hi Guennadi, On Mon, May 24, 2010 at 03:34:32PM +0200, Guennadi Liakhovetski wrote: On Mon, 24 May 2010, Baruch Siach wrote: This series contains a soc_camera driver for the i.MX25/i.MX27 CSI device, and platform code for the i.MX25 and i.MX27 chips. This driver is based on a driver

Re: [PATCH 2/2] drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixes

2010-05-24 Thread David Ellingsworth
See comments below: On Mon, May 24, 2010 at 6:57 AM, Daniel Mack dan...@caiaq.de wrote: snip / @@ -106,28 +106,29 @@ int dib0700_ctrl_rd(struct dvb_usb_device *d, u8 *tx, u8 txlen, u8 *rx, u8 rxlen  int dib0700_set_gpio(struct dvb_usb_device *d, enum dib07x0_gpios gpio, u8 gpio_dir, u8

[PATCH] IR/imon: clean up usage of bools

2010-05-24 Thread Jarod Wilson
There was a mix of 0/1 and false/true. Pick one convention and stick with it (I picked false/true). Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/imon.c | 48 +++--- 1 files changed, 24 insertions(+), 24 deletions(-) diff --git

[PATCH] IR/imon: add auto-config for 0xffdc rf device

2010-05-24 Thread Jarod Wilson
Add auto-config support for iMON 2.4G LT RF device, based on debug output from Giulio Amodeo in Red Hat bugzilla #572288. Also flips the switch on only setting up the rf associate sysfs attr only if we think we're looking at an RF device, vs. previously, setting up the attr for all 0xffdc

[PATCH] drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixes

2010-05-24 Thread Daniel Mack
Signed-off-by: Daniel Mack dan...@caiaq.de Cc: Wolfram Sang w.s...@pengutronix.de Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Jiri Slaby jsl...@suse.cz Cc: Dmitry Torokhov d...@mail.ru Cc: Devin Heitmueller dheitmuel...@kernellabs.com Cc: linux-media@vger.kernel.org ---

Kernel oops with current hg (ir-sysfs.c ?)

2010-05-24 Thread Martin Dauskardt
I guess it is a similar problem like the one that was solved a few months ago with this patch: http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/14232 I compiled the current v4l-dvb hg against the 2.6.32 Ubuntu 10.04 kernel May 24 13:30:22 ubuntuvdr1 kernel: [

Re: [PATCH] drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixes

2010-05-24 Thread Dmitry Torokhov
On Mon, May 24, 2010 at 05:23:05PM +0200, Daniel Mack wrote: Signed-off-by: Daniel Mack dan...@caiaq.de Cc: Wolfram Sang w.s...@pengutronix.de Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Jiri Slaby jsl...@suse.cz Cc: Dmitry Torokhov d...@mail.ru Cc: Devin Heitmueller

[patch v2] video/saa7134: change dprintk() to i2cdprintk()

2010-05-24 Thread Dan Carpenter
The problem is that dprintk() dereferences dev which is null here. The i2cdprintk() uses ir so that's OK. Also removed a duplicated break statement. Signed-off-by: Dan Carpenter erro...@gmail.com --- v2: Jean Delvare suggested that I use i2cdprintk() instead of modifying dprintk(). diff --git

Re: [PATCH] drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixes

2010-05-24 Thread Daniel Mack
On Mon, May 24, 2010 at 08:56:24AM -0700, Dmitry Torokhov wrote: On Mon, May 24, 2010 at 05:23:05PM +0200, Daniel Mack wrote: Signed-off-by: Daniel Mack dan...@caiaq.de Cc: Wolfram Sang w.s...@pengutronix.de Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Jiri Slaby jsl...@suse.cz

Re: ideal DVB-C PCI/e card? [linux-media]

2010-05-24 Thread Jed
Anyone? Thank-you! On 22/05/10, Jed wrote: Hi All, I put this one out there 3-weeks ago Just putting it out one last time to hear other peoples thoughts. I was wondering if anyone can recommend a decent PCI/e DVB-C tuner? Ideally it'd be dual DVB-C, the only one I've found is more than

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-05-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:Mon May 24 19:00:22 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14873:b576509ea6d2 git master:

business email lists for sale

2010-05-24 Thread bijective Darby
Here's some of the healthcare lists we have: Alternative Medicine - 1,141,602 total records with 36,320 emails and 38.935 fax numbers Dentists - 164k records, 45k emails, 77k fax numbers Psychologists - 272,188 records and 9,874 emails Theres many more too, just send me an email here for

Re: [PATCH 5/5] Add the viafb video capture driver

2010-05-24 Thread Jonathan Corbet
On Sun, 23 May 2010 09:51:47 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: The driver is OK to my eyes. I just found 2 minor coding style issues. it is ok to me if you want to sent it via your git tree. Acked-by: Mauro Carvalho Chehab mche...@redhat.com Great, thanks for taking a

Re: [PATCH 5/5] Add the viafb video capture driver

2010-05-24 Thread Mauro Carvalho Chehab
Jonathan Corbet wrote: On Sun, 23 May 2010 09:51:47 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: The driver is OK to my eyes. I just found 2 minor coding style issues. it is ok to me if you want to sent it via your git tree. Acked-by: Mauro Carvalho Chehab mche...@redhat.com

Re: [PATCH] xc5000, rework xc_write_reg

2010-05-24 Thread Dmitri Belimov
Hi Devin On Tue, May 18, 2010 at 3:30 AM, Dmitri Belimov d.beli...@gmail.com wrote: Hi Rework xc_write_reg function for correct read register of the xc5000. It is very useful for tm6000. Tested for tm6000 and for saa7134 works well. Hi Dmitri, I've put this on my list of