RFC: ov5640 kernel driver.

2015-09-21 Thread Javier Martin
Hi, we want to a v4l2 driver for the ov5640 sensor from Omnivision. AFAIK, there was an attempt in the past to mainline that driver [1] but it didn't make it in the end. Some people were asking for the code for the ov5640 and the ov5642 to be merged [2] as well but IMHO both sensors are not t

Re: imx-drm: Color issues scanning out YUV420 frames through the overlay plane.

2015-08-07 Thread Javier Martin
Sorry for sending this to the wrong list. On 07/08/15 09:25, Javier Martin wrote: Hi, I am using mainline kernel 4.1 and I was writing a small application that uses double buffering to read YUV420 frames from a file at 30fps and displays them using the overlay plane in the imx-drm driver. The

imx-drm: Color issues scanning out YUV420 frames through the overlay plane.

2015-08-07 Thread Javier Martin
Hi, I am using mainline kernel 4.1 and I was writing a small application that uses double buffering to read YUV420 frames from a file at 30fps and displays them using the overlay plane in the imx-drm driver. The first issue I noticed is that the image was green so I had to apply the following

Re: coda: Problems with encoding in i.MX6DL.

2015-07-29 Thread Javier Martin
Hi Philipp, thanks for your fast answer. Apparently, the firmware is being loaded properly although it complains about that version not being supported. After queuing some YUV420 buffers with a simple application I perform a VIDIOC_STREAMON in both the CAPTURE and the OUTPUT interfaces but I ge

coda: Problems with encoding in i.MX6DL.

2015-07-28 Thread Javier Martin
Hello, I am running kernel 4.1 in a var-dvk-solo-linux evaluation board from Variscite. This is what I get at system start-up: coda 204.vpu: Firmware code revision: 34588 coda 204.vpu: Initialized CODA960. coda 204.vpu: Unsupported firmware version: 2.1.8 coda 204.vpu: codec re

i.MX6 video capture support in mainline

2015-06-23 Thread Javier Martin
Hello, we have an BD-SL-i.MX6 platform (compatible with the Nitrogen6X) where we are currently running the BSP from Freescale, which is based on kernel 3.10 if I recall properly. We are aware that those drivers have some issues, specially when it comes to compliance with the V4L2 frameworks l

Disappearing dvb-usb stick IT9137FN (Kworld 499-2T)

2015-05-13 Thread Mike Martin
Hi I have the above usb stick (dual frontend) which works fine for a while then just vanishes. ie: frontend just goes eg ls /dev/dvb (I have a permanent DVB card as well) /dev/dvb/adapter0 /dev/dvb/adapter1 /dev/dvb/adapter2 goes to ls /dev/dvb (I have a permanent DVB card as well) /dev/dvb/ad

[PATCH v2] media: (stb0899) use sign_extend32() for sign extension

2015-01-25 Thread Martin Kepplinger
Signed-off-by: Martin Kepplinger --- Sorry. I should have at least built my change. This is the correct version. drivers/media/dvb-frontends/stb0899_algo.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb-frontends/stb0899_algo.c b/drivers/media/dvb

[PATCH] media: (stb0899) use sign_extend32() for sign extension

2015-01-25 Thread Martin Kepplinger
Signed-off-by: Martin Kepplinger --- drivers/media/dvb-frontends/stb0899_algo.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb-frontends/stb0899_algo.c b/drivers/media/dvb-frontends/stb0899_algo.c index 93596e0..7bbcfde 100644 --- a/drivers/media/dvb

Missdetected USB device

2014-11-22 Thread Martin Colley
9:14:23 james kernel: [952945.856565] [] system_call_fastpath+0x1a/0x1f Nov 21 19:14:23 james kernel: [952945.856567] ---[ end trace 407e8b9250899a01 ]--- Nov 21 19:14:23 james kernel: [952945.856570] [ cut here ] Any assistance would be appreciated. Thanks Martin -- To unsubs

[PATCH] [media] lirc: use kfifo_initialized() on lirc_buffer's fifo

2014-10-28 Thread Martin Kaiser
We can use kfifo_initialized() to check if the fifo in lirc_buffer is initialized or not. There's no need to have a dedicated fifo status variable in lirc_buffer. Signed-off-by: Martin Kaiser --- include/media/lirc_dev.h |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-)

Contact me for more details.

2014-09-25 Thread MARTIN DESMOND
Hi friend I am a banker in IDB BANK.I want to transfer an abandoned USD5. 5Million to your Bank account. 40/percent will be your share. No risk involved but keep it as secret Thanks.Contact me for more details. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of

Re: [PATCH 0/5] Digital Devices PCIe bridge update to 0.9.15a

2014-09-23 Thread Guy Martin
On 2014-08-02 05:48, Antti Palosaari wrote: Tree for testing is here: http://git.linuxtv.org/cgit.cgi/anttip/media_tree.git/log/?h=digitaldevices Hi Antti, I tried your digitaldevices branch but it does not work for me. Using w_scan, I'm not able to find any DVB-C transponder. The very s

