Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-vpfe-cap

2009-07-20 Thread Mauro Carvalho Chehab
Em Wed, 15 Jul 2009 09:41:53 -0500 "Karicheri, Muralidharan" escreveu: > Mauro, > > Thanks for taking care of this. Anytime. Yet, it seems that those patches depend on Chaithrika DM646x patches that weren't accepted yet by arm maintainer: File to patch: linux/drivers/media/video/davinci/Makefi

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc

2009-07-20 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc for the following: - flexcop: fix compile error When this fix is committed I'll start another daily build run. Thanks, Hans diffstat: flexcop-fe-tuner.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(

[question] calculations in register 0x13 to 0x18 in ves1820.c

2009-07-20 Thread Martin Schmid
Hi to all, one question about the frontend ves1820.c. Why are these calculations in register 0x13, 0x14, 0x15, 0x16, 0x17 and 0x18 made? For example, function FE_READ_SIGNAL_STRENGT. Why is the content of register 0x17 shifted 8 bit to the left and then concatenate with itself? Best regards, Ma

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

2009-07-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:Tue Jul 21 08:14:53 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12321:824d2ff85bd5 gcc version: gcc

Re: [PATCH v2 4/4] radio-si470x: add i2c driver for si470x

2009-07-20 Thread Joonyoung Shim
>> + >> +int si470x_disconnect_check(struct si470x_device *radio) >> +{ >> + return 0; >> +} > > Looks like this function is empty and it's called few times. Is it > good to make it inline? > Yes, this function is empty. It looks fine to me too. I will modify it, thanks. -- To unsubscrib

Re: [Bugme-new] [Bug 13709] New: b2c2-flexcop: no frontend driver found for this B2C2/FlexCop adapter w/ kernel-2.6.31-rc2

2009-07-20 Thread hermann pitton
Am Montag, den 20.07.2009, 13:40 -0700 schrieb Andrew Morton: > On Mon, 20 Jul 2009 13:21:33 -0700 (PDT) > Trent Piepho wrote: > > > On Mon, 20 Jul 2009, Andrew Morton wrote: > > > > > > (switched to email. Please respond via emailed reply-to-all, not via the > > > bugzilla web interface). > >

Re: Problems with Pinnacle 310i (saa7134) and recent kernels

2009-07-20 Thread hermann pitton
Hi, Am Montag, den 20.07.2009, 23:30 + schrieb Avl Jawrowski: > Hi, thank you! > > hermann pitton arcor.de> writes: > > > > tuner 1-004b: chip found @ 0x96 (saa7133[0]) > > > tda829x 1-004b: setting tuner address to 61 > > > tda829x 1-004b: type set to tda8290+75a > > > > Nothing about the

Re: Regression 2.6.31: xc5000 no longer works with Myth-0.21-fixes branch

2009-07-20 Thread Mark Lord
Devin Heitmueller wrote: On Sun, Jul 19, 2009 at 9:57 PM, Mark Lord wrote: .. One additional thing I noticed here, is that when tuning analog for the first time, the firmware is reloaded yet again.. even though it has already been loaded once for "digital" operation. Perhaps the extra 6-7secon

Re: Lenovo webcam problem which using gspca's vc032x driver

2009-07-20 Thread AceLan Kao
2009/7/20 Jean-Francois Moine : > On Mon, 20 Jul 2009 15:04:05 +0800 > AceLan Kao wrote: > >> I use "Lenovo WebCam Center" and "Dorgem" to do the webcam preview >> function, there are the following resolution settings >> 160x120 >> 176x144 >> 320x240 >> 352x288 >> 640x480 >> Do you need all the re

Re: [PATCH 2/3] 2/3: cx18: Add i2c initialization for Z8F0811/Hauppage IR transceivers

2009-07-20 Thread Andy Walls
On Sun, 2009-07-19 at 15:38 +0200, Jean Delvare wrote: > Hi Andy, Jean, Thanks for tking the time to answer my questions and review. My responses are inline. > On Fri, 17 Jul 2009 16:46:55 -0400, Andy Walls wrote: > > This patch add support to the cx18 driver for setting up the > > Z8F0811/Haup

Re: ir-kbd-i2c: Drop irrelevant inline keywords

2009-07-20 Thread Andy Walls
On Sun, 2009-07-19 at 14:59 +0200, Jean Delvare wrote: > Functions which are referenced by their address can't be inlined by > definition. > > Signed-off-by: Jean Delvare Jean, Looks godd to me, but you forgot to add [PATCH] to the subject. I'll add this one to my revised patch set I submit to

Re: [PATCH 1/3] ir-kbd-i2c: Allow use of ir-kdb-i2c internal get_key funcs and set ir_type

