Re: [PATCH 3/3] ir-kbd-i2c: improve remote behavior with z8 behind usb

2011-01-20 Thread Jarod Wilson
D'oh, butchered Mike's last name (and domain name), apologies... On Thu, Jan 20, 2011 at 11:30:25PM -0500, Jarod Wilson wrote: > Add the same "are you ready?" i2c_master_send() poll command to > get_key_haup_xvr found in lirc_zilog, which is apparently seen in > the Windows driver for the PVR-150

[PATCH 3/3] ir-kbd-i2c: improve remote behavior with z8 behind usb

2011-01-20 Thread Jarod Wilson
Add the same "are you ready?" i2c_master_send() poll command to get_key_haup_xvr found in lirc_zilog, which is apparently seen in the Windows driver for the PVR-150 w/a z8. This stabilizes what is received from both the HD-PVR and HVR-1950, even with their polling intervals at the default of 100, t

[PATCH 2/3] lirc_zilog: z8 on usb doesn't like back-to-back i2c_master_send

2011-01-20 Thread Jarod Wilson
Both the HD-PVR and HVR-1950, driven by the hdpvr and pvrusb2 drivers respectively, have a zilog z8 chip exposed via i2c. These are both usb-connected devices, and on both of them, back-to-back i2c_master_send calls that work fine with a z8 on a pci card fail with a -EIO, as the chip isn't yet read

[PATCH 1/3] hdpvr: fix up i2c device registration

2011-01-20 Thread Jarod Wilson
We have to actually call i2c_new_device() once for each of the rx and tx addresses. Also improve error-handling and device remove i2c cleanup. Signed-off-by: Jarod Wilson --- drivers/media/video/hdpvr/hdpvr-core.c | 21 + drivers/media/video/hdpvr/hdpvr-i2c.c | 28 ++

[PATCH 0/3] i2c IR fixups

2011-01-20 Thread Jarod Wilson
After these patches, both ir-kbd-i2c and lirc_zilog behave considerably better with the HD-PVR and HVR-1950. I'd call the behavior of the 1950 perfect. The HD-PVR needs a touch more work, but these changes make both RX and TX usable, its just a bit quirky still. Jarod Wilson (3): hdpvr: fix up i

[PATCH] rc/streamzap: timeout needs to be in NS

2011-01-20 Thread Jarod Wilson
Signed-off-by: Jarod Wilson --- drivers/media/rc/streamzap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/rc/streamzap.c b/drivers/media/rc/streamzap.c index 6e2911c..1b013d4 100644 --- a/drivers/media/rc/streamzap.c +++ b/drivers/media/rc/streamzap.c @@

[PATCH] rc/ir-lirc-codec: add back debug spew

2011-01-20 Thread Jarod Wilson
Some occasionally useful debug spew disappeared as part of a feature update a while back, and I'm finding myself in need of it again to help diagnose some issues. Signed-off-by: Jarod Wilson --- drivers/media/rc/ir-lirc-codec.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) dif

[PATCH] rc/mce: add mappings for missing keys

2011-01-20 Thread Jarod Wilson
Per http://mediacenterguides.com/book/export/html/31 and investigation by Erin, we were missing these last three mappings to complete the mce key table. Lets remedy that. Reported-by: Erin Simonds Signed-off-by: Jarod Wilson --- drivers/media/rc/keymaps/rc-rc6-mce.c |6 ++ 1 files chang

Re: [GIT PATCHES for 2.6.38] Zilog Z8 IR unit fixes

2011-01-20 Thread Jarod Wilson
On Thu, Jan 20, 2011 at 8:10 PM, Andy Walls wrote: > On Thu, 2011-01-20 at 16:49 -0500, Jarod Wilson wrote: >> On Jan 20, 2011, at 8:22 AM, Andy Walls wrote: ... >> Some further testing today with a try-check success-delay-retry loop >> shows one i2c_master_send() failure plus a udelay(100), and t

RE: [PATCH] [media] v4l: soc-camera: add enum-frame-size ioctl