[RFI] OMAP4 ISS: l3_interrupt_handler Errors due to wrong initialized iss_fck?

2014-08-27 Thread Martin Hinteregger
TW I've also added iss_fck as an opt_clk in omap_hwmod_44xx_data and added the clock to the ti_dt_clk struct. Thanks, Martin [1] http://www.ti.com/pdfs/wtbu/OMAP4430_ES2.x_PUBLIC_TRM_vAJ.zip -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a

[PATCHv3] staging: media: as102: replace custom dprintk() with dev_dbg()

2014-08-04 Thread Martin Kepplinger
remove dprintk() and replace it with dev_dbg() or pr_debug() in order to use the common kernel coding style. Signed-off-by: Martin Kepplinger --- Thanks for looking at it. So this doesn't add anything and actually does what it says. If I haven't understood what you meant, or if I sho

[PATCHv2] staging: media: as102: replace custom dprintk() with dev_dbg()

2014-08-04 Thread Martin Kepplinger
remove dprintk() and replace it with dev_dbg() in order to use the common kernel coding style. Signed-off-by: Martin Kepplinger --- Thanks Dan. And since it continues to succeed if (dev == NULL), differntiate if (dev) or not. drivers/staging/media/as102/as102_drv.c | 15 +++--- drivers

[PATCH] staging: media: as102: replace custom dprintk() with dev_dbg()

2014-08-03 Thread Martin Kepplinger
remove dprintk() and replace it with dev_dbg() in order to use the common kernel coding style. Signed-off-by: Martin Kepplinger --- I don't have the device but this builds. I think this is ok when it gets reviewed. applies to -next20140801 drivers/staging/media/as102/as102_drv.c |

Re: [BUG] rc1 rc2 rc3 not bootable - black screen after kernel loading

2014-07-24 Thread Martin Kepplinger
Am 2014-06-30 12:39, schrieb Martin Kepplinger: > back to aaeb2554337217dfa4eac2fcc90da7be540b9a73 as the first bad > commit. why is this not revertable exactly? how can I show a complete > list of commits this merge introduces? > It seems that _nobody_ is running a simple 32 bi

Status of the ddbridge driver update

2014-07-07 Thread Guy Martin
Hi Maik, What is the current status of the ddbridge driver update ? Are you still working on it ? I'm not seeing any update since November 2013. Do you have an updated version of what you sent last ? I'd like to continue your work if you cannot work on this anymore. Regards, Guy -- To uns

Re: [BUG] rc1 rc2 rc3 not bootable - black screen after kernel loading

2014-06-30 Thread Martin Kepplinger
back to aaeb2554337217dfa4eac2fcc90da7be540b9a73 as the first bad commit. why is this not revertable exactly? how can I show a complete list of commits this merge introduces? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.

Re: [BUG] rc3 Oops: unable to handle kernel NULL pointer dereference at 0000074c

2014-06-30 Thread Martin Kepplinger
Am 2014-06-30 10:20, schrieb Zhang Rui: > On Mon, 2014-06-30 at 16:18 +0800, Zhang Rui wrote: >> On Mon, 2014-06-30 at 09:52 +0200, Martin Kepplinger wrote: >>> I now booted 3.16-rc3 and suddenly see an oops during boot: >>> >>> the oops during boot: http:

Re: [BUG] rc3 Oops: unable to handle kernel NULL pointer dereference at 0000074c

2014-06-30 Thread Martin Kepplinger
I now booted 3.16-rc3 and suddenly see an oops during boot: the oops during boot: http://tny.cz/2301e393 also below lshw if interesting: http://tny.cz/3c9a7609 the full boot log: http://tny.cz/88260b19 does anyone have an idea? thanks the oops: Jun 30 08:35:

Re: [BUG] rc1 and rc2: Laptop unusable: on boot,screen black instead of native resolution

2014-06-27 Thread Martin Kepplinger
Am 2014-06-27 21:51, schrieb Martin Kepplinger: > Am 2014-06-27 20:09, schrieb Martin Kepplinger: >> Am 2014-06-27 17:14, schrieb Zhang Rui: >>> On Mon, 2014-06-23 at 16:46 +0200, Martin Kepplinger wrote: >>>> Am 2014-06-23 15:14, schrieb Zhang Rui: >>>>&

Re: [BUG] rc1 and rc2: Laptop unusable: on boot,screen black instead of native resolution

2014-06-27 Thread Martin Kepplinger
Am 2014-06-27 20:09, schrieb Martin Kepplinger: > Am 2014-06-27 17:14, schrieb Zhang Rui: >> On Mon, 2014-06-23 at 16:46 +0200, Martin Kepplinger wrote: >>> Am 2014-06-23 15:14, schrieb Zhang Rui: >>>> On Mon, 2014-06-23 at 14:22 +0200, Martin Kepplinger wrote: >

