moikka!
On 09/06/2014 09:09 AM, Akihiro TSUKADA wrote:
Moi!
Yes, using the I2C binding way provides a better decoupling than using the
legacy way. The current dvb_attach() macros are hacks that were created
by the time where the I2C standard bind didn't work with DVB.
I understand. I convert
Moikka!,
thanks for the comments and advices.
I had been updating my code and during that, I also found that
updating property cache in tuner_ops.get_signal_strength() was
simple and (seemed to me) better than using a kthread,
so the current implementation (under testing) is just like
what Mauro p
Moi!
> Yes, using the I2C binding way provides a better decoupling than using the
> legacy way. The current dvb_attach() macros are hacks that were created
> by the time where the I2C standard bind didn't work with DVB.
I understand. I converted my code to use i2c binding model,
but I'm uncertain
On 09/06/2014 06:17 AM, Mauro Carvalho Chehab wrote:
Em Sat, 06 Sep 2014 06:10:01 +0300
Antti Palosaari escreveu:
... I simply don't understand why you want hook that RF strength call
via demod? The frontend cache is shared between demod and tuner. We use
it for tuner driver as well demod dri
On 09/06/2014 06:11 AM, Mauro Carvalho Chehab wrote:
Em Sat, 06 Sep 2014 06:00:28 +0300
Antti Palosaari escreveu:
On 09/06/2014 05:27 AM, Mauro Carvalho Chehab wrote:
Em Sat, 06 Sep 2014 05:02:15 +0300
Antti Palosaari escreveu:
Lets mention that I am not even now fully happy to solution
Em Sat, 06 Sep 2014 06:10:01 +0300
Antti Palosaari escreveu:
>
>
> On 09/06/2014 05:54 AM, Mauro Carvalho Chehab wrote:
> > Em Fri, 5 Sep 2014 23:51:05 -0300
> > Mauro Carvalho Chehab escreveu:
> >
> >> Em Sat, 06 Sep 2014 05:09:55 +0300
> >> Antti Palosaari escreveu:
> >>
> >>> Moro!
> >>>
>
Em Sat, 06 Sep 2014 06:00:28 +0300
Antti Palosaari escreveu:
> On 09/06/2014 05:27 AM, Mauro Carvalho Chehab wrote:
> > Em Sat, 06 Sep 2014 05:02:15 +0300
> > Antti Palosaari escreveu:
>
> >> Lets mention that I am not even now fully happy to solution, even it
> >> somehow now works. Proper sol
On 09/06/2014 05:54 AM, Mauro Carvalho Chehab wrote:
Em Fri, 5 Sep 2014 23:51:05 -0300
Mauro Carvalho Chehab escreveu:
Em Sat, 06 Sep 2014 05:09:55 +0300
Antti Palosaari escreveu:
Moro!
On 08/29/2014 01:45 PM, Akihiro TSUKADA wrote:
moikka,
Start polling thread, which polls once per 2
On 09/06/2014 05:27 AM, Mauro Carvalho Chehab wrote:
Em Sat, 06 Sep 2014 05:02:15 +0300
Antti Palosaari escreveu:
Lets mention that I am not even now fully happy to solution, even it
somehow now works. Proper solution is implement clock source and clock
client. Then register client to that so
Em Fri, 5 Sep 2014 23:51:05 -0300
Mauro Carvalho Chehab escreveu:
> Em Sat, 06 Sep 2014 05:09:55 +0300
> Antti Palosaari escreveu:
>
> > Moro!
> >
> > On 08/29/2014 01:45 PM, Akihiro TSUKADA wrote:
> > > moikka,
> > >
> > >> Start polling thread, which polls once per 2 sec or so, which reads R
Em Sat, 06 Sep 2014 05:09:55 +0300
Antti Palosaari escreveu:
> Moro!
>
> On 08/29/2014 01:45 PM, Akihiro TSUKADA wrote:
> > moikka,
> >
> >> Start polling thread, which polls once per 2 sec or so, which reads RSSI
> >> and writes value to struct dtv_frontend_properties. That it is, in my
> >> un
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: Sat Sep 6 04:00:20 CEST 2014
git branch: test
git hash: 89fffac802c18caebdf4e91c0785b522c9f6399a
gcc versi
Em Sat, 06 Sep 2014 05:02:15 +0300
Antti Palosaari escreveu:
> On 09/01/2014 12:54 PM, Akihiro TSUKADA wrote:
> > Hi,
> >
> >> Also, I would like to see all new drivers (demod and tuner) implemented
> >> as a standard kernel I2C drivers (or any other bus). I have converted
> >> already quite many
Moro!
On 08/29/2014 01:45 PM, Akihiro TSUKADA wrote:
moikka,
Start polling thread, which polls once per 2 sec or so, which reads RSSI
and writes value to struct dtv_frontend_properties. That it is, in my
understanding. Same for all those DVBv5 stats. Mauro knows better as he
designed that func
On 09/01/2014 12:54 PM, Akihiro TSUKADA wrote:
Hi,
Also, I would like to see all new drivers (demod and tuner) implemented
as a standard kernel I2C drivers (or any other bus). I have converted
already quite many drivers, si2168, si2157, m88ds3103, m88ts2022,
it913x, tda18212, ...
I wrote the
From: guest
DVB driver for Earthsoft PT3 (PCIE ISDB-S/T receiver)
=
Status: STABLE
Behavior: same as PT1 DVB, plus some tuning enhancements
1. in addition to the real frequency:
ISDB-S : freq. channel ID
ISDB-T : freq# (I/O# +1
On Wed, Aug 20, 2014 at 6:41 AM, Jacek Anaszewski
wrote:
> led_update_brightness helper function used to be exploited only locally
> in the led-class.c module, where its result was being passed to the
> brightness_show sysfs callback. With the introduction of v4l2-flash
> subdevice the same functi
Moro,
I'll test it once more when testing the "si2157 sleep hack" you
posted. Though I remember that the command 85 seemed to be the magic
trick that finally made it work - I agree it sounds a bit strange
considering it's run later on anyway. The proprietary driver seems to
do a command 85 after w
Hi,
like previous years, we're going to hold a meeting to discuss
lowlevel audio on Linux. This time it's along with Linux Plumbers
conference, but for avoiding the conflicts with other LPC mini
conferences (including Media Mini-summit, of course :), it'll be held
on Tuesday October 14, at the sa
This allows specifying I²C secodnary addresses different from default ones.
Signed-off-by: Jean-Michel Hautbois
---
drivers/media/i2c/adv7604.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c
index 8336c02..75613a4 100644
--- a/driver
The ADV7604 has thirteen 256-byte maps that can be accessed via the main
I²C ports. Each map has it own I²C address and acts
as a standard slave device on the I²C bus.
If nothing is defined, it uses default addresses.
The main purpose is using two adv76xx on the same i2c bus.
Signed-off-by: Jean-
Hello Alaganraj,
thank you very much for your reply and your tips. I tried to improve my
code as you suggested and also implemented several other things, which
should improve the result.
I set the cameras to 15fps using VIDIOC_S_PARM. This reduces the
frequency of corrupt images.
I zero fill any
Dear Sir,
Glad to hear you're on the market for CIJ inks.
This is Kingsfang(Xiamen)Import&Export Co.,Ltd in China.We specialized in the
production of replacement of inkjet printer ink,such as Imaje, Domino,
Videojet, Linx, Willet, Hitachi, KGK and so on, we have our own factory.
For all
We need to add a limit check here so we don't overflow the buffer.
Signed-off-by: Dan Carpenter
diff --git a/drivers/media/usb/ttusb-dec/ttusbdecfe.c
b/drivers/media/usb/ttusb-dec/ttusbdecfe.c
index 5c45c9d..9c29552 100644
--- a/drivers/media/usb/ttusb-dec/ttusbdecfe.c
+++ b/drivers/media/usb/t
On 09/03/2014 02:16 PM, Mauro Carvalho Chehab wrote:
> Em Wed, 03 Sep 2014 14:07:40 +0200
> Hans Verkuil escreveu:
>
>> On 09/03/14 13:46, Mauro Carvalho Chehab wrote:
>>> Em Thu, 14 Aug 2014 11:54:02 +0200
>>> Hans Verkuil escreveu:
>>>
From: Hans Verkuil
These values make no se
Olli could you test that?
Cc: Olli Salonen
---
drivers/media/dvb-frontends/si2168.c | 4 ++--
drivers/media/tuners/si2157.c| 14 --
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/drivers/media/dvb-frontends/si2168.c
b/drivers/media/dvb-frontends/si2168.c
in
Moikka
Did you really need command 85 here? It will be given later in any case.
For my Si2168 B40 there was no need for it.
regards
Antti
On 08/25/2014 09:07 PM, Olli Salonen wrote:
Add a variable to keep track if firmware is loaded or not and skip parts of the
initialization if fw is already
Moikka Olli
I ran some PM tests for that patch set, using PCTV 292e, which is em28xx
+ Si2168 B40 + Si2157 A30. Here is results:
current impementation
-
cold plugin 40 mA
streaming 235 mA
sleeping42 mA
si2157: change command for sleep
-
On 09/05/2014 02:02 AM, Antti Palosaari wrote:
On 09/05/2014 01:50 AM, Daniel Glöckner wrote:
On Fri, Sep 05, 2014 at 12:43:43AM +0300, Antti Palosaari wrote:
+switch (state->af9033_config[adap->id].tuner) {
+case AF9033_TUNER_IT9135_38:
+case AF9033_TUNER_IT9135_51:
+case A
The following changes since commit 89fffac802c18caebdf4e91c0785b522c9f6399a:
[media] drxk_hard: fix bad alignments (2014-09-03 19:19:18 -0300)
are available in the git repository at:
git://linuxtv.org/anttip/media_tree.git fix_logging
for you to fetch changes up to d47e5df7427fa9b149a32648
30 matches
Mail list logo