Re: [RFCv3 PATCH 00/22] Add support for complex controls

2014-01-28 Thread Hans Verkuil
Hi Ricardo! On 01/28/2014 06:18 PM, Ricardo Ribalda Delgado wrote: > Hello Hans > > Congratulations for the set, I think it is a step in the right direction. Good to hear! > I have some questions. I hope I havent entered the discussion too late. > > 1) One problem that I am facing now is how t

Re: [PATCH]: s2255drv: checkpatch fix: coding style fix

2014-01-28 Thread Hans Verkuil
Hi Dean, A few small nitpicks below... On 01/29/2014 12:31 AM, d...@sensoray.com wrote: > Fixes all style warnings from scripts/checkpatch -f > > Signed-off-by: Dean Anderson > --- > drivers/media/usb/s2255/s2255drv.c | 328 > > 1 file changed, 147 inse

cron job: media_tree daily build: WARNINGS

2014-01-28 Thread Hans Verkuil
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 Jan 29 04:00:26 CET 2014 git branch: test git hash: 587d1b06e07b4a079453c74ba9edf17d21931049 gcc versio

[PATCH]: s2255drv: checkpatch fix: coding style fix

2014-01-28 Thread dean
Fixes all style warnings from scripts/checkpatch -f Signed-off-by: Dean Anderson --- drivers/media/usb/s2255/s2255drv.c | 328 1 file changed, 147 insertions(+), 181 deletions(-) diff --git a/drivers/media/usb/s2255/s2255drv.c b/drivers/media/usb/s2255/

Re: [RFCv3 PATCH 00/22] Add support for complex controls

2014-01-28 Thread Ricardo Ribalda Delgado
Hello Hans Congratulations for the set, I think it is a step in the right direction. I have some questions. I hope I havent entered the discussion too late. 1) One problem that I am facing now is how to give userland a list of "dead pixels". Could we also add a v4l2_prop_type_matrix_pixel? I bel

Achtung! E-Mail-Suspension

2014-01-28 Thread E-Mail Support
Sehr geehrter Nutzer Ihre beiden eingehenden E-Mails wurden am ungeklarten Status aufgrund der jungsten Upgrade auf unserer Datenbank gespeichert, Um erhalten die Nachrichten bestatigen Konto. Um neu bestatigen Ihre Mailbox, auf diese E-Mail antworten sofort. Durch das Ausfullen der unten Dat

[PATCH] omap4iss: Fix overlapping luma/chroma planes & correct end pointers

2014-01-28 Thread Nate Weibley
The chroma data base address for NV12 formatted data should begin offset rows*bytes_per_row from the base address for luminance data. We were OBO causing a stripe of green pixels at the bottom of the frame. The OMAP TRM indicates RZX_X_PTR_E should contain the maximum number lines written to the C

new bug report on bugzilla "3.12.8 warning during resume from s3"

2014-01-28 Thread valerio.va...@inwind.it
https://bugzilla.kernel.org/show_bug.cgi?id=69581 -- 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

Hm, seems I got me a "msg08693 (2009)" situation, smelly (hot) dvb-t electronics

2014-01-28 Thread mjs
Hello, I'm trying to get a :zolid dvb-t stick to work but at this stage I got the alarming smell, "tuning failed" and "tuning status == 0x04" (500 to 1000 Khz beside the wanted frequency the tuning status shows: == 0x06) Debug zl10353 and tuner-xc2028 (using a scan) shows me no info which I could

Re: [PATCH 1/3] e4000: convert DVB tuner to I2C driver model

2014-01-28 Thread Devin Heitmueller
Hi Antti, > My biggest point was to criticize that general resistance of new design > models which has been DVB side, not only that simple change but many others > too. I am pretty sure the many "mistakes" are taken when there has not been > better alternative available at the time, and later was

I HAVE A PROPOSAL FOR YOU!

2014-01-28 Thread Yung kim
Hello, The Project is about the exportation of 100,000 barrels of Light Crude Oil daily out from Iraq to Turkey through my client's company in Iraq at the rate of $92.00 a barrel. This amount to $9,200,000 daily. I ask for your support as a foreigner to handle this business project with my client

[PATCH 3/4] v4l2-ctl: add support for SDR FMT

2014-01-28 Thread Antti Palosaari
Add support for FMT IOCTL operations used for SDR receivers. Signed-off-by: Antti Palosaari --- utils/v4l2-ctl/Makefile.am | 2 +- utils/v4l2-ctl/v4l2-ctl-common.cpp | 1 + utils/v4l2-ctl/v4l2-ctl-sdr.cpp| 104 + utils/v4l2-ctl/v4l2-ctl.cpp

[PATCH 4/4] v4l2-ctl: implement list SDR buffers command

2014-01-28 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 6 ++ utils/v4l2-ctl/v4l2-ctl.cpp | 1 + utils/v4l2-ctl/v4l2-ctl.h | 1 + 3 files changed, 8 insertions(+) diff --git a/utils/v4l2-ctl/v4l2-ctl-streaming.cpp b/utils/v4l2-ctl/v4l2-ctl-streaming.

[PATCH 1/4] synch videodev2.h headers with kernel SDR API

2014-01-28 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- contrib/freebsd/include/linux/videodev2.h | 16 include/linux/videodev2.h | 16 2 files changed, 32 insertions(+) diff --git a/contrib/freebsd/include/linux/videodev2.h b/contrib/freebsd/include/linux/videodev2

[PATCH 2/4] v4l2-ctl: add tuner support for SDR tuners

2014-01-28 Thread Antti Palosaari
Add initial SDR support for tuner related operations. Signed-off-by: Antti Palosaari --- utils/v4l2-ctl/v4l2-ctl-tuner.cpp | 53 +++ 1 file changed, 43 insertions(+), 10 deletions(-) diff --git a/utils/v4l2-ctl/v4l2-ctl-tuner.cpp b/utils/v4l2-ctl/v4l2-ctl-tu

Re: [RFCv2,1/2] v4l2-controls.h: add addtional Flash fault bits

2014-01-28 Thread Daniel Jeong
2014년 01월 28일 18:08, Sakari Ailus 쓴 글: Hi Daniel, On Tue, Jan 28, 2014 at 03:55:57PM +0900, Daniel Jeong wrote: Add additional FLASH Fault bits to dectect faults from chip. Some Flash drivers support UVLO, IVFM, NTC Trip faults. UVLO : Under Voltage Lock Out Threshold crossed IVFM : IVFM bloc

Re: [RFCv2,1/2] v4l2-controls.h: add addtional Flash fault bits

2014-01-28 Thread Sakari Ailus
Hi Daniel, On Tue, Jan 28, 2014 at 03:55:57PM +0900, Daniel Jeong wrote: > Add additional FLASH Fault bits to dectect faults from chip. > Some Flash drivers support UVLO, IVFM, NTC Trip faults. > UVLO :Under Voltage Lock Out Threshold crossed > IVFM :IVFM block reported and/or adju