Re: [BUG] rc1 and rc2: Laptop unusable: on boot,screen black instead of native resolution

2014-06-27 Thread Martin Kepplinger
Am 2014-06-27 17:14, schrieb Zhang Rui: > On Mon, 2014-06-23 at 16:46 +0200, Martin Kepplinger wrote: >> Am 2014-06-23 15:14, schrieb Zhang Rui: >>> On Mon, 2014-06-23 at 14:22 +0200, Martin Kepplinger wrote: >>>> Am 2014-06-23 03:10, schrieb Zhang, Rui: >>&g

Re: [BUG] rc1 and rc2: Laptop unusable: on boot,screen black instead of native resolution

2014-06-23 Thread Martin Kepplinger
Am 2014-06-23 15:14, schrieb Zhang Rui: > On Mon, 2014-06-23 at 14:22 +0200, Martin Kepplinger wrote: >> Am 2014-06-23 03:10, schrieb Zhang, Rui: >>> >>> >>>> -Original Message- >>>> From: Martin Kepplinger [mailto:mart...@posteo.de] >&

Re: [BUG] rc1 and rc2: Laptop unusable: on boot,screen black instead of native resolution

2014-06-23 Thread Martin Kepplinger
Am 2014-06-23 03:10, schrieb Zhang, Rui: > > >> -Original Message----- >> From: Martin Kepplinger [mailto:mart...@posteo.de] >> Sent: Sunday, June 22, 2014 10:25 PM >> To: Zhang, Rui >> Cc: r...@rjwysocki.net; l...@kernel.org; linux-a...@vger.kernel.

Contact me for more details.

2014-06-18 Thread MARTIN DESMOND
Hi friend. I want to transfer USD5.5Million into your account Contact me for more details. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv2] staging: media: as102: replace custom dprintk() with dev_dbg()

2014-05-17 Thread Martin Kepplinger
Am 2014-05-17 19:21, schrieb Antti Palosaari: > On 05/17/2014 07:05 PM, Martin Kepplinger wrote: >> don't reinvent dev_dbg(). remove dprintk() in as102_drv.c. >> use the common kernel coding style. >> >> Signed-off-by: Martin Kepplinger > > Reviewed-by: Antt

[PATCHv2] staging: media: as102: replace custom dprintk() with dev_dbg()

2014-05-17 Thread Martin Kepplinger
don't reinvent dev_dbg(). remove dprintk() in as102_drv.c. use the common kernel coding style. Signed-off-by: Martin Kepplinger --- this applies to next-20140516. any more suggestions? more cleanup can be done when dprintk() is completely gone. drivers/staging/media/as102/as102_drv.c |

[PATCH] staging: media: as102: replace custom dprintk() with dev_dbg()

2014-05-17 Thread Martin Kepplinger
don't reinvent dev_dbg(). use the common kernel coding style. Signed-off-by: Martin Kepplinger --- this applies to next-20140516. drivers/staging/media/as102/as102_drv.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/as102/as102_drv

Re: [PATCH 2/3] [media] adv7842: Source Product Description (SPD) InfoFrame

2014-03-19 Thread Martin Bugge (marbugge)
Thank you Hans On 19/03/14 11:13, Hans Verkuil wrote: Hi Martin, On 03/19/14 10:43, Martin Bugge wrote: Decode and display any received SPD InfoFrame in log-status. This is really quite standardized data. I looked around in the kernel and I found this very nice header: include/linux/hdmi.h

[PATCH 0/3] [media] adv7842 fixes

2014-03-19 Thread Martin Bugge
This patch series applies a few fixes for adv7842 from Cisco's internal tree. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 3/3] [media] adv7842: Disable access to EDID DDC lines before chip power up.

2014-03-19 Thread Martin Bugge
the DDC lines was enabled read a corrupt EDID. Signed-off-by: Martin Bugge --- drivers/media/i2c/adv7842.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c index 805a117..3b3bd42 100644 --- a/drivers/media/i2c

[PATCH 2/3] [media] adv7842: Source Product Description (SPD) InfoFrame

2014-03-19 Thread Martin Bugge
Decode and display any received SPD InfoFrame in log-status. Signed-off-by: Martin Bugge --- drivers/media/i2c/adv7842.c | 76 + 1 file changed, 76 insertions(+) diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c index 5d79c57

[PATCH 1/3] [media] adv7842: update RGB quantization range on HDMI/DVI-D mode irq.

2014-03-19 Thread Martin Bugge
This was the reason for enabling the HDMI/DVI-D mode irq in the first place. Signed-off-by: Martin Bugge --- drivers/media/i2c/adv7842.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c index 636ac08..5d79c57 100644 --- a/drivers

Contact me for more details.

2014-02-13 Thread MARTIN DESMOND
Hi friend. I want to transfer an abandoned USD5.5Million to your Bank account. 40/percent will be your share. Contact me for more details. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