2009-07-20 Thread Andy Walls
On Sun, 2009-07-19 at 14:47 +0200, Jean Delvare wrote: > Hi Andy, > > On Fri, 17 Jul 2009 16:35:37 -0400, Andy Walls wrote: > > This patch augments the init data passed by bridge drivers to ir-kbd-i2c > > so that the ir_type can be set explicitly and so ir-kbd-i2c internal > > get_key functions ca

[PATCH] Implement changing resolution on the fly for zr364xx driver

2009-07-20 Thread Lamarque Vieira Souza
This patch implements changing resolution in zr364xx_vidioc_s_fmt_vid_cap for zr364xx driver. This version is synced with v4l-dvb as of 20/Jul/2009. Tested with Creative PC-CAM 880. OBS: I had to increase MAX_FRAME_SIZE to prevent a hard crash in my notebook (caps lock blinking) when t

Re: [PATCH 2/3] 2/3: cx18: Add i2c initialization for Z8F0811/Hauppage IR transceivers

2009-07-20 Thread Andy Walls
On Mon, 2009-07-20 at 14:51 -0400, Jarod Wilson wrote: > On Sunday 19 July 2009 09:38:54 Jean Delvare wrote: > > > 3. When using the new i2c binding model, I opted not to use ir_video for > > > the Z8F0811 loaded with microcode from Zilog/Hauppauge. Since I needed > > > one name for Rx binding and

Re: Problems with Pinnacle 310i (saa7134) and recent kernels

2009-07-20 Thread Avl Jawrowski
Hi, thank you! hermann pitton arcor.de> writes: > > tuner 1-004b: chip found @ 0x96 (saa7133[0]) > > tda829x 1-004b: setting tuner address to 61 > > tda829x 1-004b: type set to tda8290+75a > > Nothing about the IR, but at least all tuner modules seem to be > correctly loaded. Im not using the

Re: DViCO FusionHDTV DVB-T Dual Digital 4 gives "bulk message failed"

2009-07-20 Thread Bob Hepple
On Mon, 20 Jul 2009 09:49:03 +1000 Bob Hepple wrote: > I have been able to import the channels.conf file into mythtv and then > all is well there. Hope that helps someone else struggling with this!! Actually, that's not quite accurate - with the 2.6.27 drivers and scandvb's channels.conf file, m

Re: [PATCH] dvb: make digital side of pcHDTV HD-3000 functional again

2009-07-20 Thread Jarod Wilson
On Monday 20 July 2009 15:51:27 Trent Piepho wrote: > On Mon, 20 Jul 2009, Jarod Wilson wrote: > > The dvb side of the pcHDTV HD-3000 doesn't work since at least 2.6.29. > > The crux of the problem is this: the HD-3000's device ID matches the > > modalias for the cx8800 driver, but not the cx8802 d

Re: [Bugme-new] [Bug 13709] New: b2c2-flexcop: no frontend driver found for this B2C2/FlexCop adapter w/ kernel-2.6.31-rc2

2009-07-20 Thread Andrew Morton
On Mon, 20 Jul 2009 13:21:33 -0700 (PDT) Trent Piepho wrote: > On Mon, 20 Jul 2009, Andrew Morton wrote: > > > > (switched to email. Please respond via emailed reply-to-all, not via the > > bugzilla web interface). > > > > > > Guys, this is reportedly a post-2.6.30 regression - I'll ask Rafael t

Re: [Bug 13708] Aiptek DV-T300 support is incomplete

2009-07-20 Thread Balázs Hámorszky
I don't have my kernel tree with me (I'm at vacation atm.). The patch is made with only the -uN options, but I can make a new one on Friday (if needed). Thanks for the help! On Mon, Jul 20, 2009 at 21:49, wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=13708 > > > Andrew Morton changed: > >

Re: [Bugme-new] [Bug 13709] New: b2c2-flexcop: no frontend driver found for this B2C2/FlexCop adapter w/ kernel-2.6.31-rc2

2009-07-20 Thread Trent Piepho
On Mon, 20 Jul 2009, Andrew Morton wrote: > > (switched to email. Please respond via emailed reply-to-all, not via the > bugzilla web interface). > > > Guys, this is reportedly a post-2.6.30 regression - I'll ask Rafael to > add it to the regression tracking list. > > btw, does the flexcop driver

Re: [Bugme-new] [Bug 13709] New: b2c2-flexcop: no frontend driver found for this B2C2/FlexCop adapter w/ kernel-2.6.31-rc2

2009-07-20 Thread Andrew Morton
(switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). Guys, this is reportedly a post-2.6.30 regression - I'll ask Rafael to add it to the regression tracking list. btw, does the flexcop driver have a regular maintainer? Or someone who wants to volu

Re: [PATCH] dvb: make digital side of pcHDTV HD-3000 functional again

