On Mon, May 24, 2010 at 04:20:38PM +0300, 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
> p
Hi Devin
> On Tue, May 18, 2010 at 3:30 AM, Dmitri Belimov
> 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 patches
Jonathan Corbet wrote:
> On Sun, 23 May 2010 09:51:47 -0300
> Mauro Carvalho Chehab 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
>
> Great, thanks for taking a
On Sun, 23 May 2010 09:51:47 -0300
Mauro Carvalho Chehab 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
Great, thanks for taking a look!
All of the precursor stuff i
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 additi
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:
Hi Dan,
On Mon, 24 May 2010 17:59:36 +0200, Dan Carpenter wrote:
> 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.
Mixing two unrelated fixes in the same patch is a bad idea. Here, the
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 dua
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
> > Cc: Wolfram Sang
> > Cc: Mauro Carvalho Chehab
> > Cc: Jiri Slaby
> > Cc: Dmitry Torokhov
> > Cc: Devin Heitmueller
> > Cc: linux-
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
---
v2: Jean Delvare suggested that I use i2cdprintk() instead of modifying
dprintk().
diff --git a/drivers/media
On Mon, May 24, 2010 at 05:23:05PM +0200, Daniel Mack wrote:
> Signed-off-by: Daniel Mack
> Cc: Wolfram Sang
> Cc: Mauro Carvalho Chehab
> Cc: Jiri Slaby
> Cc: Dmitry Torokhov
> Cc: Devin Heitmueller
> Cc: linux-media@vger.kernel.org
Not sure how I got on the list but chnages look good to me
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: [5.629408]
Signed-off-by: Daniel Mack
Cc: Wolfram Sang
Cc: Mauro Carvalho Chehab
Cc: Jiri Slaby
Cc: Dmitry Torokhov
Cc: Devin Heitmueller
Cc: linux-media@vger.kernel.org
---
drivers/media/dvb/dvb-usb/dib0700_core.c | 66 --
1 files changed, 35 insertions(+), 31 deletions(-
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 devices,
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
---
drivers/media/IR/imon.c | 48 +++---
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/drivers/media/IR/imo
See comments below:
On Mon, May 24, 2010 at 6:57 AM, Daniel Mack wrote:
> @@ -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 gpio_val)
> {
>
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
>
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' b
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
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:
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
Signed-off-by: Baruch Siach
---
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 insertions(+), 2 d
Signed-off-by: Baruch Siach
---
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 a/arch/arm/mach-mx2/clock_imx27.c b/arch/arm/m
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
---
drivers/mfd/Kconfig |6 +
drivers
This file implements V4L2 controls for using the Texas Instruments
WL1273 FM Radio.
Signed-off-by: Matti J. Aaltonen
---
drivers/media/radio/Kconfig| 15 +
drivers/media/radio/Makefile |1 +
drivers/media/radio/radio-wl1273.c | 1876
3 fil
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
The codec handles digital audio input to and output from the
WL1273 FM radio.
Signed-off-by: Matti J. Aaltonen
---
sound/soc/codecs/Kconfig |6 +
sound/soc/codecs/Makefile |2 +
sound/soc/codecs/wl1273.c | 588 +
sound/soc/codecs/wl1273.h |
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 commen
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
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 dis
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
> Cc: Wolfram Sang
> Cc: Mauro Carvalho Chehab
> Cc: Jiri Slaby
> Cc: Dmitry Torokhov
> Cc: Devin
On Mon, May 24, 2010 at 12:57:15PM +0200, Daniel Mack wrote:
> Signed-off-by: Daniel Mack
> Cc: Wolfram Sang
> Cc: Mauro Carvalho Chehab
> Cc: Jiri Slaby
> Cc: Dmitry Torokhov
> Cc: Devin Heitmueller
> Cc: linux-media@vger.kernel.org
Looks correct to me and definately more readable:
Acked-b
Signed-off-by: Daniel Mack
Cc: Wolfram Sang
Cc: Mauro Carvalho Chehab
Cc: Jiri Slaby
Cc: Dmitry Torokhov
Cc: Devin Heitmueller
Cc: linux-media@vger.kernel.org
---
drivers/media/dvb/dvb-usb/dib0700_core.c | 66 --
1 files changed, 35 insertions(+), 31 deletions(-
Propagte correct error values instead of returning -1 which just means
-EPERM ("Permission denied")
Signed-off-by: Daniel Mack
Cc: Wolfram Sang
Cc: Mauro Carvalho Chehab
Cc: Jiri Slaby
Cc: Dmitry Torokhov
Cc: Devin Heitmueller
Cc: linux-media@vger.kernel.org
---
drivers/media/dvb/dvb-usb/di
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
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
>
Hi Laurent,
>Laurent Pinchart 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:
>> >
>> >$ ssh -t
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
> >
> >
>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 \
>
39 matches
Mail list logo