[PATCH 1/3] [media] ths8200: Zero blanking level for RGB.

2014-02-07 Thread Martin Bugge
Currently only RGB444 input data is supported so set to zero. Acked-by: Lad, Prabhakar Signed-off-by: Martin Bugge --- drivers/media/i2c/ths8200.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c index 04139ee

[PATCH 3/3] [media] ths8200: Format adjustment.

2014-02-07 Thread Martin Bugge
Closer inspection on excact transmitted format showed that we needed to add 1 on vertical sync. Acked-by: Lad, Prabhakar Signed-off-by: Martin Bugge --- drivers/media/i2c/ths8200.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/media/i2c

[PATCH 2/3] [media] ths8200: Corrected sync polarities setting.

2014-02-07 Thread Martin Bugge
HS_IN/VS_IN was always set to positive. Acked-by: Lad, Prabhakar Signed-off-by: Martin Bugge --- drivers/media/i2c/ths8200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c index 5c7dca3..bcacf52 100644 --- a/drivers

[PATCH 0/3] [media] ths8200 fixes

2014-02-07 Thread Martin Bugge
This patch series applies a few fixes for ths8200 from Cisco's internal tree. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] [media] adv7842: Composite free-run platfrom-data fix

2014-01-29 Thread Martin Bugge
Incorrectly setting of free-run for Composite. Copy/paste regression fix. Should go to kernel 3.14. Cc: Hans Verkuil Signed-off-by: Martin Bugge --- drivers/media/i2c/adv7842.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c

[PATCH 2/4] [media] adv7842: pixelclock read-out

2014-01-24 Thread Martin Bugge
Incorrect registers used for pixelclock read-out. Same registers as for adv7604 which actually gave an almost correct read-out, even they are not documented for adv7842. Corrected deep-color pixel-clock correction. Cc: Mats Randgaard Cc: Hans Verkuil Signed-off-by: Martin Bugge --- drivers

[PATCH 0/4] [media] adv7842 fixes

2014-01-24 Thread Martin Bugge
This patch series applies a few fixes for adv7842 from Cisco's internal tree. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/4] [media] adv7842: adjust gain and offset for DVI-D signals

2014-01-24 Thread Martin Bugge
If the input signal is DVI-D and quantization range is RGB full range, gain and offset must be adjusted to get the right range on the output. Copied and adopted from adv7604. Cc: Mats Randgaard Cc: Hans Verkuil Signed-off-by: Martin Bugge --- drivers/media/i2c/adv7842.c | 109

[PATCH 4/4] [media] adv7842: platform-data for Hotplug Active (HPA) manual/auto

2014-01-24 Thread Martin Bugge
-by: Martin Bugge --- drivers/media/i2c/adv7842.c | 12 +--- include/media/adv7842.h | 3 +++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c index 209b175..e04fe3f 100644 --- a/drivers/media/i2c/adv7842.c +++ b

[PATCH 3/4] [media] adv7842: log-status for Audio Video Info frames (AVI)

2014-01-24 Thread Martin Bugge
Clear any pending AVI checksum-errors. To be able to display last received AVI. Cc: Mats Randgaard Cc: Hans Verkuil Signed-off-by: Martin Bugge --- drivers/media/i2c/adv7842.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/drivers/media/i2c/adv7842

[PATCH] [media] v4l2-dv-timings: fix GTF calculation

2014-01-23 Thread Martin Bugge
Randgaard Cc: Hans Verkuil Signed-off-by: Martin Bugge --- drivers/media/v4l2-core/v4l2-dv-timings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/v4l2-core/v4l2-dv-timings.c b/drivers/media/v4l2-core/v4l2-dv-timings.c index ee52b9f4..f7902fe 100644 --- a/drivers/media/v4l2-core

Re: Patch mceusb: fix invalid urb interval

2014-01-19 Thread Martin Kittel
Hi Mauro, hi Sean, On 01/15/2014 06:59 PM, Mauro Carvalho Chehab wrote: > Em Wed, 15 Jan 2014 16:52:45 + > Sean Young escreveu: > >> On Wed, Jan 15, 2014 at 01:49:17PM -0200, Mauro Carvalho Chehab wrote: >>> Hi Martin, >>> >>> Em Wed, 11 Dec 2013

Re: Patch mceusb: fix invalid urb interval

2013-12-11 Thread Martin Kittel
Hi Mauro, hi Sean, thanks for considering the patch. I have added an updated version at the end of this mail. Regarding the info Sean was requesting, it is indeed an xhci hub. I also added the details of the remote itself. Please let me know if there is anything missing. Best wishes, Martin

Re: ddbridge module fails to load

2013-11-18 Thread Martin Herrman
y stepped up to try to bring in the latest driver > back into the mailine linux-media repository and should get better > maintenance. That is very good news, it makes my life much easier :-) Regards, Martin > Oliver (not Endriss) -- To unsubscribe from this list: send the line "unsu