2011-01-20 Thread Qing Xu
Hi Guennadi, Hans, I update this patch, I use enum_framesizes instead of enum_mbus_fsizes, which is already defined in v4l2-subdev.h, so, do not need to modify v4l2-subdev.h now. Are you ok with it? -Qing -Original Message- From: Qing Xu [mailto:qi...@marvell.com] Sent: 2011年1月21日 9:48

[PATCH] [media] v4l: soc-camera: add enum-frame-size ioctl

2011-01-20 Thread Qing Xu
add vidioc_enum_framesizes implementation, follow default_g_parm() and g_mbus_fmt() method Signed-off-by: Qing Xu --- drivers/media/video/soc_camera.c | 37 + include/media/soc_camera.h |1 + 2 files changed, 38 insertions(+), 0 deletions(-) diff

Re: [GIT PATCHES for 2.6.38] Zilog Z8 IR unit fixes

2011-01-20 Thread Andy Walls
On Thu, 2011-01-20 at 16:49 -0500, Jarod Wilson wrote: > On Jan 20, 2011, at 8:22 AM, Andy Walls wrote: > > > On Wed, 2011-01-19 at 23:45 -0500, Jarod Wilson wrote: > >> On Jan 19, 2011, at 3:08 PM, Jarod Wilson wrote: > > > >>> I'm working on > >>> fixing up hdpvr-i2c further right now, and will

[PATCH V3] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-20 Thread Martin Hostettler
Adds support for V4L2_MBUS_FMT_Y8_1X8 format and 8bit data width in synchronous interface. When using V4L2_MBUS_FMT_Y8_1X8 (or possibly another 8bit per pixel) mode set the CDCC to output 8bit per pixel instead of 16bit. Signed-off-by: Martin Hostettler --- drivers/media/video/isp/ispccdc.c |

Re: [PATCH] tm6000: add/rework reg.defines

2011-01-20 Thread Dmitri Belimov
Hi Stefan > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 snip > > #define TM6010_REQ08_RF2_LEFT_CHANNEL_VOL 0x08, 0xf2 > > > > Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov > > > > > > > > With my best regards, Dmitry. > Dmitry, that are good news! And that anwers my questions. Now I

Re: [PATCH V2] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-20 Thread Martin Hostettler
On Thu, Jan 20, 2011 at 03:37:50PM +0100, Laurent Pinchart wrote: > Hi Martin, > > On Wednesday 19 January 2011 18:47:59 mar...@neutronstar.dyndns.org wrote: > > But the only clean solution i can think of is setting it to 0 > > unconditionally. > > I'm not sure what this default should acomplish,

[PATCH] media-ctl: subdev: add Y8 format.

