Hi Mauro,
These patches remove s_config legacy support, replace it with new internal
operations (also needed for the upcoming subdev device nodes) and finally
rename has_new to is_new and document that control framework flag.
My original RFC also converted OLPC drivers, but those are scheduled fo
On Tuesday 11 January 2011 02:32:14 Andreas Oberritter wrote:
> On 01/10/2011 06:20 PM, Oliver Endriss wrote:
> > On Monday 10 January 2011 15:05:34 Andreas Oberritter wrote:
> >> On 01/10/2011 10:36 AM, Oliver Endriss wrote:
> >>> From: Ralph Metzler
> >>>
> >>> Driver for the Common Interface Co
On 01/10/2011 06:20 PM, Oliver Endriss wrote:
> On Monday 10 January 2011 15:05:34 Andreas Oberritter wrote:
>> On 01/10/2011 10:36 AM, Oliver Endriss wrote:
>>> From: Ralph Metzler
>>>
>>> Driver for the Common Interface Controller CXD2099AR.
>>> Supports the CI of the cineS2 DVB-S2.
>>>
>>> For
On Monday 10 January 2011 13:27:09 Mauro Carvalho Chehab wrote:
> > ...
> > diff -upr /tmp/stripped/drivers/media/dvb/ngene/ngene-cards.c
> > /tmp/not_stripped/drivers/media/dvb/ngene/ngene-cards.c
> > --- /tmp/stripped/drivers/media/dvb/ngene/ngene-cards.c 2011-01-10
> > 10:01:49.0 -
On Monday 10 January 2011 13:04:54 Mauro Carvalho Chehab wrote:
> Em 07-01-2011 21:56, Oliver Endriss escreveu:
> > ...
> > There are large pieces of driver code which are currently unused, and
> > nobody can tell whether they will ever be needed.
> >
> > On the other hand a developer spent days w
On Mon, 10 Jan 2011, Roberto Rodriguez Alcala wrote:
> From: Roberto Rodriguez Alcala
>
>
> Signed-off-by: Roberto Rodriguez Alcala
> ---
> drivers/media/video/v4l2-ctrls.c |2 ++
> include/linux/videodev2.h|2 ++
> 2 files changed, 4 insertions(+), 0 deletions(-)
>
> diff -
On Monday, January 10, 2011 23:18:26 Roberto Rodriguez Alcala wrote:
> From: Roberto Rodriguez Alcala
>
>
> Signed-off-by: Roberto Rodriguez Alcala
> ---
> drivers/media/video/v4l2-ctrls.c |2 ++
> include/linux/videodev2.h|2 ++
> 2 files changed, 4 insertions(+), 0 deletions
From: Roberto Rodriguez Alcala
Signed-off-by: Roberto Rodriguez Alcala
---
drivers/media/video/ov7670.c | 36
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/ov7670.c b/drivers/media/video/ov7670.c
index c881a64..cfe96
Hi, I'm sending this patch proposing to add a Camera Control Class to support
Night Mode because there are a lot of cameras with that feature, and the
implemented ones currently non stantard work arounds, like enabling it in
certain resolutions or using another control class like WHITE_BALANCE.
From: Roberto Rodriguez Alcala
Signed-off-by: Roberto Rodriguez Alcala
---
drivers/media/video/v4l2-ctrls.c |2 ++
include/linux/videodev2.h|2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/v4l2-ctrls.c b/drivers/media/video/v4l2-ctrls.c
Mauro,
A few comments in-line. Vide infra.
On Mon, 10 Jan 2011, Mauro Carvalho Chehab wrote:
> Em 07-01-2011 21:42, Theodore Kilgore escreveu:
>
> >> Have you tried Mauro's media_build tree? I had to use it today to test a
> >> driver from git on a 2.6.35 kernel. Works quite nicely. Perhaps w
Hi Manjunatha,
Thanks for all the work, it looks much better now!
I found a few little things here, but otherwise you can stick a
Reviewed-by: Hans Verkuil
tag in the whole driver series.
On Monday, January 10, 2011 14:04:56 manjunatha_ha...@ti.com wrote:
> From: Manjunatha Halli
>
> These
В сообщении от 5 января 2011 12:26:03 автор Laurent Pinchart написал:
> Hi,
>
> On Friday 31 December 2010 16:04:13 Ben Gamari wrote:
> > On Fri, 31 Dec 2010 09:47:41 -0200, Mauro Carvalho Chehab wrote:
> > > > I understand this. However, a complete JTAG state machine in the
> > > > kernel, plus a
Hi Hans,
Le Wed, 29 Dec 2010 17:56:36 +0100,
Hans Verkuil a écrit :
> Hi Mauro,
>
> The first patch converts usbvision to core-assisted locking, the
> others do a big coding style cleanup.
>
> I want to clean up this driver in the future, so the first step is to
> fix all the coding style viol
On Jan 10, 2011, at 7:12 AM, Andy Walls wrote:
> On Mon, 2011-01-10 at 01:05 -0500, Jarod Wilson wrote:
>> On Jan 9, 2011, at 7:36 PM, Jason Gauthier wrote:
>
>> There's a bit more to it than just the one line change. Here's the patch
>> we're
>> carrying in the Fedora kernels to enable it:
>>
On Jan 10, 2011, at 9:25 AM, Jason Gauthier wrote:
>>>
>>> I did simply try changing:
>>>
>>> /* until i2c is working properly */
>>> retval = 0; /* hdpvr_register_i2c_ir(dev); */
>>> if (retval < 0)
>>>
>>> so that it would register with i2c.
>>> Doing so returns a positive regi
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 Jan 10 19:00:35 CET 2011
git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a
git media-master: gcc version: i6
Hello Oliver,
Am 10.01.2011 um 18:28 schrieb Oliver Endriss:
> Ack, this stuff should be implemented as a userspace library.
> (Btw, there is an experimental unicable patch for VDR.)
Yes, there is. I have not testet it as I am going to use MythTV, but for what I
have read in some forums, many p
On Monday, January 10, 2011 12:08:42 Hans Verkuil wrote:
> > Hi,
> >
> >>> Another reason why s_config is a bad idea.
> >
> > Thanks a lot for working on this. I had a quick look and don't have
> > any objections.
> >
> >>> This has been extensively tested on my humble OLPC laptop (and it took
> >>
Am 10.01.2011 um 16:54 schrieb Andreas Oberritter:
>
>> - In many TV recording applications there is no support for SCR and it would
>> be harder to implement in these. For VDR, there is a patch which is
>> difficult to configure and has some technical limitations. In MythTV and
>> XMBC I coul
On Monday 10 January 2011 15:05:34 Andreas Oberritter wrote:
> On 01/10/2011 10:36 AM, Oliver Endriss wrote:
> > From: Ralph Metzler
> >
> > Driver for the Common Interface Controller CXD2099AR.
> > Supports the CI of the cineS2 DVB-S2.
> >
> > For now, data is passed through '/dev/dvb/adapterX/
On Monday 10 January 2011 16:54:14 Andreas Oberritter wrote:
> On 01/10/2011 04:07 PM, Thomas Schlöter wrote:
> >>> I decided this should be supported by the kernel frontend code as it is
> >>> impossible to send that special DiSEqC / voltage sequence from userspace.
> >>
> >> Why do you think tha
On Monday 10 January 2011 15:00:18 Bjørn Mork wrote:
> Oliver Endriss writes:
>
> > + case 18:
> > + size = 0;
> > + fw_name = "ngene_18.fw";
> > + break;
> > }
> >
> > if (request_firmware(&fw, fw_name, &dev->pci_dev->dev) < 0) {
> > @@ -1266,6 +1270,8 @
On 01/10/2011 04:07 PM, Thomas Schlöter wrote:
>>> I decided this should be supported by the kernel frontend code as it is
>>> impossible to send that special DiSEqC / voltage sequence from userspace.
>>
>> Why do you think that's impossible? There's a userspace implementation
>> in Enigma2.
>
>
Hi Manju,
Please CC linux-arm-ker...@lists.infradead.org for mach-davinci
patches.
On Mon, Jan 10, 2011 at 18:57:37, Hadli, Manjunath wrote:
> This patch implements the overall device creation for the Video
> display driver.
>
> Signed-off-by: Manjunath Hadli
> Acked-by: Muralidharan Karicheri
Hallo Andreas,
Am 10.01.2011 um 14:09 schrieb Andreas Oberritter:
> Hallo Thomas,
>
> thank you for your contribution. However, I'm against applying it.
>
> On 01/10/2011 05:19 AM, Thomas Schlöter wrote:
>> I have developed some modifications to the 2.6.37 DVB frontend code to
>> support DVB s
On Tue, 28 Dec 2010 08:55:41 +0100 (CET), Guennadi Liakhovetski wrote:
> Hi Charles
>
> (linux-i2c added to cc)
>
> On Mon, 27 Dec 2010, Charles D. Krebs wrote:
>
> > Guennadi,
> >
> > I'm developing a driver for a video receiver chip that has register
> > banks on multiple I2C addresses on th
>>
>> I did simply try changing:
>>
>> /* until i2c is working properly */
>> retval = 0; /* hdpvr_register_i2c_ir(dev); */
>> if (retval < 0)
>>
>> so that it would register with i2c.
>> Doing so returns a positive registration with I2C, but the lirc_zilog
>> driver doesn't s
Hi Greg,
On Thursday 06 January 2011 23:19:12 Greg KH wrote:
> On Fri, Dec 24, 2010 at 12:59:38PM +0100, Laurent Pinchart wrote:
> > On Thursday 23 December 2010 04:32:53 Greg KH wrote:
> > > On Mon, Dec 20, 2010 at 12:36:24PM +0100, Laurent Pinchart wrote:
> > > > +config MEDIA_CONTROLLER
> > > >
On 01/10/2011 10:36 AM, Oliver Endriss wrote:
> From: Ralph Metzler
>
> Driver for the Common Interface Controller CXD2099AR.
> Supports the CI of the cineS2 DVB-S2.
>
> For now, data is passed through '/dev/dvb/adapterX/sec0':
> - Encrypted data must be written to 'sec0'.
> - Decrypted data can
Oliver Endriss writes:
> + case 18:
> + size = 0;
> + fw_name = "ngene_18.fw";
> + break;
> }
>
> if (request_firmware(&fw, fw_name, &dev->pci_dev->dev) < 0) {
> @@ -1266,6 +1270,8 @@ static int ngene_load_firm(struct ngene *dev)
>
This patch implements the overall device creation for the Video
display driver.
Signed-off-by: Manjunath Hadli
Acked-by: Muralidharan Karicheri
Acked-by: Hans Verkuil
---
arch/arm/mach-davinci/dm644x.c | 172 +--
arch/arm/mach-davinci/include/mach/dm644x.h
On Mon, 2011-01-10 at 13:56 +0100, Lawrence Rust wrote:
> On Mon, 2011-01-10 at 07:39 -0500, Andy Walls wrote:
> You know what, life's too short. I've spent far too long on this at the
> expense of far more interesting projects. Every time I put some effort
> in someone says just one more thing.
Hallo Thomas,
thank you for your contribution. However, I'm against applying it.
On 01/10/2011 05:19 AM, Thomas Schlöter wrote:
> I have developed some modifications to the 2.6.37 DVB frontend code to
> support DVB satellite channel routing (aka "SCR", "Unicable", "EN50494").
> Following this s
On Mon, Jan 10, 2011 at 09:46:40AM -0200, Mauro Carvalho Chehab wrote:
> Em 07-01-2011 21:42, Theodore Kilgore escreveu:
>
> >> Have you tried Mauro's media_build tree? I had to use it today to test a
> >> driver from git on a 2.6.35 kernel. Works quite nicely. Perhaps we
> > should
> >> promote
On Mon, 2011-01-10 at 07:39 -0500, Andy Walls wrote:
[snip]
> I do see one problem with your patch at the moment:
>
> diff --git a/include/media/wm8775.c b/include/media/wm8775.c
> ...
> + sd->grp_id = WM8775_GID; /* subdev group id */
> ...
> diff --git a/include/media/wm8775.h b/include/me
Em 09-01-2011 02:01, Vincent McIntyre escreveu:
>> There's no difference. It started out at mchehab/new_build.git, then got
>> moved
>> to media_build.git, but there's a symlink in place to keep from breaking
>> things
>> for people who originally checked it out at the old location.
>>
>> The move
On Mon, Jan 10, 2011 at 18:21:34, Hadli, Manjunath wrote:
> On Mon, Jan 10, 2011 at 17:25:33, Nori, Sekhar wrote:
> > On Mon, Jan 10, 2011 at 16:58:41, Sergei Shtylyov wrote:
> >
> > > > +
> > > > +#define OSD_REG_SIZE 0x01ff
> > > > +#define VENC_REG_SIZE 0x
Em 09-01-2011 16:23, CityK escreveu:
> vincent.mcintyre wrote:
>> Thanks for clarifying this. Doesn't this justify a one-line NEWS item?
>> I can understand not wanting to mention it while still experimental, but
>> now...
>
> Last night (well, actually the wee wee hours of this morning), I took
On Mon, Jan 10, 2011 at 17:25:33, Nori, Sekhar wrote:
> On Mon, Jan 10, 2011 at 16:58:41, Sergei Shtylyov wrote:
>
> > > +
> > > +#define OSD_REG_SIZE 0x01ff
> > > +#define VENC_REG_SIZE0x017f
> >
> > Well, actually that's not the size but "limi
From: Manjunatha Halli
Signed-off-by: Manjunatha Halli
---
drivers/media/radio/wl128x/Kconfig | 17 +
drivers/media/radio/wl128x/Makefile |6 ++
2 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 drivers/media/radio/wl128x/Kconfig
create mode 10064
From: Manjunatha Halli
These are common headers used in FM submodules (FM V4L2,
FM common, FM Rx,and FM TX).
Signed-off-by: Manjunatha Halli
---
drivers/media/radio/wl128x/fmdrv.h | 242
1 files changed, 242 insertions(+), 0 deletions(-)
create mode 10064
From: Manjunatha Halli
This has implementation for FM TX functionality.
It communicates with FM V4l2 module and FM common module.
Signed-off-by: Manjunatha Halli
---
drivers/media/radio/wl128x/fmdrv_tx.c | 433 +
drivers/media/radio/wl128x/fmdrv_tx.h | 37 +++
From: Manjunatha Halli
Mauro and the list,
This is the v9 version of the TI WL128x FM V4L2 drivers patchset.
This introduces wl128x folder under the drivers/media/radio which cater
to FM core on Texas Instrument's WL128x (also compatible with WL127x)
WiLink chipsets.
WL128x's FM can work in eith
From: Manjunatha Halli
This module interfaces V4L2 subsystem and FM common module.
It registers itself with V4L2 as Radio module.
Signed-off-by: Manjunatha Halli
---
drivers/media/radio/wl128x/fmdrv_v4l2.c | 594 +++
drivers/media/radio/wl128x/fmdrv_v4l2.h | 33 +
From: Manjunatha Halli
This has implementation for FM RX functionality.
It communicates with FM V4l2 module and FM common module
Signed-off-by: Manjunatha Halli
---
drivers/media/radio/wl128x/fmdrv_rx.c | 876 +
drivers/media/radio/wl128x/fmdrv_rx.h | 59 +++
From: Manjunatha Halli
Signed-off-by: Manjunatha Halli
---
drivers/media/radio/Kconfig |3 +++
drivers/media/radio/Makefile |1 +
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index 83567b8..4529bc7 100644
--- a
On Sat, 2011-01-08 at 19:45 +0100, Lawrence Rust wrote:
> On Sat, 2011-01-08 at 09:22 -0500, Andy Walls wrote:
> Thanks for the info on the PVR-150. It largely confirmed what I had
> surmised - that the two cards disagree about serial audio data format.
> Before my patch, the wm8775 was programme
On Mon, Jan 10, 2011 at 01:05:10AM -0500, Jarod Wilson wrote:
>
> There's a bit more to it than just the one line change. Here's the patch we're
> carrying in the Fedora kernels to enable it:
>
> http://wilsonet.com/jarod/lirc_misc/hdpvr-ir/hdpvr-ir-enable.patch
>
> Janne, I've heard many succes
Em 07-01-2011 23:02, Vincent McIntyre escreveu:
> On 1/8/11, Hans Verkuil wrote:
>
>> Have you tried Mauro's media_build tree? I had to use it today to test a
>> driver from git on a 2.6.35 kernel. Works quite nicely. Perhaps we should
>> promote this more. I could add backwards compatibility bui
Em 10-01-2011 10:04, Mauro Carvalho Chehab escreveu:
> Em 07-01-2011 21:56, Oliver Endriss escreveu:
>> On Friday 07 January 2011 22:06:30 Hans Verkuil wrote:
>>> On Friday, January 07, 2011 21:13:31 Devin Heitmueller wrote:
On Fri, Jan 7, 2011 at 2:53 PM, Oliver Endriss wrote:
> Hi guys,
On Mon, 2011-01-10 at 01:05 -0500, Jarod Wilson wrote:
> On Jan 9, 2011, at 7:36 PM, Jason Gauthier wrote:
> There's a bit more to it than just the one line change. Here's the patch we're
> carrying in the Fedora kernels to enable it:
>
> http://wilsonet.com/jarod/lirc_misc/hdpvr-ir/hdpvr-ir-enab
On Mon, 2011-01-10 at 01:05 -0500, Jarod Wilson wrote:
> On Jan 9, 2011, at 7:36 PM, Jason Gauthier wrote:
> Janne, I've heard many success stories w/the hdpvr IR lately, and almost no
> reports
> of lockups, so I'm thinking a firmware update may have helped out here, and
> thus,
> maybe its tim
Em 07-01-2011 21:56, Oliver Endriss escreveu:
> On Friday 07 January 2011 22:06:30 Hans Verkuil wrote:
>> On Friday, January 07, 2011 21:13:31 Devin Heitmueller wrote:
>>> On Fri, Jan 7, 2011 at 2:53 PM, Oliver Endriss wrote:
Hi guys,
are you aware that there is a lot of '#if 0' cod
On Mon, Jan 10, 2011 at 16:58:41, Sergei Shtylyov wrote:
> > +
> > +#define OSD_REG_SIZE 0x01ff
> > +#define VENC_REG_SIZE 0x017f
>
> Well, actually that's not the size but "limit" -- sizes should be 0x200
> and 0x180 respectively...
In mos
Em 07-01-2011 21:42, Theodore Kilgore escreveu:
>> Have you tried Mauro's media_build tree? I had to use it today to test a
>> driver from git on a 2.6.35 kernel. Works quite nicely. Perhaps we
> should
>> promote this more.
>
> Probably a good idea. I have been too busy to know about it, myse
Hello.
On 10-01-2011 13:23, Manjunath Hadli wrote:
This patch implements the overall device creation for the Video
display driver.
Signed-off-by: Manjunath Hadli
Acked-by: Muralidharan Karicheri
Acked-by: Hans Verkuil
[...]
diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davin
Em 07-01-2011 19:06, Hans Verkuil escreveu:
> On Friday, January 07, 2011 21:13:31 Devin Heitmueller wrote:
>> On Fri, Jan 7, 2011 at 2:53 PM, Oliver Endriss wrote:
>>> Hi guys,
>>>
>>> are you aware that there is a lot of '#if 0' code in the HG repositories
>>> which is not in GIT?
>>>
>>> When d
> Hi Mauro,
>
> The following changes since commit
> 0a97a683049d83deaf636d18316358065417d87b:
>
> [media] cpia2: convert .ioctl to .unlocked_ioctl (2011-01-06 11:34:41
> -0200)
>
> are available in the git repository at:
> git://linuxtv.org/pinchartl/media.git ctrl-framework
>
> Could you plea
> Hi,
>
>>> Another reason why s_config is a bad idea.
>
> Thanks a lot for working on this. I had a quick look and don't have
> any objections.
>
>>> This has been extensively tested on my humble OLPC laptop (and it took
>>> me 4-5
>>> hours just to get the damn thing up and running with these dri
Hi Mauro,
The following changes since commit 0a97a683049d83deaf636d18316358065417d87b:
[media] cpia2: convert .ioctl to .unlocked_ioctl (2011-01-06 11:34:41 -0200)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git ctrl-framework
Could you please include them in t
Em 10-01-2011 08:28, Hans de Goede escreveu:
> Hi,
>
> On 01/10/2011 02:33 AM, Mauro Carvalho Chehab wrote:
>> Em 09-01-2011 10:02, Hans de Goede escreveu:
>
>
>
>>> I've managed to make some time to also sort out the sn9c1xx usb ids
>>> situation. I've just send a pull request which includes
Hi,
>> Another reason why s_config is a bad idea.
Thanks a lot for working on this. I had a quick look and don't have
any objections.
>> This has been extensively tested on my humble OLPC laptop (and it took me 4-5
>> hours just to get the damn thing up and running with these drivers).
In futur
Hi Guennadi,
On Monday 10 January 2011 09:20:05 Guennadi Liakhovetski wrote:
> On Sun, 9 Jan 2011, Qing Xu wrote:
> > On Fri, 7 Jan 2011, Guennadi Liakhovetski wrote:
> > > On Fri, 7 Jan 2011, Qing Xu wrote:
> > > > pass VIDIOC_ENUM_FRAMESIZES down to sub device drivers. So far no
> > > > special
Please refer to this file for detailed documentation of
davinci vpbe v4l2 driver.
Signed-off-by: Manjunath Hadli
Acked-by: Muralidharan Karicheri
Acked-by: Hans Verkuil
---
Documentation/video4linux/README.davinci-vpbe | 93 +
1 files changed, 93 insertions(+), 0 dele
This patch adds the build infra-structure for Davinci
VPBE dislay driver.
Signed-off-by: Manjunath Hadli
Acked-by: Muralidharan Karicheri
Acked-by: Hans Verkuil
---
drivers/media/video/davinci/Kconfig | 22 ++
drivers/media/video/davinci/Makefile |2 ++
2 files chang
This patch implements tables for display timings,outputs and
other board related functionalities.
Signed-off-by: Manjunath Hadli
Acked-by: Muralidharan Karicheri
Acked-by: Hans Verkuil
---
arch/arm/mach-davinci/board-dm644x-evm.c | 86 --
1 files changed, 70 inser
This patch implements the overall device creation for the Video
display driver.
Signed-off-by: Manjunath Hadli
Acked-by: Muralidharan Karicheri
Acked-by: Hans Verkuil
---
arch/arm/mach-davinci/dm644x.c | 168 +--
arch/arm/mach-davinci/include/mach/dm644x.h
This patch adds the VENC or the Video encoder, which is responsible
for the blending of all source planes and timing generation for Video
modes like NTSC, PAL and other digital outputs. the VENC implementation
currently supports COMPOSITE and COMPONENT outputs and NTSC and PAL
resolutions through t
This patch implements the functionality of the OSD block
of the VPBE. The OSD in total supports 4 planes or Video
sources - 2 mainly RGB and 2 Video. The patch implements general
handling of all the planes, with specific emphasis on the Video
plane capabilities as the Video planes are supported thr
This patch implements the core functionality of the dislay driver,
mainly controlling the VENC and other encoders, and acting as
the one point interface for the main V4L2 driver. This implements
the core of each of the V4L2 IOCTLs.
Signed-off-by: Manjunath Hadli
Acked-by: Muralidharan Karicheri
version13 : addressed Sergei's and Bjarn Forsman's comments
on:
1. Fixing the module patams typo.
2. Removal of unused macros
3. Minor changes in the GPL licensing header.
The GPL now reads:
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Gener
Hi,
On 01/10/2011 02:33 AM, Mauro Carvalho Chehab wrote:
Em 09-01-2011 10:02, Hans de Goede escreveu:
I've managed to make some time to also sort out the sn9c1xx usb ids
situation. I've just send a pull request which includes patches cleaning
things up. After this there are only 5 usb-ids
Support up to 4 tuners for cineS2 v5, duoflex & mystique v2.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-cards.c | 174 +++--
1 files changed, 143 insertions(+), 31 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-cards.c
b/drivers/media/
From: Ralph Metzler
Driver for the Common Interface Controller CXD2099AR.
Supports the CI of the cineS2 DVB-S2.
For now, data is passed through '/dev/dvb/adapterX/sec0':
- Encrypted data must be written to 'sec0'.
- Decrypted data can be read from 'sec0'.
- Setup the CAM using device 'ca0'.
Sig
Add download link for ngene firmware rev 18.
Signed-off-by: Oliver Endriss
---
Documentation/dvb/get_dvb_firmware |8 +++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Documentation/dvb/get_dvb_firmware
b/Documentation/dvb/get_dvb_firmware
index 59690de..3348d31 100644
Card driver may supply its own lock routine now.
Signed-off-by: Oliver Endriss
Signed-off-by: Manu Abraham
---
drivers/media/dvb/frontends/stv090x.c | 21 -
drivers/media/dvb/frontends/stv090x.h |1 +
2 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/driv
Small modifications for firmware 18.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-core.c | 10 --
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-core.c
b/drivers/media/dvb/ngene/ngene-core.c
index 3a7ef71..e2546f1 100644
Do not clear registers ACLC/BCLC in DVB-S2 mode for Cut <= 20.
Otherwise, the demod could lose the lock periodically.
Verified with cineS2 and Duoflex.
Signed-off-by: Oliver Endriss
Signed-off-by: Manu Abraham
---
drivers/media/dvb/frontends/stv090x.c | 10 ++
1 files changed, 6 inser
Refactored code for channel initialisation and release:
- Do not create device nodes which are not required.
- Better error handling.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-core.c | 109 ++
drivers/media/dvb/ngene/ngene.h |2 +
2
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-core.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-core.c
b/drivers/media/dvb/ngene/ngene-core.c
index b370bd2..02118f2 100644
--- a/drivers/media/dvb/ngene/ngene-core.c
++
22kHz workaround must also be performed for the 2nd frontend.
Signed-off-by: Oliver Endriss
Signed-off-by: Manu Abraham
---
drivers/media/dvb/frontends/stv090x.c | 26 +++---
1 files changed, 11 insertions(+), 15 deletions(-)
diff --git a/drivers/media/dvb/frontends/stv09
From: Ralph Metzler
Add dvb net device.
Note that the physical address must be setup manually.
Signed-off-by: Ralph Metzler
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-core.c |3 +++
drivers/media/dvb/ngene/ngene.h |2 ++
2 files changed, 5 insertions(+), 0 de
Enable CI for Mystique SaTiX-S2 Dual (v2).
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-cards.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-cards.c
b/drivers/media/dvb/ngene/ngene-cards.c
index 6d87427..fcf4be9 1006
Fixed typos in register macros.
Signed-off-by: Oliver Endriss
Signed-off-by: Manu Abraham
---
drivers/media/dvb/frontends/stv090x_reg.h | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/media/dvb/frontends/stv090x_reg.h
b/drivers/media/dvb/frontend
If tuner initialisation failed, the frontend node was not removed.
When the frontend was opened, a kernel oops occurred...
This is the first step to improve error handling during initialisation.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-cards.c |1 +
drivers/media/dvb/
From: Ralph Metzler
Implement shutdown workaround for some chipsets.
Signed-off-by: Ralph Metzler
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-cards.c |1 +
drivers/media/dvb/ngene/ngene-core.c | 37 +
drivers/media/dvb/ngene/ngene.h
[PATCH 01/16] stv090x: make sleep/wakeup specific to the demod path
[PATCH 02/16] stv090x: Optional external lock routine
[PATCH 03/16] ngene: Firmware 18 support
[PATCH 04/16] ngene: Fixes for TS input over I2S
[PATCH 05/16] ngene: Support up to 4 tuners
[PATCH 06/16] ngene: Clean-up driver initia
From: Andreas Regel
The STV0900 features two demodulator paths in one chip. Thus it is not
possible to use the generic power off function of the chip when sending
one of them to standby. The other path will stop working in that case.
The sleep function now switches off functionality specific to
Fix TS input over I2S.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-core.c |4 ++--
drivers/media/dvb/ngene/ngene-dvb.c |5 -
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-core.c
b/drivers/media/dvb/ngene/ngene-core.
Maybe try the build instructions here:
http://www.linuxtv.org/wiki/index.php/TeVii_S470
The driver clearly does not work properly, maybe with a different build it will
work.
Hans
- Oorspronkelijk bericht -
Van: "Josu Lazkano"
Aan: linux-...@linuxtv.org
Verzonden: Maandag 10 januari 201
On Sun, 9 Jan 2011, Qing Xu wrote:
> On Mon, 10 Jan 2011, Qing Xu wrote:
>
> > On Fri, 7 Jan 2011, Guennadi Liakhovetski wrote:
>
> > On Fri, 7 Jan 2011, Qing Xu wrote:
> >
> > > pass VIDIOC_ENUM_FRAMESIZES down to sub device drivers. So far no
> > > special handling in soc-camera core.
> >
> >
Hello,
I own a Technisat Skystar USB Plus DVB-S receiver. It's a rebranded
Technotrend Connect S-2400, but the device-ID is different.
Output of lsusb:
Bus 001 Device 012: ID 0b48:3009 TechnoTrend AG
I changed the device-ID of the Technotrend Connect s-2400 in
/media_build/linux/drivers/me
93 matches
Mail list logo