ddbridge module fails to load

2013-11-17 Thread Martin Herrman
4 and now ddbridge loads perfectly and I can watch tv again. Just wanted to let you know, in case you need any of my help to fix this, please feel free to ask. Note however that I'm certainly not a developer, nor a experienced packager. Regards, Martin -- To unsubscribe from this list

[no subject]

2013-11-17 Thread Martin Herrman
subscribe linux-media -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Patch mceusb: fix invalid urb interval

2013-11-10 Thread Martin Kittel
now had an invalid interval set and was rejected. The patch just resets urb->interval to its initial value and adds some error diagnostics (which would have saved me a lot of time during my analysis). Any comment is welcome. Best wishes, Martin. diff --git a/drivers/media/rc/mceusb.c b/d

Re: Gspca and kernel 3.x ?

2013-10-28 Thread Martin-Éric Racine
Jonathan separately. This way, more people can participate in resolving this issue as a group effort. Cheers! Martin-Éric -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.k

[kconfig] update: results of some syntactical checks

2013-10-19 Thread Martin Walch
This is an update to the syntactic results that I sent, back in July. With kernel 3.12 nearing completion, I would like to point to new sections in Kconfig files with potential problems: drivers/media/common/siano/Kconfig:21-26 > config SMS_SIANO_DEBUGFS > bool "Enable debugfs for smsdvb" >

Re: [PATCH] dma-buf: Expose buffer size to userspace (v2)

2013-09-04 Thread Martin Peres
Le 04/09/2013 14:05, Daniel Vetter a écrit : On Wed, Sep 04, 2013 at 12:24:27PM +0200, Martin Peres wrote: Hi Christopher, Le 04/09/2013 05:15, Christopher James Halse Rogers a écrit : Each dma-buf has an associated size and it's reasonable for userspace to want to know what it is.

Re: [PATCH] dma-buf: Expose buffer size to userspace (v2)

2013-09-04 Thread Martin Peres
Hi Christopher, Le 04/09/2013 05:15, Christopher James Halse Rogers a écrit : Each dma-buf has an associated size and it's reasonable for userspace to want to know what it is. Since userspace already has an fd, expose the size using the size = lseek(fd, SEEK_END, 0); lseek(fd, SEEK_CUR, 0); idio

Re: occasional problems with Technotrend TT-connect CT3650+CI - additional logs

2013-07-25 Thread Martin Maurer
s what is wrong here? thanks, Martin On Sat, 2013-06-29 at 21:57 +0200, Martin Maurer wrote: > Hi all, > > I use the card CT3650 with the CI slot together with Mythtv (USB Card > with integrated CI slot). Mostly this works fine, but every few > recordings of encrypted programs fai

Re: Doing a v4l-utils-1.0.0 release

2013-07-25 Thread Guy Martin
Hi Gregor, On 2013-07-25 14:36, Gregor Jasny wrote: I saw your patches were merged to v4l-utils. Is there anything else you'd like to have included in a v4l-utils 1.0.0 release? Nope, that's all I wanted to have for this release. Next thing will be to work on better diseqc support but it can

DVBSKY T680C (USB DVB-C / DVB-T/T2 box) confirmed working, added Wiki-Page

2013-07-06 Thread Martin
/index.php/DVBSKY_T680C Best regards, Martin -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

occasional problems with Technotrend TT-connect CT3650+CI

