Help required

2014-07-02 Thread Vishwanatha Hattera
Hi While doing some experiment I have done git commit and sent the mail with subject "[PATCH] added new files Signed-off-by: Vishwanatha Hatter " Please ignore and remove this from the mailing list. Regards, Vishwa -- iTAS Innovations Pvt. Ltd. #1585, 3rd floor, B-Block, Sahakaranagar, Bang

cron job: media_tree daily build: OK

2014-07-02 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: Thu Jul 3 04:00:28 CEST 2014 git branch: test git hash: b5b620584b9c4644b85e932895a742e0c192d66c gcc versi

Re: [PATCH v2 06/29] [media] coda: Add encoder/decoder support for CODA960

2014-07-02 Thread Robert Schwebel
Hi, On Wed, Jul 02, 2014 at 03:37:06PM +0200, Kamil Debski wrote: > > From: Philipp Zabel [mailto:p.za...@pengutronix.de] > > Sent: Tuesday, July 01, 2014 7:53 PM > > To: Nicolas Dufresne > > Cc: linux-media@vger.kernel.org; Mauro Carvalho Chehab; Kamil Debski; > > Fabio Estevam; ker...@pengutroni

[PATCH RFC 0/9] Some dib8000 fixes

2014-07-02 Thread Mauro Carvalho Chehab
This patch series fix some issues with dib8000 driver. Without them, the signal reception was poor with Mygica S870. The patches were tested with both PixelView PV-D231(U)(RN) (dib8076 based) and Mygica S870 (dib8096 based). Mauro Carvalho Chehab (9): dib0700: better document struct init dib

[PATCH RFC 5/9] dib8000: Adjust the dBm measure for Mygica S870

2014-07-02 Thread Mauro Carvalho Chehab
With Mygica S870, there's a difference of ~10dB to ~13dB when compared with the current scale. I suspect that this is because dib8096gp uses a different set of AGC adjust parameters. Anyway, better to adjust it, in order to have a more precise measure. Signed-off-by: Mauro Carvalho Chehab ---

[PATCH RFC 2/9] dib8000: Fix ADC OFF settings

2014-07-02 Thread Mauro Carvalho Chehab
The ADC OFF values are wrong. This causes troubles on detecting weak signals. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/dib8000.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/dib8000.c b/drivers/media/dvb-frontend

[PATCH RFC 9/9] dib8000: use jifies instead of current_kernel_time()

2014-07-02 Thread Mauro Carvalho Chehab
Instead of doing the tuning delays and timeouts using current_kernel_time(), use jiffies. That consumes less CPU cycles, and it is monotonic. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/dib8000.c | 57 ++- 1 file changed, 30 insertions(+),

[PATCH RFC 3/9] dib8000: Fix alignments at dib8000_tune()

2014-07-02 Thread Mauro Carvalho Chehab
There are two tabs instead of one aligning this struct. Worse than that, on some places, the alignment is wrong. Fix it. No functional changes. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/dib8000.c | 486 +- 1 file changed, 243 insertions

[PATCH RFC 8/9] dib0700: Optimize the AGC settings for dib8096gp

2014-07-02 Thread Mauro Carvalho Chehab
Replicate the settings found at the windows driver for Mygica S870. Those should improve tuning with real signals. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/dvb-usb/dib0700_devices.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/media/usb

[PATCH RFC 1/9] dib0700: better document struct init

2014-07-02 Thread Mauro Carvalho Chehab
Instead of using anonymous initialization for dib0896 structs, identify each field by name. That helps to understand what's being initialized. No functional changes. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/dvb-usb/dib0700_devices.c | 148 +++- 1 file c

[PATCH RFC 6/9] dib8000: Restart sad during dib8000_reset

2014-07-02 Thread Mauro Carvalho Chehab
Just like the Windows driver, restart SAD during reset Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/dib8000.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/dvb-frontends/dib8000.c b/drivers/media/dvb-frontends/dib8000.c index 4ecf1a6181cc..f657cb510bd

[PATCH RFC 4/9] dib8000: remove a double call for dib8000_get_symbol_duration()

2014-07-02 Thread Mauro Carvalho Chehab
The symbol duration was already obtained at CT_DEMOD_START. No need to do it again at CT_DEMOD_STEP_3. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/dib8000.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/dvb-frontends/dib8000.c b/drivers/media/dvb-fron

[PATCH RFC 7/9] dib8000: Fix the sleep time at the state machine

2014-07-02 Thread Mauro Carvalho Chehab
msleep() is not too precise: its precision depends on the HZ config. As the driver selects precise timings for the state machine, change it to usleep_range(). Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/dib8000.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-

[PATCH] staging: omap4iss: Fix type of struct iss_device::crashed

2014-07-02 Thread Rasmus Villemoes
The crashed member of struct iss_device is documented to be a bitmask, but a bool doesn't hold that many (usable) bits. Lines 589 and 659 of iss.c strongly suggest that "unsigned int" was meant (the same type as struct iss_pipeline::entities). Currently, any crashed entity will be blamed on index 0

Re: [PATCH v2 23/29] [media] coda: use prescan_failed variable to stop stream after a timeout

2014-07-02 Thread Philipp Zabel
Am Mittwoch, den 02.07.2014, 14:58 +0200 schrieb Kamil Debski: > Hi, > > > From: Philipp Zabel [mailto:p.za...@pengutronix.de] > > Sent: Tuesday, June 24, 2014 4:56 PM > > To: linux-media@vger.kernel.org > > Cc: Mauro Carvalho Chehab; Kamil Debski; Fabio Estevam; > > ker...@pengutronix.de; Philipp

RE: [PATCH v2 06/29] [media] coda: Add encoder/decoder support for CODA960

2014-07-02 Thread Kamil Debski
Hi, > From: Philipp Zabel [mailto:p.za...@pengutronix.de] > Sent: Tuesday, July 01, 2014 7:53 PM > To: Nicolas Dufresne > Cc: linux-media@vger.kernel.org; Mauro Carvalho Chehab; Kamil Debski; > Fabio Estevam; ker...@pengutronix.de > Subject: Re: [PATCH v2 06/29] [media] coda: Add encoder/decoder s

RE: [PATCH v2 23/29] [media] coda: use prescan_failed variable to stop stream after a timeout

2014-07-02 Thread Kamil Debski
Hi, > From: Philipp Zabel [mailto:p.za...@pengutronix.de] > Sent: Tuesday, June 24, 2014 4:56 PM > To: linux-media@vger.kernel.org > Cc: Mauro Carvalho Chehab; Kamil Debski; Fabio Estevam; > ker...@pengutronix.de; Philipp Zabel > Subject: [PATCH v2 23/29] [media] coda: use prescan_failed variable

Re: [PATCH v2 0/9] Updated fence patch series

2014-07-02 Thread Maarten Lankhorst
op 02-07-14 07:37, Greg KH schreef: > On Tue, Jul 01, 2014 at 12:57:02PM +0200, Maarten Lankhorst wrote: >> So after some more hacking I've moved dma-buf to its own subdirectory, >> drivers/dma-buf and applied the fence patches to its new place. I believe >> that the >> first patch should be appli

Re: [PATCH v7] media: vb2: Take queue or device lock in mmap-related vb2 ioctl handlers

2014-07-02 Thread Laurent Pinchart
Hi Hans, On Wednesday 02 July 2014 08:33:47 Hans Verkuil wrote: > For now it is -ENOTIME for me. It's on my TODO list, but there are a number > of other things I want to finish first. No worries, I know how it feels. I just wanted to make sure you hadn't missed my e-mail. -- Regards, Laurent