Hi Devin,
Thanks for this idea. Need to investigate.
Currently we've made porting and released the results without any
license violations in mind ...
On 30.11.2011 20:23, Devin Heitmueller wrote:
2011/11/30 Abylay Ospan:
Hello,
We have ported linuxtv's cx23885+CAM en50221+Diseq to Windows O
Hi Walter,
On 30.11.2011 21:46, Walter Van Eetvelt wrote:
Nice!
How is the CI implementation?
it's ok. Working fine under windows including MMI.
Professional CAM's (with multi-PID descramble) are tested.
Can both CI's be used by both tuners? Or
is one CI bound to one tuner?
First CI slot as
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio
> Sent: Thursday, December 01, 2011 5:45 AM
> To: linux-media@vger.kernel.org
> Cc: linux-o...@vger.kernel.org; laurent.pinch...@ideasonboard.com;
> sak
> -Original Message-
> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-
> ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio
> Sent: Thursday, December 01, 2011 5:45 AM
> To: linux-media@vger.kernel.org
> Cc: linux-o...@vger.kernel.org; laurent.pinch...@ideasonboard.com;
> sakar
Hi,
Sorry to repeat the question, anyone has an idea on this? I appreciate your
feedback.
Thank you
Hamad
-Original Message-
From: linux-media-ow...@vger.kernel.org
[mailto:linux-media-ow...@vger.kernel.org] On Behalf Of Hamad Kadmany
Sent: Tuesday, November 29, 2011 10:05 AM
To: linux-m
Hi Dave, Daniel, Rob,
>
> On Sun, Nov 27, 2011 at 12:29 PM, Rob Clark wrote:
>>
>> On Sat, Nov 26, 2011 at 8:00 AM, Daniel Vetter wrote:
>> > On Fri, Nov 25, 2011 at 17:28, Dave Airlie wrote:
>> >> I've rebuilt my PRIME interface on top of dmabuf to see how it would
>> >> work,
>> >>
>> >> I've
Hi again,
On Wed, Nov 30, 2011 at 6:14 PM, Sergio Aguirre wrote:
> Hi everyone,
>
> This is the second version of the OMAP4 ISS driver,
> now ported to the Media Controller framework AND supporting
> videobuf2 framework.
>
> This patchset should apply cleanly on top of v3.2-rc3 kernel tag.
>
> Th
There are a fair number of debug print statements in the V4L2 code. How
do I turn those on?
For instance, I'd like the following code to print
if ((vfd->debug & V4L2_DEBUG_IOCTL) &&
!(vfd->debug & V4L2_DEBUG_IOCTL_ARG)) {
v4l_print_ioctl(vfd->name, cmd);
printk(KER
Signed-off-by: Sergio Aguirre
---
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 16 +---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 7695e5d..1b59e2f 100644
--- a/arch/a
This adds a very limited driver for ov5640, which
only supports:
- 2592x1944 @ ~7.5 fps
- 1920x1080 @ ~15 fps,
- 1280x720 @ ~24 fps,
- 640x480 @ ~24 fps,
- 320x240 @ ~24 fps,
All in YUV422i format, using 1 CSI2 datalane @ 333 MHz.
Signed-off-by: Sergio Aguirre
---
drivers/media/video/Kconf
Hi everyone,
This is the second version of the OMAP4 ISS driver,
now ported to the Media Controller framework AND supporting
videobuf2 framework.
This patchset should apply cleanly on top of v3.2-rc3 kernel tag.
This driver attempts to provide an fully open source solution to
control the OMAP4 I
From: Stanimir Varbanov
Introduce g_interface_parms sensor operation for getting sensor
interface parameters. These parameters are needed from the host side
to determine it's own configuration.
Signed-off-by: Stanimir Varbanov
---
include/media/v4l2-subdev.h | 42
NOTE: This isn't the whole list of features that the
ISS supports, but the only ones supported at the moment.
Signed-off-by: Sergio Aguirre
---
arch/arm/mach-omap2/devices.c | 32
arch/arm/plat-omap/include/plat/omap44xx.h |9 +++
2 files chang
This adds support for camera interface with the support for
following sensors:
- OV5640
- OV5650
Signed-off-by: Sergio Aguirre
---
arch/arm/mach-omap2/Kconfig| 27
arch/arm/mach-omap2/Makefile |2 +
arch/arm/mach-omap2/board-4430sdp-camera.c | 221 +
Signed-off-by: Sergio Aguirre
---
arch/arm/mach-omap2/devices.c |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index b48aeea..e411c4e 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2
Signed-off-by: Sergio Aguirre
---
drivers/media/video/Kconfig |6 +
drivers/media/video/Makefile|1 +
drivers/media/video/ov5650.c| 524 +++
include/media/ov5650.h | 10 +
include/media/v4l2-chip-ident.h |1 +
5 files changed
This adds support for camera interface with the support for
following sensors:
- OV5640
- OV5650
Signed-off-by: Sergio Aguirre
---
arch/arm/mach-omap2/Kconfig | 27
arch/arm/mach-omap2/Makefile |1 +
arch/arm/mach-omap2/board-omap4panda-camera.c |
The define should be the result of 1 << Bit number.
Bit number for GPOCTL.GPO3 field is 2, which results
in 0x4 value.
Signed-off-by: Sergio Aguirre
---
include/linux/mfd/twl6040.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/mfd/twl6040.h b/include/li
Signed-off-by: Sergio Aguirre
---
drivers/mfd/twl-core.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c
index bfbd660..e26b564 100644
--- a/drivers/mfd/twl-core.c
+++ b/drivers/mfd/twl-core.c
@@ -323,7 +323,7 @@ static str
On 30.11.2011 22:38, HoP wrote:
> Hi folks.
>
> I need to warn you that my mail is a bit little longer then I would like
> to be.But I'm not able to ask my question without some
> background information.
>
> On June 19th, I was sending the driver to the Linux-media
> mailing list. Original announ
Hi Gary,
On Wednesday 30 November 2011 18:00:55 Gary Thomas wrote:
> On 2011-11-30 07:57, Gary Thomas wrote:
> > On 2011-11-30 07:30, Laurent Pinchart wrote:
> >> On Wednesday 30 November 2011 15:13:18 Gary Thomas wrote:
[snip]
> >>> This sort of works(*), but I'm still having issues (at least I
Hi Gary,
On Wednesday 30 November 2011 15:57:30 Gary Thomas wrote:
> On 2011-11-30 07:30, Laurent Pinchart wrote:
> > On Wednesday 30 November 2011 15:13:18 Gary Thomas wrote:
> >> On 2011-11-28 05:49, Laurent Pinchart wrote:
> >>> On Monday 28 November 2011 13:42:47 Gary Thomas wrote:
> On 2
Hi Sakari,
On Wednesday 30 November 2011 09:35:38 Sakari Ailus wrote:
> Laurent Pinchart wrote:
> > On Monday 28 November 2011 17:01:12 Sakari Ailus wrote:
> >> On Mon, Nov 28, 2011 at 12:37:34PM +0100, Laurent Pinchart wrote:
> >>> When mapping from a V4L2 pixel format to a media bus format in th
On Wed, Nov 30, 2011 at 4:38 PM, HoP wrote:
> Hi folks.
>
> I need to warn you that my mail is a bit little longer then I would like
> to be.But I'm not able to ask my question without some
> background information.
>
> On June 19th, I was sending the driver to the Linux-media
> mailing list. Orig
Hi folks.
I need to warn you that my mail is a bit little longer then I would like
to be.But I'm not able to ask my question without some
background information.
On June 19th, I was sending the driver to the Linux-media
mailing list. Original announcement is there:
http://www.spinics.net/lists/l
On Tue, 2011-11-29 at 02:09 +0200, Antti Palosaari wrote:
> On 11/15/2011 12:25 AM, Malcolm Priestley wrote:
> > I have tried this patch, while it initially got MythTV working, there is
> > too many call backs and some failed to acquire the lock. The device
> > became unstable on both single and du
On 30-11-2011 18:41, Andreas Oberritter wrote:
On 30.11.2011 20:39, Jens Erdmann wrote:
Dear Andreas,
On Tuesday, November 29, 2011 01:56:35 PM you wrote:
2. I stumbled over http://linux.terratec.de/tv_en.html where they list
a NXP TDA18271
as used tuner for H5 and HTC Stick devices.
Changes to extract firmware for it913x devices
./get_dvb_firmware it9135
extracts
dvb-usb-it9135-01.fw
dvb-usb-it9135-02.fw
./get_dvb_firmware it9137
extracts
dvb-usb-it9137-01.fw
Signed-off-by: Malcolm Priestley
---
Documentation/dvb/get_dvb_firmware | 22 +-
1 files cha
Support add for IT9135 9005 devices
With this patch IT9135 devices now move to using
dvb-usb-it9135-01.fw firmware
IT9137 remain on previous firmware.
IT9135 devices seem more stable on this firmware.
If the user wishes to remain on it9137 firmware they can change
back using firmware=1 module op
Multi firmware loader
This uses scatter write firmware headers
The firmware must start with 03 XX 00
and be the extract firmware length.
I have tried all available firmwares with this loader.
Signed-off-by: Malcolm Priestley
---
drivers/media/dvb/dvb-usb/it913x.c | 43
Malcolm Priestley (3):
[For 3.3] dvb-usb-it913x multi firmware loader
[for 3.3] add support for IT9135 9005 devices
[For 3.3] it913x dvb-get-firmware update
Documentation/dvb/get_dvb_firmware | 22 +-
drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 +
drivers/media/dvb/dvb-us
On 30.11.2011 20:39, Jens Erdmann wrote:
> Dear Andreas,
>
> On Tuesday, November 29, 2011 01:56:35 PM you wrote:
>
>>
> 2. I stumbled over http://linux.terratec.de/tv_en.html where they list
> a NXP TDA18271
>
> as used tuner for H5 and HTC Stick devices. I dont have any
Hi Sakari,
Thanks for the patches. They look good to me.
Acked-by: Laurent Pinchart
On Wednesday 30 November 2011 18:38:21 Sakari Ailus wrote:
> Hi all,
>
> This patchset, which I'm sending as RFC since it has not been really tested
> (including compiling the vivi patch), adds 64-bit integer m
On Wed, Nov 30, 2011 at 2:58 PM, Andreas Oberritter wrote:
> The point I'm trying to make: Someone made a presumably nice open source
> port to a new platform and the first thing you're doing is to play the
> GPL-has-been-violated-card, even though you're admitting that you don't
> know whether an
On 30.11.2011 20:33, Devin Heitmueller wrote:
> On Wed, Nov 30, 2011 at 1:02 PM, Andreas Oberritter wrote:
>>> Am I the only one who thinks this is a legally ambigious grey area?
>>> Seems like this could be a violation of the GPL as the driver code in
>>> question links against a proprietary kern
Dear Andreas,
On Tuesday, November 29, 2011 01:56:35 PM you wrote:
>
> >>> 2. I stumbled over http://linux.terratec.de/tv_en.html where they list
> >>> a NXP TDA18271
> >>>
> >>> as used tuner for H5 and HTC Stick devices. I dont have any
> >>> experience in this kind of stuff but i am
On Wed, Nov 30, 2011 at 1:02 PM, Andreas Oberritter wrote:
>> Am I the only one who thinks this is a legally ambigious grey area?
>> Seems like this could be a violation of the GPL as the driver code in
>> question links against a proprietary kernel.
>
> Devin, please! Are you implying that the wi
Nice!
How is the CI implementation? Can both CI's be used by both tuners? Or
is one CI bound to one tuner?
Walter
On Wed, 30 Nov 2011 19:39:34 +0300, Abylay Ospan wrote:
> Hello,
>
> We have ported linuxtv's cx23885+CAM en50221+Diseq to Windows OS (Vista,
> XP, win7 tested). Results avail
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date:Wed Nov 30 19:00:16 CET 2011
git hash:36d36b884c745c507d9b3f60eb42925749f7d758
gcc version: i686-linux-gcc (GCC
All devices should support alsa module. Devices with DVB will
auto-load the dvb module. This way, tm6000-based devices should
now have hot plugin.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/video/tm6000/tm6000-cards.c | 31 +
drivers/media/video/tm6000/t
[ 3755.608233] BUG: unable to handle kernel NULL pointer dereference at
0008
[ 3755.616360] IP: [] tm6000_ir_int_stop+0x10/0x1b [tm6000]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/video/tm6000/tm6000-input.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
On 30.11.2011 18:23, Devin Heitmueller wrote:
> 2011/11/30 Abylay Ospan :
>> Hello,
>>
>> We have ported linuxtv's cx23885+CAM en50221+Diseq to Windows OS (Vista, XP,
>> win7 tested). Results available under GPL and can be checkout from git
>> repository:
>> https://github.com/netup/netup-dvb-s2-ci
Signed-off-by: Sakari Ailus
---
Documentation/DocBook/media/v4l/compat.xml | 10 +
Documentation/DocBook/media/v4l/v4l2.xml |7
.../DocBook/media/v4l/vidioc-queryctrl.xml | 39 +++-
3 files changed, 54 insertions(+), 2 deletions(-)
diff
Add an integer menu test control for the vivi driver.
Signed-off-by: Sakari Ailus
---
drivers/media/video/vivi.c | 21 +
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c
index 7d754fb..763ec23 100644
---
Create a new control type called V4L2_CTRL_TYPE_INTEGER_MENU. Integer menu
controls are just like menu controls but the menu items are 64-bit integers
rather than strings.
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-ctrls.c | 60 +++--
include/linux
Hi all,
This patchset, which I'm sending as RFC since it has not been really tested
(including compiling the vivi patch), adds 64-bit integer menu controls. The
control items in the integer menu are just like in regular menus but they
are 64-bit integers instead of strings.
I'm also pondering whe
Morjens Mauro,
I rewrote whole af9013 demodulator driver in order to decrease I2C load.
Please pull that to the next Kernel merge window.
Antti
The following changes since commit a235af24a74a0fa03ece0a9f5e28a72e4d1e2cad:
ce168: remove experimental from Kconfig (2011-11-19 23:07:54 +0200)
2011/11/30 Abylay Ospan :
> Hello,
>
> We have ported linuxtv's cx23885+CAM en50221+Diseq to Windows OS (Vista, XP,
> win7 tested). Results available under GPL and can be checkout from git
> repository:
> https://github.com/netup/netup-dvb-s2-ci-dual
>
> Binary builds (ready to install) available i
Hi Stefan and Dmitri,
The entire RC input looked badly implemented. It never worked with HVR-900H,
and it were doing polling even on URB interrupt mode.
I've rewritten the entire code, and fixed it to be more reliable.
I've tested both interrupt and polling modes, with HVR-900H. On HVR-900H,
po
Hello,
We have ported linuxtv's cx23885+CAM en50221+Diseq to Windows OS (Vista,
XP, win7 tested). Results available under GPL and can be checkout from
git repository:
https://github.com/netup/netup-dvb-s2-ci-dual
Binary builds (ready to install) available in build directory. Currently
NetUP
The IR support were broken on my tests with HVR-900H. Also,
there were several issues on the current implementation.
This patch is a major rewrite of the IR support for this
- Improve debug messages;
- Don't do polling for interrrupt based IR;
- Add proper support for RC-5 p
This should allow using 24 or 32 bits NEC IR decoding tables with
those devices.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/video/tm6000/tm6000-input.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/tm6000/tm6000-input.c
b/drivers/media
Now that the tm6000 driver is on a good shape, we can enable
device autodetection, based on the USB ID.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/video/tm6000/tm6000-cards.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/tm6000/tm6000-ca
Fix lock bit to better indicate signal strength, from 4096 to
65535.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/tuner-xc2028.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/common/tuners/tuner-xc2028.c
b/drivers/media/common/tu
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/video/tm6000/tm6000-cards.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/tm6000/tm6000-cards.c
b/drivers/media/video/tm6000/tm6000-cards.c
index ec2578a..0b54132 100644
--- a/drivers/media/vide
On 2011-11-30 07:57, Gary Thomas wrote:
On 2011-11-30 07:30, Laurent Pinchart wrote:
Hi Gary,
On Wednesday 30 November 2011 15:13:18 Gary Thomas wrote:
On 2011-11-28 05:49, Laurent Pinchart wrote:
On Monday 28 November 2011 13:42:47 Gary Thomas wrote:
On 2011-11-28 04:07, Laurent Pinchart wr
On 2011-11-30 07:30, Laurent Pinchart wrote:
Hi Gary,
On Wednesday 30 November 2011 15:13:18 Gary Thomas wrote:
On 2011-11-28 05:49, Laurent Pinchart wrote:
On Monday 28 November 2011 13:42:47 Gary Thomas wrote:
On 2011-11-28 04:07, Laurent Pinchart wrote:
On Friday 25 November 2011 12:50:25
Mauro,
Please pull from the 'voyager' branch of my 'hauppauge' git tree for
some simple USB ID additions for some additional HVR950Q variants. If
it's possible to send these to Linus for 3.2, that would be really
cool... but it's nothing urgent.
The following changes since commit 36d36b884c745c5
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> Sent: Wednesday, November 30, 2011 8:01 PM
> To: Gary Thomas
> Cc: Javier Martinez Canillas; Linux Media Mailing List
> Subject: Re: Using MT9P031 di
Hi Gary,
On Wednesday 30 November 2011 15:13:18 Gary Thomas wrote:
> On 2011-11-28 05:49, Laurent Pinchart wrote:
> > On Monday 28 November 2011 13:42:47 Gary Thomas wrote:
> >> On 2011-11-28 04:07, Laurent Pinchart wrote:
> >>> On Friday 25 November 2011 12:50:25 Gary Thomas wrote:
> On 2011
On 2011-11-28 05:49, Laurent Pinchart wrote:
Hi Gary,
On Monday 28 November 2011 13:42:47 Gary Thomas wrote:
On 2011-11-28 04:07, Laurent Pinchart wrote:
On Friday 25 November 2011 12:50:25 Gary Thomas wrote:
On 2011-11-24 04:28, Laurent Pinchart wrote:
On Wednesday 16 November 2011 13:03:11
Hi Hans,
On Mon, Nov 14, 2011 at 23:50:49, Hans Verkuil wrote:
> From: Hans Verkuil
>
> The function setup_vpif_input_channel_mode() used the VSCLKDIS register
> instead of VIDCLKCTL. This meant that when in HD mode videoport channel 0
> used a different clock from channel 1.
>
> Clearly a copy
Hi Manju,
On Thu, Nov 17, 2011 at 15:48:53, Hadli, Manjunath wrote:
> Re-arrange definitions and remove unnecessary code so that we canx
These are two different things and should be done in separate
patches. Sergei has already pointed out couple of instances.
> have a common header for all davin
On Fri, Nov 25, 2011 at 01:36:01, Mauro Carvalho Chehab wrote:
> Em 24-11-2011 16:22, Nori, Sekhar escreveu:
> > Hi Mauro,
> >
> > On Thu, Nov 24, 2011 at 23:35:24, Mauro Carvalho Chehab wrote:
> >> Em 12-11-2011 13:06, Manjunath Hadli escreveu:
> >>> move vpif related code for capture and display
Signed-off-by: Josh Wu
---
drivers/media/video/atmel-isi.c | 17 -
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/atmel-isi.c b/drivers/media/video/atmel-isi.c
index ea4eef4..5da4381 100644
--- a/drivers/media/video/atmel-isi.c
+++ b/drivers
This patch
- add ISI_MCK clock enable/disable code.
- change field name in isi_platform_data structure
Signed-off-by: Josh Wu
[g.liakhovet...@gmx.de: fix label names]
Signed-off-by: Guennadi Liakhovetski
Acked-by: Nicolas Ferre
---
Hi, Guennadi
I rebase this patch to current media tree: stagin
The following ioctl sequence causes fimc_dma_run() to start processing without
complete scaler and DMA initialization which causes missing interrupt and
blocking on DQBUF:
S_FMT, STREAMON, QBUF, DQBUF, STREAMOFF, STREAMON, QBUF, DQBUF.
Fix this regression caused by moving pm_runtime* calls to star
Hi Haogang,
On Wednesday 30 November 2011 03:28:32 Haogang Chen wrote:
> The hard limit sounds good to me.
OK.
> But if you want to centralize error handling, please make sure that "goto
> done" only frees map, but not map->menu_info in that case.
map->menu_info will be NULL, so it's safe to kf
We recently added locking to this function, but we missed an error path
which needs an unlock.
Signed-off-by: Dan Carpenter
diff --git a/drivers/media/common/tuners/xc5000.c
b/drivers/media/common/tuners/xc5000.c
index 048f489..a3fcc59 100644
--- a/drivers/media/common/tuners/xc5000.c
+++ b/dri
Laurent Pinchart wrote:
> Hi Sakari,
>
> On Monday 28 November 2011 17:01:12 Sakari Ailus wrote:
>> On Mon, Nov 28, 2011 at 12:37:34PM +0100, Laurent Pinchart wrote:
>>> When mapping from a V4L2 pixel format to a media bus format in the
>>> VIDIOC_TRY_FMT and VIDIOC_S_FMT handlers, the requested f
70 matches
Mail list logo