2013-06-29 Thread Martin Maurer
nvalid PC card inserted :( ... [Sat Jun 29 11:13:01 2013] dvb_ca adapter 0: DVB CAM link initialisation failed :( ... Anything I can do provide further data? In my opinion it would be interesting to discover such situations and automatically retry without the client programs (as mythtv) noticing it. t

unrecognized usb dvb stick Pinnacle ID eb1a:2870

2013-06-22 Thread Martin Lindhe
uname -a Linux tp 3.9.7 #1 SMP Sat Jun 22 14:50:39 CEST 2013 x86_64 GNU/Linux [ 8032.414689] usb 3-1.2: new high-speed USB device number 6 using ehci-pci [ 8032.510932] usb 3-1.2: New USB device found, idVendor=eb1a, idProduct=2870 [ 8032.510940] usb 3-1.2: New USB device strings: Mfr=0, Prod

[PATCH v2 0/6] v4l-utils: v4l-utils: Fix satellite support in dvbv5-{scan,zap} tools

2013-06-18 Thread Guy Martin
Hi all, This set of patch fix sat support for dvbv5 libs and utils. In this set, a different approach is used. The polarization parameter is stored in the DTV_POLARIZATION property. Guy Guy Martin (6): libdvbv5: Remove buggy parsing of extra DTV_foo parameters libdvbv5: Add parsing of

[PATCH 5/6] libdvbv5: Use a temporary copy of the dvb parameters when tuning

2013-06-18 Thread Guy Martin
frequency from the parms and write it to the channel file. Signed-off-by: Guy Martin --- lib/include/dvb-sat.h | 1 - lib/libdvbv5/dvb-fe.c | 71 ++ lib/libdvbv5/dvb-sat.c | 11 3 files changed, 31 insertions(+), 52 deletions(-) diff --git a

[PATCH 2/6] libdvbv5: Add parsing of POLARIZATION

2013-06-18 Thread Guy Martin
This patch add parsing support for the POLARIZATION parameter for the DVBv5 file format. Signed-off-by: Guy Martin --- lib/include/dvb-file.h | 1 - lib/libdvbv5/dvb-file.c | 65 ++--- 2 files changed, 29 insertions(+), 37 deletions(-) diff --git

[PATCH 4/6] libdvbv5: Fix satellite handling and apply polarization parameter to the frontend

2013-06-18 Thread Guy Martin
Apply polarization parameters even if a satellite number is not provided. This allow proper setup of the tone and voltage. Signed-off-by: Guy Martin --- lib/include/dvb-fe.h | 1 - lib/libdvbv5/dvb-sat.c| 57 --- lib/libdvbv5/dvb-v5-std.c

[PATCH 6/6] dvbv5-zap: Parse the LNB from the channel file

2013-06-18 Thread Guy Martin
Parsing the LNB needs to be done for proper tuning. Signed-off-by: Guy Martin --- utils/dvb/dvbv5-zap.c | 9 + 1 file changed, 9 insertions(+) diff --git a/utils/dvb/dvbv5-zap.c b/utils/dvb/dvbv5-zap.c index c84cf70..d6c1152 100644 --- a/utils/dvb/dvbv5-zap.c +++ b/utils/dvb/dvbv5

[PATCH 3/6] libdvbv5: Export dvb_fe_is_satellite()

2013-06-18 Thread Guy Martin
This patch makes the function dvb_fe_is_satellite() availble from libdvbv5. This function is simple but yet very handful to have around. Signed-off-by: Guy Martin --- lib/include/dvb-fe.h | 1 + lib/libdvbv5/dvb-fe.c | 14 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff

[PATCH v2 1/6] libdvbv5: Remove buggy parsing of extra DTV_foo parameters

2013-06-18 Thread Guy Martin
The parsing of those extra parameters is buggy and completely useless since they are parsed individually later on in the code. Signed-off-by: Guy Martin --- lib/libdvbv5/dvb-file.c | 25 - 1 file changed, 25 deletions(-) diff --git a/lib/libdvbv5/dvb-file.c b/lib

Re: Doing a v4l-utils-1.0.0 release

2013-06-15 Thread Guy Martin
On Fri, 14 Jun 2013 10:34:04 -0300 Mauro Carvalho Chehab wrote: > Em Fri, 14 Jun 2013 09:15:02 +0200 > Hans de Goede escreveu: > > > Hi All, > > > > IIRC the 0.9.x series were meant as development releases leading up > > to a new stable 1.0.0 release. Lately there have been no > > maintenance

cx88 dvb initialization fails

2013-05-28 Thread Martin Kittel
endbytes: NAK bailout. [7.147380] cx22702_readreg: error (reg == 0x1f, ret == -5) Does anyone have an idea what could be going wrong? Suggestions/patches are very welcome. Thanks a lot for your help, Martin. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in

[PATCH 5/5] dvbv5-zap: Copy satellite parameters before tuning dvbv5-scan: Likewise

2013-05-14 Thread Guy Martin
Copy satellite parameters to the frontend params. Since an LNB can be specified in the channel/tuning file, set it correctly as well. Signed-off-by: Guy Martin diff --git a/utils/dvb/dvbv5-scan.c b/utils/dvb/dvbv5-scan.c index 9a29b34..fa236fc 100644 --- a/utils/dvb/dvbv5-scan.c +++ b/utils

[PATCH 3/5] libdvbv5: Export dvb_fe_is_satellite()

2013-05-14 Thread Guy Martin
This patch makes the function dvb_fe_is_satellite() availble from libdvbv5. This function is simple but yet very handful to have around. Signed-off-by: Guy Martin diff --git a/lib/include/dvb-fe.h b/lib/include/dvb-fe.h index d725a42..7352218 100644 --- a/lib/include/dvb-fe.h +++ b/lib/include

[PATCH 1/5] libdvbv5: Remove buggy parsing of extra DTV_foo properties

2013-05-14 Thread Guy Martin
The parsing of those extra parameters is buggy and completely useless since they are parsed individually later on in the code. Signed-off-by: Guy Martin diff --git a/lib/libdvbv5/dvb-file.c b/lib/libdvbv5/dvb-file.c index d8d583c..aa42a37 100644 --- a/lib/libdvbv5/dvb-file.c +++ b/lib/libdvbv5

[PATCH 4/5] libdvbv5: Apply polarization parameters to the frontend

2013-05-14 Thread Guy Martin
structures in dvb-v5-std.c. Signed-off-by: Guy Martin diff --git a/lib/include/dvb-fe.h b/lib/include/dvb-fe.h index 7352218..571d4ac 100644 --- a/lib/include/dvb-fe.h +++ b/lib/include/dvb-fe.h @@ -104,7 +104,7 @@ struct dvb_v5_fe_parms { unsignedfreq_bpf

[PATCH 0/5] v4l-utils: Fix satellite support in dvbv5-{scan,zap} tools

2013-05-14 Thread Guy Martin
ATION support for dvbv5-scan". Please disregard this previous patch. Guy Guy Martin (5): libdvbv5: Remove buggy parsing of extra DTV_foo properties libdvbv5: Add parsing of POLARIZATION libdvbv5: Export dvb_fe_is_satellite() libdvbv5: Apply polarization parameters to the frontend

[PATCH 2/5] libdvbv5: Add parsing of POLARIZATION

2013-05-14 Thread Guy Martin
This patch add parsing support for the POLARIZATION parameter for the DVBv5 file format. Signed-off-by: Guy Martin diff --git a/lib/include/dvb-file.h b/lib/include/dvb-file.h index ea76080..2259844 100644 --- a/lib/include/dvb-file.h +++ b/lib/include/dvb-file.h @@ -35,7 +35,7 @@ struct

[PATCH] v4l-utils: Fix POLARIZATION support for dvbv5-scan

2013-05-03 Thread Guy Martin
e_parms as well as struct dvb_entry changes which might require a bump in library version. Tested with DVB-S and DVB-S2. Support for POLARIZATION is not working yet with dvbv5-zap and will come in a later patch. Regards, Guy dvbv5-scan: Add support for POLARIZATION setting Signed-off-by:

[RFC] mt9m131/mt9m111 manual exposure control.

2013-03-20 Thread javier Martin
5); +v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, V4L2_CID_EXPOSURE, + 1, 0x, 1, 0x219); v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, V4L2_CID_VFLIP, 0, 1, 1, 0); v4l2_ctrl_new_std(&mt9m111-

Re: [PATCH v2] media: i.MX27 camera: fix picture source width

2013-03-12 Thread javier Martin
On 12 March 2013 10:39, Guennadi Liakhovetski wrote: > On Tue, 12 Mar 2013, javier Martin wrote: > >> Hi Guernnadi, Christoph, >> >> On 12 March 2013 09:25, Christoph Fritz wrote: >> > On Tue, 2013-03-12 at 08:58 +0100, Guennadi Liakhovetski wrote: >> >

Re: [PATCH v2] media: i.MX27 camera: fix picture source width

2013-03-12 Thread javier Martin
Hi Guernnadi, Christoph, On 12 March 2013 09:25, Christoph Fritz wrote: > On Tue, 2013-03-12 at 08:58 +0100, Guennadi Liakhovetski wrote: >> On Thu, 7 Mar 2013, javier Martin wrote: > >> > What mbus format are you using? Could you please check if the s_width >> >

Re: omap3isp: iommu register problem.

2013-03-12 Thread javier Martin
e information about the current > status. So what kind of changes are required to make this work? Are we talking about migrating each soc-camera sensor separately, soc-camera framework changes, both of them? -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros

Re: omap3isp: iommu register problem.

2013-03-11 Thread javier Martin
Hi Laurent, thank you for your answer. On 11 March 2013 16:01, Laurent Pinchart wrote: > Hi Javier, > > On Monday 11 March 2013 13:18:12 javier Martin wrote: >> I've just found the following thread where te problem is explained: >> http://lists.infradead.org/piper

Re: omap3isp: iommu register problem.

2013-03-11 Thread javier Martin
gone. However, according to the previous thread, omap3isp register should return error but an oops should not be generated. So I think there is a bug here anyway. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria. Spain +34 942 25

Re: mt9m111/mt9m131: kernel 3.8 issues.

2013-03-11 Thread javier Martin
lour-quality judgement to the reader(s) :-) Thank you for your feedback. It seems that we all have a similar colour quality. If Aptina comes up with better settings or I find them I'll post a patch for you to test. Regards. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Av

