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
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
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
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
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
---
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
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(+),
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
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
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
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
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
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(-
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
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
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
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
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
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
19 matches
Mail list logo