2009-07-20 Thread Trent Piepho
On Mon, 20 Jul 2009, Jarod Wilson wrote: > The dvb side of the pcHDTV HD-3000 doesn't work since at least 2.6.29. > The crux of the problem is this: the HD-3000's device ID matches the > modalias for the cx8800 driver, but not the cx8802 driver, which is > required to set up the digital side of the

omap35xx question

2009-07-20 Thread John Sarman
I am working with the omap34xx camera driver. I have a working sensor driver that is capable of delivering Bayer data. I have successfully ran the driver with both raw output and YUYV. However when in YUYV the previewer resizer seems SLOW and over time the select call will timeout. I am able to

[PULL] http://www.kernellabs.com/hg/~stoth/v4l-dvb

2009-07-20 Thread Steven Toth
Mauro, Please pull the following changes: - cx23885-417: fix broken IOCTL handling - cx23885: check pointers before dereferencing in dprintk macro - cx23885: Remove hardcoded gpio bits from the encoder driver - cx23885: Convert existing HVR1800 GPIO calls into new format - cx23885: Add support

Re: [PATCH 2/3] 2/3: cx18: Add i2c initialization for Z8F0811/Hauppage IR transceivers

2009-07-20 Thread Jarod Wilson
On Sunday 19 July 2009 09:38:54 Jean Delvare wrote: > > 3. When using the new i2c binding model, I opted not to use ir_video for > > the Z8F0811 loaded with microcode from Zilog/Hauppauge. Since I needed > > one name for Rx binding and one for Tx binding, I used these names: > > > > "ir_tx_

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

2009-07-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:Mon Jul 20 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12286:1cb6f19d2c9d gcc version: gcc

Re: RFC: String controls

2009-07-20 Thread Hans Verkuil
On Monday 20 July 2009 19:12:53 Laurent Pinchart wrote: > Hi Hans, > > On Monday 20 July 2009 17:23:02 Hans Verkuil wrote: > > Hi all, > > > > For the si4713 FM transmitter driver from Eduardo we need to add > > support for string controls so that the user can set things like the > > RDS Program Na

Re: em28xx i2s volume control

2009-07-20 Thread acano
On Sun, Jul 19, 2009 at 10:50:49AM -0300, Mauro Carvalho Chehab wrote: > Em Sat, 18 Jul 2009 14:22:51 -0400 > ac...@fastmail.fm escreveu: > > > How do you control the i2s volume output on empia boards? > > the em28xx chip doesn't control volume. This is done at the audio chip. > > For ac97 chips, t

Re: RFC: String controls

2009-07-20 Thread Laurent Pinchart
Hi Hans, On Monday 20 July 2009 17:23:02 Hans Verkuil wrote: > Hi all, > > For the si4713 FM transmitter driver from Eduardo we need to add support > for string controls so that the user can set things like the RDS Program > Name. > > The v4l2_ext_control struct has been designed with the possibil

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-07-20 Thread Igor M. Liplianin
Mauro, I added one more patch. Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 6 changesets: 01/06: Add output clock configuration for stv6110 tuner. http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=40ce22ad38a6 02/06: stv6110 tuner: remove unused iq_wiring c

Re: potential null deref in mpeg_open()