omap3isp: iommu register problem.

2013-03-11 Thread javier Martin
atic int __init omap2_iommu_init(void) { printk("%s\n", __func__); return omap_install_iommu_arch(&omap2_iommu_ops); } module_init(omap2_iommu_init); Does anyone know what could be the reason? Regards. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina

Re: mt9m111/mt9m131: kernel 3.8 issues.

2013-03-08 Thread javier Martin
1C12STCH%20ES/557-1251-ND/1643271) but, unfortunately, I don't have one of these available. It could be very useful to test the sensor with this board with the configuration Aptina recommends and see whether the "grey layer effect" still persists. I will try to contact Aptina'

Re: mt9m111/mt9m131: kernel 3.8 issues.

2013-03-07 Thread javier Martin
Hi Benoît, thank you for your answer. On 7 March 2013 13:13, Benoît Thébaudeau wrote: > Dear Javier Martin, > > On Thursday, March 7, 2013 10:43:42 AM, Javier Martin wrote: >> Hi, >> I am testing mt9m131 sensor (which is supported in mt9m111.c) in >> mainline kern

Re: [PATCH] soc-camera: mt9m111: Fix auto-exposure control

2013-03-07 Thread javier Martin
struct i2c_client *client = v4l2_get_subdevdata(&mt9m111->subdev); > > - if (on) > + if (val == V4L2_EXPOSURE_AUTO) > return reg_set(OPER_MODE_CTRL, MT9M111_OPMODE_AUTOEXPO_EN); > return reg_clear(OPER_MODE_CTRL, MT9M111_OPMODE_AUTOEXPO_EN); > } >

