[GIT PULL 3.18] misc dtv/sdr changes

2014-09-05 Thread Antti Palosaari
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

Re: [PATCH 3/3] af9035: remove I2C client differently

2014-09-05 Thread Antti Palosaari
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

Re: [PATCH 1/3] si2157: change command for sleep

2014-09-05 Thread Antti Palosaari
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

Re: [PATCH 3/3] si2168: avoid firmware loading if it has been loaded previously

2014-09-05 Thread Antti Palosaari
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

[PATCH] si2157: sleep hack

2014-09-05 Thread Antti Palosaari
Olli could you test that? Cc: Olli Salonen olli.salo...@iki.fi --- 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

Re: [PATCHv2 17/20] cx23885: fix weird sizes.

2014-09-05 Thread Hans Verkuil
On 09/03/2014 02:16 PM, Mauro Carvalho Chehab wrote: Em Wed, 03 Sep 2014 14:07:40 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On 09/03/14 13:46, Mauro Carvalho Chehab wrote: Em Thu, 14 Aug 2014 11:54:02 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: From: Hans Verkuil

[patch] [media] ttusb-dec: buffer overflow in ioctl

2014-09-05 Thread Dan Carpenter
We need to add a limit check here so we don't overflow the buffer. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com 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

CIJ inks

2014-09-05 Thread John
Dear Sir, Glad to hear you're on the market for CIJ inks. This is Kingsfang(Xiamen)ImportExport 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

Re: Corrupt images, when capturing images from multiple cameras using the V4L2 driver

2014-09-05 Thread Mácha , Karel
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

[PATCH 2/2] adv7604: Add DT parsing support

2014-09-05 Thread Jean-Michel Hautbois
This allows specifying I²C secodnary addresses different from default ones. Signed-off-by: Jean-Michel Hautbois jean-michel.hautb...@vodalys.com --- 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

[PATCH 1/2] adv7604: Add support for i2c_new_secondary_device

2014-09-05 Thread Jean-Michel Hautbois
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:

[ANNOUNCE] Linux Audio Mini Summit 2014, Oct. 14, Düsseldorf, Germany

2014-09-05 Thread Takashi Iwai
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

Re: [PATCH 3/3] si2168: avoid firmware loading if it has been loaded previously

2014-09-05 Thread Olli Salonen
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

Re: [PATCH/RFC v5 1/4] leds: Improve and export led_update_brightness

2014-09-05 Thread Bryan Wu
On Wed, Aug 20, 2014 at 6:41 AM, Jacek Anaszewski j.anaszew...@samsung.com 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

[PATCH] PT3 (tc90522, mxl301rf, qm1d1c0042) ISDB-S/T driver package

2014-09-05 Thread Буди Романто, AreMa Inc
From: guest knightri...@are.ma 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

Re: [PATCH v2 4/5] tc90522: add driver for Toshiba TC90522 quad demodulator

2014-09-05 Thread Antti Palosaari
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

Re: [PATCH v2 1/5] dvb-core: add a new tuner ops to dvb_frontend for APIv5

2014-09-05 Thread Antti Palosaari
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

Re: [PATCH v2 4/5] tc90522: add driver for Toshiba TC90522 quad demodulator

2014-09-05 Thread Mauro Carvalho Chehab
Em Sat, 06 Sep 2014 05:02:15 +0300 Antti Palosaari cr...@iki.fi 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

cron job: media_tree daily build: ERRORS

2014-09-05 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: Sat Sep 6 04:00:20 CEST 2014 git branch: test git hash: 89fffac802c18caebdf4e91c0785b522c9f6399a gcc

Re: [PATCH v2 1/5] dvb-core: add a new tuner ops to dvb_frontend for APIv5

2014-09-05 Thread Mauro Carvalho Chehab
Em Sat, 06 Sep 2014 05:09:55 +0300 Antti Palosaari cr...@iki.fi 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

Re: [PATCH v2 1/5] dvb-core: add a new tuner ops to dvb_frontend for APIv5

2014-09-05 Thread Mauro Carvalho Chehab
Em Fri, 5 Sep 2014 23:51:05 -0300 Mauro Carvalho Chehab m.che...@samsung.com escreveu: Em Sat, 06 Sep 2014 05:09:55 +0300 Antti Palosaari cr...@iki.fi escreveu: Moro! On 08/29/2014 01:45 PM, Akihiro TSUKADA wrote: moikka, Start polling thread, which polls once per 2 sec or so,

DVB clock source (Re: [PATCH v2 4/5] tc90522: add driver for Toshiba TC90522 quad demodulator)

2014-09-05 Thread Antti Palosaari
On 09/06/2014 05:27 AM, Mauro Carvalho Chehab wrote: Em Sat, 06 Sep 2014 05:02:15 +0300 Antti Palosaari cr...@iki.fi 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

Re: [PATCH v2 1/5] dvb-core: add a new tuner ops to dvb_frontend for APIv5

2014-09-05 Thread Antti Palosaari
On 09/06/2014 05:54 AM, Mauro Carvalho Chehab wrote: Em Fri, 5 Sep 2014 23:51:05 -0300 Mauro Carvalho Chehab m.che...@samsung.com escreveu: Em Sat, 06 Sep 2014 05:09:55 +0300 Antti Palosaari cr...@iki.fi escreveu: Moro! On 08/29/2014 01:45 PM, Akihiro TSUKADA wrote: moikka, Start

Re: DVB clock source (Re: [PATCH v2 4/5] tc90522: add driver for Toshiba TC90522 quad demodulator)

2014-09-05 Thread Mauro Carvalho Chehab
Em Sat, 06 Sep 2014 06:00:28 +0300 Antti Palosaari cr...@iki.fi escreveu: On 09/06/2014 05:27 AM, Mauro Carvalho Chehab wrote: Em Sat, 06 Sep 2014 05:02:15 +0300 Antti Palosaari cr...@iki.fi escreveu: Lets mention that I am not even now fully happy to solution, even it somehow now

Re: [PATCH v2 1/5] dvb-core: add a new tuner ops to dvb_frontend for APIv5

2014-09-05 Thread Mauro Carvalho Chehab
Em Sat, 06 Sep 2014 06:10:01 +0300 Antti Palosaari cr...@iki.fi escreveu: On 09/06/2014 05:54 AM, Mauro Carvalho Chehab wrote: Em Fri, 5 Sep 2014 23:51:05 -0300 Mauro Carvalho Chehab m.che...@samsung.com escreveu: Em Sat, 06 Sep 2014 05:09:55 +0300 Antti Palosaari cr...@iki.fi

Re: DVB clock source (Re: [PATCH v2 4/5] tc90522: add driver for Toshiba TC90522 quad demodulator)

2014-09-05 Thread Antti Palosaari
On 09/06/2014 06:11 AM, Mauro Carvalho Chehab wrote: Em Sat, 06 Sep 2014 06:00:28 +0300 Antti Palosaari cr...@iki.fi escreveu: On 09/06/2014 05:27 AM, Mauro Carvalho Chehab wrote: Em Sat, 06 Sep 2014 05:02:15 +0300 Antti Palosaari cr...@iki.fi escreveu: Lets mention that I am not even

Re: [PATCH v2 1/5] dvb-core: add a new tuner ops to dvb_frontend for APIv5

2014-09-05 Thread Antti Palosaari
On 09/06/2014 06:17 AM, Mauro Carvalho Chehab wrote: Em Sat, 06 Sep 2014 06:10:01 +0300 Antti Palosaari cr...@iki.fi 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