2009-07-20 Thread Steven Toth
On 7/19/09 7:47 AM, Dan Carpenter wrote: Hello, I am testing a source checker (http://repo.or.cz/w/smatch.git) and it found a bug in in mpeg_open() from drivers/media/video/cx23885/cx23885-417.c "dev" is null on line 1554, so on line 1558 dprintk() will cause a kernel oops if it is in debug mod

RFC: String controls

2009-07-20 Thread Hans Verkuil
Hi all, For the si4713 FM transmitter driver from Eduardo we need to add support for string controls so that the user can set things like the RDS Program Name. The v4l2_ext_control struct has been designed with the possibility of things like this in mind, so adding this isn't very difficult. Th

[PATCH] dvb: make digital side of pcHDTV HD-3000 functional again

2009-07-20 Thread Jarod Wilson
The dvb side of the pcHDTV HD-3000 doesn't work since at least 2.6.29. The crux of the problem is this: the HD-3000's device ID matches the modalias for the cx8800 driver, but not the cx8802 driver, which is required to set up the digital side of the card. You can load up cx8802 just fine, but cx88

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc

2009-07-20 Thread Hans Verkuil
On Monday 20 July 2009 15:04:31 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc for the > following: > > - mt312: fix build for kernels < 2.6.24 > - versions.txt: freezer routines appeared in 2.6.24, not 2.6.23 > > Thanks, > > Hans

Re: [PATCH] em28xx: kworld 340u

2009-07-20 Thread Jarod Wilson
On Saturday 18 July 2009 18:13:30 Devin Heitmueller wrote: > On Sat, Jul 18, 2009 at 5:34 PM, wrote: > > support for kworld 340u. 8vsb and qam256 work, qam64 untested. > > Hello Acano, > > You should talk to Jarod Wilson about this. He did a bunch of work to > get the 340u working over the las

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc

2009-07-20 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc for the following: - mt312: fix build for kernels < 2.6.24 - versions.txt: freezer routines appeared in 2.6.24, not 2.6.23 Thanks, Hans diffstat: linux/drivers/media/dvb/frontends/mt312.c |1 + v4l/versio

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds

2009-07-20 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds for the following: - v4l: add V4L2_CAP_RDS_OUTPUT and V4L2_CAP_MODULATOR caps - v4l2-ctl: support new RDS and modulator caps. - v4l2-spec: add documentation for missing V4L2_PIX_FMT_SN9C20X_I420 pixfmt. - v4l2-spec: update

Re: Regression 2.6.31: ioctl(EVIOCGNAME) no longer returns device name

2009-07-20 Thread Andy Walls
On Sun, 2009-07-19 at 16:14 -0400, Mark Lord wrote: > Dmitry Torokhov wrote: > > On Sun, Jul 19, 2009 at 03:20:50PM -0400, Mark Lord wrote: > > Should be fixed by f936601471d1454dacbd3b2a961fd4d883090aeb in the > > for-linus branch of my tree. > .. > > Peachy. Push it, or post it here and I can

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-bttv

2009-07-20 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-bttv for the following: - bttv: fix regression: tvaudio must be loaded before tuner This fix was tested by Krzysztof Grygiencz (thanks!). Mike, this patch should also be queued to the 2.6.30 stable series. It applies cleanl

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-07-20 Thread Igor M. liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 5 changesets: 01/05: Add output clock configuration for stv6110 tuner. http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=40ce22ad38a6 02/05: stv6110 tuner: remove unused iq_wiring configuration parameter. htt

Re: Help bringing up a sensor driver for isp omap34xx.c

2009-07-20 Thread John Sarman
Sakari, My images are not so pretty yet, but that is because I haven't set any real configuration on the image sensor yet. First I would like to get the data streaming to the framebuffer. That will allow me to focus the image, then I will start applying the i2c calls needed. Also I have an idea

Re: Lenovo webcam problem which using gspca's vc032x driver

2009-07-20 Thread Mauro Carvalho Chehab
Em Mon, 20 Jul 2009 15:04:05 +0800 AceLan Kao escreveu: > Dear Jean-Francois, > > I use "Lenovo WebCam Center" and "Dorgem" to do the webcam preview > function, there are the following resolution settings > 160x120 > 176x144 > 320x240 > 352x288 > 640x480 > Do you need all the resolutions logs? >

DMX_SET_FILTER

2009-07-20 Thread Markus Rechberger
Hi, I recently went through the DVB API and found following structures for DMX_SET_FILTER typedef struct dmx_filter { uint8_t filter[DMX_FILTER_SIZE]; uint8_t mask[DMX_FILTER_SIZE]; uint8_t mode[DMX_FILTER_SIZE]; } dmx_filter_t; struct dmx_sct_filter_params {

Re: Help bringing up a sensor driver for isp omap34xx.c

2009-07-20 Thread Sakari Ailus
(Dropped Sameer and Mohit from Cc.) John Sarman wrote: Hello, Hi, I am having a problem deciphering what is wrong with my sensor driver. It seems that everything operates on the driver but that I am getting buffer overflows. I have fully tested the image sensor and it is set to operate

[PATCH] v4l: DaVinci: DM646x: Update the structure name as per header file changes

2009-07-20 Thread Chaithrika U S
In the platform header file, the subdev_info structure name has been changed to vpif_subdev_info. Update this change in the driver too. Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository. drivers/media/video/davinci/vpif_display.c |2 +- 1 files changed, 1 insertions(+), 1 del

Re: Lenovo webcam problem which using gspca's vc032x driver

2009-07-20 Thread Jean-Francois Moine
On Mon, 20 Jul 2009 15:04:05 +0800 AceLan Kao wrote: > I use "Lenovo WebCam Center" and "Dorgem" to do the webcam preview > function, there are the following resolution settings > 160x120 > 176x144 > 320x240 > 352x288 > 640x480 > Do you need all the resolutions logs? > > I try to use "Device Mon

[PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-07-20 Thread Chaithrika U S
Platform specific display device setup for DM646x EVM Add platform device and resource structures. Also define a platform specific clock setup function that can be accessed by the driver to configure the clock and CPLD. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by:

Re: Lenovo webcam problem which using gspca's vc032x driver

2009-07-20 Thread AceLan Kao
Dear Jean-Francois, I use "Lenovo WebCam Center" and "Dorgem" to do the webcam preview function, there are the following resolution settings 160x120 176x144 320x240 352x288 640x480 Do you need all the resolutions logs? I try to use "Device Monitoring Studio" to log the USB traffic this time. You