Re: [PATCH v2] media: i.MX27 camera: fix picture source width

2013-03-07 Thread javier Martin
oc_camera_device *icd, >> writel(prp->cfg.ch1_pixel, >> pcdev->base_emma + PRP_CH1_PIXEL_FORMAT_CNTL); >> } else { /* channel 2 */ >> + writel((pcdev->s_width << 16) | pcdev->s_height, >> +

mt9m111/mt9m131: kernel 3.8 issues.

2013-03-07 Thread javier Martin
tx = &context_a; + ret = mt9m111_s_power(&mt9m111->subdev, 1); if (ret < 0) return ret; Regards. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria. Spain +34 942 25 32 60 www.vista-silico

[PULL] video_visstrim ov7670_for_v3.9.

2013-01-29 Thread Javier Martin
cfb2e6717b4d2914d096: ov7670: remove legacy ctrl callbacks. (2013-01-29 12:21:40 +0100) ---- Javier Martin (9): media: ov7670: add support for ov7675. media: ov7670: make try_fmt() consistent with 'min_height' and &#

Re: 3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner

2013-01-28 Thread Martin Mokrejs
hris:~]$ sudo modprobe pciehp pciehp_force=1 pciehp_debug=1 > [chris:~]$ lsmod > Module Size Used by > pciehp 19907 0 > [...] > > You will notice that the kernel I have used is 3.7.4. I hope that's a > suitable kernel for your tests. I&#x

Re: 3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner

2013-01-27 Thread Martin Mokrejs
Chris Clayton wrote: > > > On 01/27/13 14:26, Martin Mokrejs wrote: >> Chris Clayton wrote: >>> >>> >>> On 01/27/13 12:18, Yijing Wang wrote: >>>> 于 2013-01-27 19:19, Chris Clayton 写道: >>>>> Hi Yijing >>>>> &g

Re: 3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner

2013-01-27 Thread Martin Mokrejs
Chris Clayton wrote: > > > On 01/27/13 12:18, Yijing Wang wrote: >> 于 2013-01-27 19:19, Chris Clayton 写道: >>> Hi Yijing >>> >>> On 01/27/13 02:45, Yijing Wang wrote: >>>> 于 2013-01-27 4:54, Chris Clayton 写道: >>>>> Hi Martin,

Re: 3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner

2013-01-26 Thread Martin Mokrejs
Hi Chris, Chris Clayton wrote: > Hi Martin, > > On 01/24/13 19:21, Martin Mokrejs wrote: >> Hi Chris, >>try to include in kernel only acpiphp and omit pciehp. Don't use modules >> but include >> them statically. And try, in addition, check whether &

Re: 3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner

2013-01-24 Thread Martin Mokrejs
sues I had with express cards with Dell Vostro 3550. Further, there is a lot of changes to PCI hotplug done by Yingahi Liu and Rafael Wysockij, just browse the archives of linux-pci and see the pacthes and the discussion. Martin Chris Clayton wrote: > Hi, > > I've today taken

Re: dvb-usb-it913x dissapeared kernel 3.7.2

2013-01-22 Thread Mike Martin
On 21/01/2013, Mauro Carvalho Chehab wrote: > Em Mon, 21 Jan 2013 15:47:49 + > Mike Martin escreveu: > >> After updating the kernel on Fedora 18 module dvb-usb-it913x seems to >> have dissapeared. >> >> This has meant my dvb stick ( ID 1b80:e409 Afatech IT9

dvb-usb-it913x dissapeared kernel 3.7.2

2013-01-21 Thread Mike Martin
After updating the kernel on Fedora 18 module dvb-usb-it913x seems to have dissapeared. This has meant my dvb stick ( ID 1b80:e409 Afatech IT9137FN Dual DVB-T [KWorld UB499-2T]) no longer works Is this a Redhat only thing or is it upstream -- To unsubscribe from this list: send the line "unsubscr

<    1   2   3   4   5   6   7   8   9   >