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
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
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
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 ++
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
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
@@
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
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
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
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
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
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
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 |
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
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,
---
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[
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
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
> > ---
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
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
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
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
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:
-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
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
> -
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
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
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
> > >
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
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
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
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
>
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
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
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
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,
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
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
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
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
40 matches
Mail list logo