2011-01-20 Thread Martin Hostettler
--- subdev.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) This is a trivial patch for media-ctl to support monochrome 8bit video formats. diff --git a/subdev.c b/subdev.c index f36a8e7..6f4eb26 100644 --- a/subdev.c +++ b/subdev.c @@ -39,6 +39,7 @@ static struct { } mbus_formats[

Re: [PATCH] v4l: Add driver for Micron MT9M032 camera sensor

2011-01-20 Thread martin
Hi Laurent, >> + >> +#define MT9M032_CHIP_VERSION0x00 >> +#define MT9M032_ROW_START 0x01 >> +#define MT9M032_COLUMN_START0x02 >> +#define MT9M032_ROW_SIZE0x03 >> +#define MT9M032_COLUMN_SIZE 0x04 >> +#define MT9M032_HBLANK

Re: [PATCH RFC] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-01-20 Thread martin
Hi Laurent, On Wed, Jan 19, 2011 at 12:38:09AM +0100, Laurent Pinchart wrote: > Hi Martin, > > Thanks for the patch. > > On Tuesday 18 January 2011 23:32:16 Martin Hostettler wrote: > > Adds board support for an MT9M032 based camera to omap3evm. > > > > Sigend-off-by: Martin Hostettler > > ---

Re: [GIT PATCHES for 2.6.38] Zilog Z8 IR unit fixes

2011-01-20 Thread Jarod Wilson
On Jan 20, 2011, at 8:22 AM, Andy Walls wrote: > On Wed, 2011-01-19 at 23:45 -0500, Jarod Wilson wrote: >> On Jan 19, 2011, at 3:08 PM, Jarod Wilson wrote: > >>> I'm working on >>> fixing up hdpvr-i2c further right now, and will do some more prodding >>> with pvrusb2, the code for which looks cor

Re: [cron job] v4l-dvb daily build: OK

2011-01-20 Thread Hans Verkuil
On Thursday, January 20, 2011 21:32:43 Mauro Carvalho Chehab wrote: > Em 20-01-2011 16:34, Hans Verkuil escreveu: > > 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: > > > > d

[PATCH] ir-raw: Properly initialize the IR event (BZ#27202)

2011-01-20 Thread Mauro Carvalho Chehab
Changeset 4651918a4afdd49bdea21d2f919b189ef17a6399 changed the way events are stored. However, it forgot to fix ir_raw_event_store_edge() to work with the new way. Due to that, the decoders will likely do bad things. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/rc/ir-raw.c b/d

Re: [cron job] v4l-dvb daily build: OK

2011-01-20 Thread Mauro Carvalho Chehab
Em 20-01-2011 16:34, Hans Verkuil escreveu: > 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 Jan 20 19:00:31 CET 2011 > git master: 1b59be2a6cdcb5a12e18d

[GIT PULL for 2.6.38-rc2] V4L/DVB fixes

2011-01-20 Thread Mauro Carvalho Chehab
Hi Linus, This series contains fixes on several drivers. There is also the removal of two duplicated old drivers: tda9875 - currently unused, as their functionalities got migrated to tvaudio radio-gemtek-pci - that supports the same device as radio-maxiradio Please pull from:

Re: [PATCH] tm6000: add/rework reg.defines

2011-01-20 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 20.01.2011 07:05, schrieb Dmitri Belimov: > Hi > > Rework registers defines. Add TM6000 specific registers defines. > Add marks and comments for TM6010 specific registers. > > diff --git a/drivers/staging/tm6000/tm6000-regs.h b/drivers/staging/tm6

Re: [PATCH 2/3] sr030pc30: Use the control framework

2011-01-20 Thread Hans Verkuil
Hi Sylwester! I have some review comments below... On Thursday, January 20, 2011 02:44:01 Sylwester Nawrocki wrote: > Implement controls using the control framework. > Add horizontal/vertical flip controls, minor cleanup. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > -

[cron job] v4l-dvb daily build: OK

2011-01-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:Thu Jan 20 19:00:31 CET 2011 git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f git media-master: gcc version: i6

[GIT PULL for 2.6.38-rc2] V4L/DVB patches

2011-01-20 Thread Mauro Carvalho Chehab
Hi Linus, Those are some changes that I tried to prepare to send you during the merge window, but, unfortunately, the new videobuf2 driver took me a longer time to review/test than I originally expected. Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git

Re: [PATCH V2] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-20 Thread Laurent Pinchart
Hi Martin, On Wednesday 19 January 2011 18:47:59 mar...@neutronstar.dyndns.org wrote: > On Wed, Jan 19, 2011 at 12:27:19AM +0100, Laurent Pinchart wrote: > > On Tuesday 18 January 2011 22:27:42 Martin Hostettler wrote: > > > Adds support for V4L2_MBUS_FMT_Y8_1X8 format and 8bit data width in > > >

Re: Upstreaming syntek driver

2011-01-20 Thread Hans de Goede
Hi, On 01/20/2011 12:35 PM, Luca Tettamanti wrote: On Tue, Jan 18, 2011 at 11:45 PM, Hans Verkuil wrote: [...] After a quick scan through the sources in svn I found the following (in no particular order): - Supports easycap model with ID 05e1:0408: a driver for this model is now in driver/s

Re: [GIT PATCHES for 2.6.38] Zilog Z8 IR unit fixes

2011-01-20 Thread Andy Walls
On Wed, 2011-01-19 at 23:45 -0500, Jarod Wilson wrote: > On Jan 19, 2011, at 3:08 PM, Jarod Wilson wrote: > > I'm working on > > fixing up hdpvr-i2c further right now, and will do some more prodding > > with pvrusb2, the code for which looks correct with two i2c_new_device() > > calls in it, one f

driver problem: cx231xx error -71 with Hauppauge USB live2 on Ubuntu 11.04, netbook edition

2011-01-20 Thread Gerard Toonstra
Hello, I'm using a Hauppauge USB live2 video capture stick with Ubuntu 11.04, netbook edition. On Ubuntu 10.04, I pulled v4l from a development mercurial branch, where cx231xx drivers were provided. That worked ok. Ubuntu since then was upgraded to 10.10 with kernel 2.6.35, which is where I could

RE: [PATCH v16 3/3] davinci vpbe: board specific additions

2011-01-20 Thread Hadli, Manjunath
Hi, On Wed, Jan 19, 2011 at 21:42:00, Robert Mellen wrote: > Are the "davinci vpbe" patches specific only to the DM644x platform? I am > developing on the DM365 and would like to use the OSD features implemented in > the patches. Are there plans to port these patches to the DM365? Is it only a >

Re: Upstreaming syntek driver

2011-01-20 Thread Luca Tettamanti
On Wed, Jan 19, 2011 at 8:21 AM, Nicolas wrote: [...] > Now I have a new laptop. So I make only in sort that stk11xx works with new > kernel releases. > > Of course I can help you, provide USB logs... But I haven't the time to do > new developments. Annotated logs might be useful, but for the m

Re: Upstreaming syntek driver

2011-01-20 Thread Luca Tettamanti
On Tue, Jan 18, 2011 at 11:45 PM, Hans Verkuil wrote: [...] > After a quick scan through the sources in svn I found the following (in no > particular order): > > - Supports easycap model with ID 05e1:0408: a driver for this model is now >  in driver/staging/easycap. Can you elaborate? Is this the

Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-20 Thread halli manjunatha
Hi Mauro, We don't maintain a separate tree for these v4l2 drivers. We generally use the linux-omap tree for our day to day activities, However the drivers posted here has also been tested on the linux-2.6.37-rc7, So it is directly applicable on the k.org tree. So, I was hoping you can merge thes

Re: [PATCH V2] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-20 Thread Michael Jones
Hi Laurent, On 01/19/2011 05:38 PM, Laurent Pinchart wrote: > Hi Michael, > @@ -1144,10 +1148,15 @@ static void ccdc_configure(struct isp_ccdc_device *ccdc) else syn_mode &= ~ISPCCDC_SYN_MODE_SDR2RSZ; - isp_reg_writel(isp, syn_mode, OMAP3_ISP_IOMEM_CCDC,

RE: [PATCH] [media] v4l: soc-camera: add enum-frame-size ioctl

2011-01-20 Thread Qing Xu
Hi Guennadi, Thanks for your careful review and patient and your time!! -Qing -Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: 2011年1月20日 16:28 To: Qing Xu Cc: Linux Media Mailing List; Hans Verkuil Subject: Re: [PATCH] [media] v4l: soc-camera: add enum

Re: [PATCH] [media] v4l: soc-camera: add enum-frame-size ioctl

2011-01-20 Thread Guennadi Liakhovetski
On Thu, 20 Jan 2011, Qing Xu wrote: > add vidioc_enum_framesizes implementation, follow default_g_parm() > and g_mbus_fmt() method Yes, thanks, that's more like what I meant! Now, this patch also touches a generic v4l2 file include/media/v4l2-subdev.h, and that in a very essential way - it ads

[PATCH] [media] v4l: soc-camera: add enum-frame-size ioctl

2011-01-20 Thread Qing Xu
add vidioc_enum_framesizes implementation, follow default_g_parm() and g_mbus_fmt() method Signed-off-by: Qing Xu --- drivers/media/video/soc_camera.c | 37 + include/media/soc_camera.h |1 + include/media/v4l2-subdev.h |2 ++ 3 files chan

radio-si470x 4-2:1.2 ADS Technologies, Inc

2011-01-20 Thread Frank Neufingerl
Hello, can you help me, the ADS fm radio stick bring no audio [854383.168611] radio-si470x 4-2:1.2: DeviceID=0x1242 ChipID=0x0a0f [854383.169034] radio-si470x 4-2:1.2: software version 1, hardware version 7 [854383.169036] radio-si470x 4-2:1.2: This driver is known to work with software version