[PATCH v2] af9035: register it9133 tuner using platform binding

2016-12-19 Thread Antti Palosaari
it913x tuner driver is changed to platform model so we need bind it using platform_device_register_data(). Also remove hacks from I2C adapter where fake tuner driver address (addr >> 1) were used as those are no longer needed. Signed-off-by: Antti Palosaari ---

[PATCH 7/9] af9035: register it9133 tuner using platform binding

2016-11-12 Thread Antti Palosaari
it913x tuner driver is changed to platform model so we need bind it using platform_device_register_data(). Also remove hacks from I2C adapter where fake tuner driver address (addr >> 1) were used as those are no longer needed. Signed-off-by: Antti Palosaari ---

[PATCH] af9035: fix dual tuner detection with PCTV 79e

2016-09-02 Thread Antti Palosaari
From: Stefan Pöschel The value 5 of the EEPROM_TS_MODE register (meaning dual tuner presence) is only valid for AF9035 devices. For IT9135 devices it is invalid and led to a false positive dual tuner mode detection with PCTV 79e. Therefore on non-AF9035 devices and with

Re: [PATCH] af9035: fix dual tuner detection with PCTV 79e

2016-07-20 Thread basic . master
Am 17.07.2016 um 10:59 schrieb Antti Palosaari: > On 07/16/2016 11:05 PM, Stefan Pöschel wrote: >> Am 15.07.2016 um 08:21 schrieb Antti Palosaari: >>> Applied and PULL requested for 4.7. >> >> Great, thanks! >> >>> Anyhow, it does not apply for 4.6. You must backport that patch to 4.6 >>> stable

Re: [PATCH] af9035: fix dual tuner detection with PCTV 79e

2016-07-17 Thread Antti Palosaari
On 07/16/2016 11:05 PM, Stefan Pöschel wrote: Am 15.07.2016 um 08:21 schrieb Antti Palosaari: Applied and PULL requested for 4.7. Great, thanks! Anyhow, it does not apply for 4.6. You must backport that patch to 4.6 stable also! I have never done backporting before, so I need some advice

Re: [PATCH] af9035: fix dual tuner detection with PCTV 79e

2016-07-16 Thread Stefan Pöschel
Am 15.07.2016 um 08:21 schrieb Antti Palosaari: > Applied and PULL requested for 4.7. Great, thanks! > Anyhow, it does not apply for 4.6. You must backport that patch to 4.6 > stable also! I have never done backporting before, so I need some advice I think: Am I right that I have to create the

Re: [PATCH] af9035: fix dual tuner detection with PCTV 79e

2016-07-15 Thread Mauro Carvalho Chehab
Em Fri, 15 Jul 2016 09:21:51 +0300 Antti Palosaari escreveu: > Applied and PULL requested for 4.7. It is too late to be applied on 4.7. I can apply it to the next merge window. > > Anyhow, it does not apply for 4.6. You must backport that patch to 4.6 > stable also! > >

Re: [PATCH] af9035: fix dual tuner detection with PCTV 79e

2016-07-15 Thread Antti Palosaari
Applied and PULL requested for 4.7. Anyhow, it does not apply for 4.6. You must backport that patch to 4.6 stable also! regards Antti On 07/11/2016 08:31 PM, Stefan Pöschel wrote: The value 5 of the EEPROM_TS_MODE register (meaning dual tuner presence) is only valid for AF9035 devices. For

[PATCH] af9035: fix dual tuner detection with PCTV 79e

2016-07-11 Thread Stefan Pöschel
The value 5 of the EEPROM_TS_MODE register (meaning dual tuner presence) is only valid for AF9035 devices. For IT9135 devices it is invalid and led to a false positive dual tuner mode detection with PCTV 79e. Therefore on non-AF9035 devices and with value 5 the driver now defaults to single tuner

Re: AF9035 with no tuner?

2015-12-12 Thread Benjamin Larsson
On 12/12/2015 10:08 PM, Jiri Slaby wrote: Hello, I have a USB device which digitizes composite video into a MPEG-2 stream (I think). It is an AF9035 device according to windows. But it has no tuner. Is there a way to make it working on linux or am I out of luck? Open the device and take

AF9035 with no tuner?

2015-12-12 Thread Jiri Slaby
Hello, I have a USB device which digitizes composite video into a MPEG-2 stream (I think). It is an AF9035 device according to windows. But it has no tuner. Is there a way to make it working on linux or am I out of luck? lsusb -v: Bus 001 Device 016: ID 1d19:6105 Dexatek Technology Ltd. Video

Re: AF9035 with no tuner?

2015-12-12 Thread Jiri Slaby
On 12/12/2015, 10:12 PM, Benjamin Larsson wrote: > On 12/12/2015 10:08 PM, Jiri Slaby wrote: >> Hello, >> >> I have a USB device which digitizes composite video into a MPEG-2 stream >> (I think). It is an AF9035 device according to windows. But it has no >> tuner. Is there a way to make it working

Re: AF9035 with no tuner?

2015-12-12 Thread Benjamin Larsson
On 12/12/2015 10:25 PM, Jiri Slaby wrote: On 12/12/2015, 10:12 PM, Benjamin Larsson wrote: On 12/12/2015 10:08 PM, Jiri Slaby wrote: Hello, I have a USB device which digitizes composite video into a MPEG-2 stream (I think). It is an AF9035 device according to windows. But it has no tuner. Is

[REVIEW PATCH 13/41] af9035: IT9135 dual tuner related changes

2013-03-09 Thread Antti Palosaari
Now it supports IT9135 based dual tuner devices. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/af9035.c | 201 +- drivers/media/usb/dvb-usb-v2/af9035.h | 3 +- 2 files changed, 102 insertions(+), 102 deletions(-) diff --git

[PATCH] af9035: Add fc0011 tuner support

2012-04-02 Thread Michael Büsch
This adds Fitipower fc0011 tuner support to the af9035 driver. Signed-off-by: Michael Buesch m...@bues.ch --- Index: linux/drivers/media/dvb/dvb-usb/af9035.c === --- linux.orig/drivers/media/dvb/dvb-usb/af9035.c 2012-04-02

Re: [PATCH] af9035: Add fc0011 tuner support

2012-04-02 Thread Antti Palosaari
On 02.04.2012 19:18, Michael Büsch wrote: This adds Fitipower fc0011 tuner support to the af9035 driver. Signed-off-by: Michael Bueschm...@bues.ch Applied, thanks! http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental And same checkpatch.pl issue here. You can

Re: [PATCH] af9035: Add fc0011 tuner support

2012-04-02 Thread Michael Büsch
On Mon, 02 Apr 2012 20:03:08 +0300 Antti Palosaari cr...@iki.fi wrote: On 02.04.2012 19:18, Michael Büsch wrote: This adds Fitipower fc0011 tuner support to the af9035 driver. Signed-off-by: Michael Bueschm...@bues.ch Applied, thanks! http://git.linuxtv.org/anttip/media_tree.git