[PATCH 12/12] rtl2832: add support for GoTView MasterHD 3 USB tuner

2015-04-23 Thread Olli Salonen
se the new I2C write method supported by the RTL2832. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/rtl2832.c | 4 + drivers/media/dvb-frontends/rtl2832.h | 1 + drivers/media/dvb-frontends/rtl2832_priv.h | 25 +++ drivers/media/usb/dvb-usb-v2/rtl28xxu.

[PATCH 08/12] dvbsky: specify if_port for si2157 devices

2015-04-23 Thread Olli Salonen
Set the if_port parameter for all Si2157-based devices. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c index 0f73b1d..57c8c2d 100644 --- a

[PATCH 01/12] si2168: add support for gapped clock

2015-04-23 Thread Olli Salonen
Add a parameter in si2168_config to support gapped clock. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/si2168.c | 3 +++ drivers/media/dvb-frontends/si2168.h | 3 +++ drivers/media/dvb-frontends/si2168_priv.h | 1 + 3 files changed, 7 insertions(+) diff --git a/drivers

[PATCH 11/12] rtl28xxu: add I2C read without write

2015-04-23 Thread Olli Salonen
Add support for I2C read operation without a preceeding write. While here, change the error code to EOPNOTSUPP in case an unsupported I2C operation is attempted. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion

[PATCH 04/12] cx23885: specify if_port for si2157 devices

2015-04-23 Thread Olli Salonen
Set the if_port parameter for all Si2157-based devices. Signed-off-by: Olli Salonen --- drivers/media/pci/cx23885/cx23885-dvb.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/cx23885/cx23885-dvb.c index 745caab..37fd013

[PATCH 03/12] si2157: support selection of IF interface

2015-04-23 Thread Olli Salonen
The chips supported by the si2157 driver have two IF outputs (either pins 12+13 or pins 9+11). Instead of hardcoding the output to be used add an option to choose which output shall be used. Signed-off-by: Olli Salonen --- drivers/media/tuners/si2157.c | 4 +++- drivers/media/tuners/si2157

[PATCH 10/12] em28xx: specify if_port for si2157 devices

2015-04-23 Thread Olli Salonen
Set the if_port parameter for all Si2157-based devices. Signed-off-by: Olli Salonen --- drivers/media/usb/em28xx/em28xx-dvb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c index a5b22c5..5b7c7c88 100644 --- a

[PATCH 09/12] cxusb: specify if_port for si2157 devices

2015-04-23 Thread Olli Salonen
Set the if_port parameter for all Si2157-based devices. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb/cxusb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/dvb-usb/cxusb.c b/drivers/media/usb/dvb-usb/cxusb.c index ffc3704..ab71511 100644 --- a/drivers/media

[PATCH 06/12] cx231xx: specify if_port for si2157 devices

2015-04-23 Thread Olli Salonen
Set the if_port parameter for all Si2157-based devices. Signed-off-by: Olli Salonen --- drivers/media/usb/cx231xx/cx231xx-dvb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/cx231xx/cx231xx-dvb.c b/drivers/media/usb/cx231xx/cx231xx-dvb.c index 610d567..66ee161 100644

[PATCH 07/12] af9035: specify if_port for si2157 devices

2015-04-23 Thread Olli Salonen
Set the if_port parameter for all Si2157-based devices. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/af9035.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c index 80a29f5..7b7f75d 100644 --- a

[PATCH 05/12] smipcie: specify if_port for si2157 devices

2015-04-23 Thread Olli Salonen
Set the if_port parameter for all Si2157-based devices. Signed-off-by: Olli Salonen --- drivers/media/pci/smipcie/smipcie.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/pci/smipcie/smipcie.c b/drivers/media/pci/smipcie/smipcie.c index 4115925..143fd78 100644 --- a/drivers

[PATCH 02/12] dvbsky: use si2168 config option ts_clock_gapped

2015-04-23 Thread Olli Salonen
Change the dvbsky driver to support gapped clock instead of the current hack. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2

Re: [v4l-utils] dvbv5-scan stores incorrect channel data for DVB-S

2015-04-03 Thread Olli Salonen
anks, -olli -- Earlier message -- From: Olli Salonen Date: 23 March 2015 at 17:37 Subject: [v4l-utils] dvbv5-scan stores incorrect channel data for DVB-S To: linux-media Hi, I noticed that when doing a channel scan using dvbv5-scan the scan results in a bogus dvb_channel.conf

Re: [PATCH] dw2102: switch ts2022 to ts2020 driver

2015-03-29 Thread Olli Salonen
Just tested this and it seems to work fine with the TT S2-4600. Reviewed-by: Olli Salonen On 30 March 2015 at 01:35, Antti Palosaari wrote: > Change ts2022 driver to ts2020 driver. ts2020 driver supports > both tuner chip models. > > That affects TechnoTrend TT-connect S2-4600 DVB

Re: [PATCH 5/5] saa7164: Hauppauge HVR-2205 and HVR-2215 DVB-C/T/T2 tuners

2015-03-27 Thread Olli Salonen
Hi, Feel free to ignore the patches I sent. Just thought that since I made the work to get the devices working anyway I'll post my code in case someone can benefit from that somehow. The HVR-2215 is sold in Australia, it's not a prototype card: http://www.pccasegear.com/index.php?main_page=produc

[PATCH 2/5] si2168: add support for gapped clock

2015-03-27 Thread Olli Salonen
Add a parameter in si2168_config to support gapped clock. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/si2168.c | 3 +++ drivers/media/dvb-frontends/si2168.h | 3 +++ drivers/media/dvb-frontends/si2168_priv.h | 1 + 3 files changed, 7 insertions(+) diff --git a/drivers

[PATCH 1/5] saa7164: add support for i2c read

2015-03-27 Thread Olli Salonen
Add support for pure I2C reads. Needed by si2157 tuner driver. Signed-off-by: Olli Salonen --- drivers/media/pci/saa7164/saa7164-i2c.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/media/pci/saa7164/saa7164-i2c.c b/drivers/media/pci/saa7164/saa7164-i2c.c

[PATCH 5/5] saa7164: Hauppauge HVR-2205 and HVR-2215 DVB-C/T/T2 tuners

2015-03-27 Thread Olli Salonen
aintainers of each module can then make the call what to merge. Signed-off-by: Olli Salonen --- drivers/media/pci/saa7164/Kconfig | 2 + drivers/media/pci/saa7164/saa7164-cards.c | 101 ++ drivers/media/pci/saa7164/saa7164-dvb.c | 67 +++

[PATCH 3/5] saa7164: store i2c_client for demod and tuner in state

2015-03-27 Thread Olli Salonen
In order to support demodulators and tuners that have their drivers implemented as I2C drivers, the i2c_client should be stored in state for both. Signed-off-by: Olli Salonen --- drivers/media/pci/saa7164/saa7164-dvb.c | 16 drivers/media/pci/saa7164/saa7164.h | 3 +++ 2

[PATCH 4/5] dvbsky: use si2168 config option ts_clock_gapped

2015-03-27 Thread Olli Salonen
Change the dvbsky driver to support gapped clock instead of the current hack. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2

[v4l-utils] dvbv5-scan stores incorrect channel data for DVB-S

2015-03-23 Thread Olli Salonen
Hi, I noticed that when doing a channel scan using dvbv5-scan the scan results in a bogus dvb_channel.conf file. During the scan the correct frequency is printed out: Scanning frequency #1 11265000 Service Viasat History HD, provider (null): reserved Service TV6 HD Sweden, provider (null): reser

[PATCH] dw2102: TeVii S482 support

2015-03-21 Thread Olli Salonen
as TechnoTrend TT-connect S2-4600. Firmware for DS3103 demodulator is required: http://palosaari.fi/linux/v4l-dvb/firmware/M88DS3103/ This patch should be applied on top of the TT S2-4600 patch: https://patchwork.linuxtv.org/patch/28818/ Signed-off-by: Olli Salonen --- drivers/media/usb/dvb

[PATCHv2 3/3] dw2102: TechnoTrend TT-connect S2-4600 DVB-S/S2 tuner

2015-03-16 Thread Olli Salonen
: removed one unnecessary debug printout. Signed-off-by: Olli Salonen --- drivers/media/dvb-core/dvb-usb-ids.h | 1 + drivers/media/usb/dvb-usb/Kconfig| 6 +- drivers/media/usb/dvb-usb/dw2102.c | 158 ++- 3 files changed, 161 insertions(+), 4 deletions

[PATCH 2/3] dw2102: store i2c client for tuner into dw2102_state

2015-03-16 Thread Olli Salonen
Prepare the dw2102 driver for tuner drivers that are implemented as I2C drivers (such as m88ts2022). The I2C client is stored in to the state and released at disconnect. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb/dw2102.c | 19 ++- 1 file changed, 18 insertions

[PATCH 3/3] dw2102: TechnoTrend TT-connect S2-4600 DVB-S/S2 tuner

2015-03-16 Thread Olli Salonen
-off-by: Olli Salonen --- drivers/media/dvb-core/dvb-usb-ids.h | 1 + drivers/media/usb/dvb-usb/Kconfig| 6 +- drivers/media/usb/dvb-usb/dw2102.c | 160 ++- 3 files changed, 163 insertions(+), 4 deletions(-) diff --git a/drivers/media/dvb-core/dvb-usb-ids.h

[PATCH 1/3] dw2102: combine su3000_state and s6x0_state into dw2102_state

2015-03-16 Thread Olli Salonen
Two separate state structs are defined for different devices inside the dw2102. Combine them, as both only contain one element. This will also make it easier to implement the next patch in the patch series. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb/dw2102.c | 17

Re: HVR2205 / HVR2255 support

2015-03-04 Thread Olli Salonen
Hello Steven, Great to hear! The LGDT3306A went into the media_tree yesterday as far as I can see, together with my HVR-955Q patches. Coincidentally, I've been working with HVR-2205 and HVR-2215 as well and have looked into the HVR-2255 a bit too. I'll also be travelling (luckily on leisure) for

[PATCH] si2157: extend frequency range for ATSC

2015-03-03 Thread Olli Salonen
The Si2157 tuner supports ATSC in addition to DVB-T and DVB-C. Extend minimum frequency range to cover the complete ATSC/QAM-B range. Signed-off-by: Olli Salonen --- drivers/media/tuners/si2157.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/tuners/si2157.c

[PATCH 2/2] cx231xx: Hauppauge HVR-955Q ATSC/QAM tuner

2015-02-28 Thread Olli Salonen
Hauppauge HVR-955Q is a ATSC/QAM USB tuner with LGDT3306A demodulator and SiLabs Si2157-A30 tuner. This patch should be applied on top of the LGDT3306A patches in Mauro's lgdt3306a branch. Only digital TV has been tested to work (ATSC and QAM256). Signed-off-by: Olli Salonen --- dr

[PATCH 1/2] si2157: IF frequency for ATSC and QAM

2015-02-28 Thread Olli Salonen
For supporting ATSC and QAM modes the driver should use a smaller IF frequency than 5 MHz. Signed-off-by: Olli Salonen --- drivers/media/tuners/si2157.c | 23 ++- drivers/media/tuners/si2157_priv.h | 1 + 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a

[PATCH] saa7164: free_irq before pci_disable_device

2015-02-21 Thread Olli Salonen
] remove_proc_entry: removing non-empty directory 'irq/47', leaking at least 'saa7164[0]' Signed-off-by: Olli Salonen --- drivers/media/pci/saa7164/saa7164-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/pci/saa7164/saa7164-core.c b/drivers/media

Re: Linux TV support Elgato EyeTV hybrid

2015-02-21 Thread Olli Salonen
Hi Gilles, Not sure if the following information will help you, but here comes. The USB bridge is EM2884, supported by em28xx driver. The Micronas demodulator is probably supported by drxk driver. Tuner I did not recognize after a quick glimpse. That sandwich construction look like something PCTV

Re: DVBSky T982 (Si2168) Questions/Issues/Request

2015-02-20 Thread Olli Salonen
Hi, It would seem to me that you are using application that are not capable of handling frontends that do support multiple standards. TVheadend 3.4.27 does not for sure. You will need to use the 3.9 series where you can define the wanted standard for each mux. Also, w_scan needs to be fairly rece

Re: TechnoTrend TT-TVStick CT2-4400v2 no firmware load

2015-02-08 Thread Olli Salonen
The si2168 and si2157 firmware is loaded when you try to use the tuner for the first time, not at the time of module load or device plugin. Cheers, -olli On 8 February 2015 at 22:17, "Sebastian Süsens" wrote: > Hello, > I use kernel 3.13.0 and the media_build > "4e1a67e4a6c8ab71f416ea32059c9217

Re: [BUG] - Why anyone fix this problem?

2015-02-03 Thread Olli Salonen
e the working firmware that kernel asks for. > > I don't know what the problem is, I'm an aerospace engineer not a > software engineer. > > Best Regards > > Francesco > > > 2015-02-03 9:06 GMT+01:00 Olli Salonen : >> Hi Francesco, >> >>

Re: [BUG] - Why anyone fix this problem?

2015-02-03 Thread Olli Salonen
Hi Francesco, You need to understand that many people write code for their own enjoyment. In other words, they often write code to scratch an itch. Thus it can sometimes happen that there really is no-one here who could help you. The person who wrote the code originally might have stopped contribu

Re: usb3 + 2 x pctv290e issues

2015-01-25 Thread Olli Salonen
Robin Becker wrote: > Thanks to all, I applied the patch suggested by Olli Salonen and I can > now run multiple vlc's on my NUC. > > On 25 January 2015 at 11:23, Antti Palosaari wrote: >> Moikka! >> >> >> On 01/25/2015 11:33 AM, Robin Becker wrote: >>&

Re: Latest media_build break Geniatech T230

2015-01-18 Thread Olli Salonen
Hello Roy, There's already a fix for this problem, it just has not made it's way yet to media_tree. https://www.mail-archive.com/linux-media@vger.kernel.org/msg83778.html I see Hans submitted a pull request just a couple of days ago which includes this patch, so probably the media_build will be

[PATCHv2] si2168: return error if set_frontend is called with invalid parameters

2015-01-16 Thread Olli Salonen
e the behaviour in a way that EINVAL is returned if bandwidth_hz is 0. v2: remove error message, remove line break to comply with coding style. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/si2168.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/medi

[PATCH 2/2] si2168: add support for 1.7MHz bandwidth

2015-01-16 Thread Olli Salonen
This patch is based on Antti's silabs branch. Add support for 1.7 MHz bandwidth. Supported in all versions of Si2168 according to short data sheets. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/si2168.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/medi

[PATCH 1/2] si2168: return error if set_frontend is called with invalid parameters

2015-01-16 Thread Olli Salonen
e the behaviour in a way that EINVAL is returned if bandwidth_hz is 0. Cc-to: Antti Palosaari Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/si2168.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/medi

Re: [PATCH] Fix Mygica T230 support

2015-01-02 Thread Olli Salonen
Indeed, good catch. Mauro, this should go into 3.19. Reviewed-by: Olli Salonen On Fri, 2 Jan 2015, Jonathan McDowell wrote: Commit 2adb177e57417cf8409e86bda2c516e5f99a2099 removed 2 devices from the cxusb device table but failed to fix up the T230 properties that follow, meaning that this

Re: dvbv5-scan needs which channel file?

2014-12-30 Thread Olli Salonen
n tables for > download? What do users do when their particular location is not represented > in the dtv-scan-tables.git? > > Finally, I'm using gnutv to record television; I imagine it still only > accepts the old format? What's the new alternative? > > Cheers, > D

Re: dvbv5-scan needs which channel file?

2014-12-29 Thread Olli Salonen
Hello David, Coincidentally I was just yesterday working with dvbv5-scan and the initial scan files. dvbv5-scan expects the initial scan files in the new DVBV5 format. w_scan is not producing results in this format. The scan tables at http://git.linuxtv.org/cgit.cgi/dtv-scan-tables.git/ are in th

Re: TT-connect CT2-4650 CI: DVB-C: no signal, no QAM

2014-12-08 Thread Olli Salonen
Hi Pavol, Thanks. As said, I have not had any time to look into this, but will definitely do so. I own the same device, but do not have cable TV at home. Am using Conax CAM also successfully, so I believe that CI is not the issue. Some things that came to my mind still: Can you share the results

Re: Terratec H7 with yet another usb ID

2014-12-06 Thread Olli Salonen
Hi Eddi, As far as I know, the new version of Terratec H7 is another version of DVBSky T680CI or TechnoTrend CT2-4650 CI. Just try to change the USB IDs in the dvbsky.c driver and compile the driver and test. I'd do this for you, but am travelling at the moment and have very limited time. Cheers,

[PATCH 1/2] si2168: debug printout for firmware version

2014-11-27 Thread Olli Salonen
A debug printout for firmware version. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/si2168.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontends/si2168.c index bec3aa5..6da38e8 100644 --- a/drivers

[PATCH 2/2] si2168: add support for firmware files in new format

2014-11-27 Thread Olli Salonen
-treiber_4.3.0.0.zip) contains newer firmware for Si2168-B40 that is in the new format. It can be extracted with the following command: dd if=ttTVStick4400_64.sys ibs=1 skip=323872 count=6919 of=dvb-demod-si2168-b40-01.fw Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/si2168.c | 46

Re: [PATCH 3/3] dvb-usb-dvbsky: add TechnoTrend CT2-4400 and CT2-4650 devices support

2014-11-26 Thread Olli Salonen
CT2-4400v2 and CT2-4650 CI. Seems to work ok and the code looks ok for me as well. Reviewed-by: Olli Salonen Tested-by: Olli Salonen Cheers, -olli -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majo

Re: [PATCH 2/3] cxusb: remove TechnoTrend CT2-4400 and CT2-4650 devices

2014-11-26 Thread Olli Salonen
Reviewed-by: Olli Salonen On Wed, 26 Nov 2014, Nibble Max wrote: Remove TechnoTrend CT2-4400 and CT2-4650 devices from cxusb. They are supported by dvb-usb-dvbsky driver in PATCH 3/3. Signed-off-by: Nibble Max --- drivers/media/usb/dvb-usb/Kconfig | 1 - drivers/media/usb/dvb-usb/cxusb.c

Re: [PATCH 1/3] dvb-usb-dvbsky: add T330 dvb-t2/t/c usb stick support

2014-11-26 Thread Olli Salonen
Reviewed-by: Olli Salonen On Wed, 26 Nov 2014, Nibble Max wrote: DVBSky T330 dvb-t2/t/c usb stick: 1>dvb frontend: SI2157A30(tuner), SI2168B40(demod) 2>usb controller: CY7C68013A Signed-off-by: Nibble Max --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 88 +++

Re: [PATCH 4/4] si2157: Add support for Si2148-A20

2014-11-24 Thread Olli Salonen
at firmware > change! If I ever will ran problem with Si2148 / Si2158 firmware difference, > I know who to blame ;p > > That patch could be dropped. > PULL request already sent. > > regards > Antti > > On 11/24/2014 08:57 AM, Olli Salonen wrote: >> >> The Si

v4l-utils: possible ir-keytable bug

2014-11-24 Thread Olli Salonen
Hi all, I've got an issue with ir-keytable when I try to use the -d parameter to choose the device. I've got one device: olli@dl160:~$ sudo ir-keytable -v Found device /sys/class/rc/rc0/ Input sysfs node is /sys/class/rc/rc0/input18/ Event sysfs node is /sys/class/rc/rc0/input18/event2/ Parsing

[PATCH 4/4] si2157: Add support for Si2148-A20

2014-11-23 Thread Olli Salonen
firmware. The datasheet is available on manufacturer's website: http://www.silabs.com/Support%20Documents/TechnicalDocs/Si2148-short.pdf Signed-off-by: Olli Salonen --- drivers/media/tuners/si2157.c | 13 + drivers/media/tuners/si2157.h | 2 +- drivers/media/t

[PATCH 3/4] si2157: make checkpatch.pl happy (remove break after goto)

2014-11-23 Thread Olli Salonen
Break after goto is unnecessary. Signed-off-by: Olli Salonen --- drivers/media/tuners/si2157.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c index a8f2edb9..3bdf00a 100644 --- a/drivers/media/tuners/si2157.c +++ b/drivers/media

[PATCHv2 2/4] em28xx: Add support for Terratec Cinergy T2 Stick HD

2014-11-23 Thread Olli Salonen
emote controllers and other supported Terratec devices with a similar remote. Patch v2 initializes struct si2168_config with zeroes. Signed-off-by: Olli Salonen --- drivers/media/usb/em28xx/em28xx-cards.c | 27 +++ drivers/media/usb/em28xx/em28xx-dvb.c

[PATCHv2 1/4] si2157: Add support for Si2146-A10

2014-11-23 Thread Olli Salonen
pport also si2146 in this driver. The datasheet is available on manufacturer's website: http://www.silabs.com/support%20documents/technicaldocs/Si2146-short.pdf Patch v2 adds also updates the descriptions to contain the newly supported chip. Signed-off-by: Olli Salonen --- drivers/me

[PATCH 1/2] si2157: Add support for Si2146-A10

2014-11-23 Thread Olli Salonen
pport also si2146 in this driver. The datasheet is available on manufacturer's website: http://www.silabs.com/support%20documents/technicaldocs/Si2146-short.pdf Signed-off-by: Olli Salonen --- drivers/media/tuners/si2157.c | 23 +++ drivers/media/tuners/si2157_p

[PATCH 2/2] em28xx: Add support for Terratec Cinergy T2 Stick HD

2014-11-23 Thread Olli Salonen
emote controllers and other supported Terratec devices with a similar remote. Signed-off-by: Olli Salonen --- drivers/media/usb/em28xx/em28xx-cards.c | 27 +++ drivers/media/usb/em28xx/em28xx-dvb.c | 58 + drivers/media/usb/em28xx/em28xx.h | 1

Re: SAA7164 firmware for Asus MyCinema

2014-11-22 Thread Olli Salonen
ould I continue my work with this tuner? > > Thank you very much in advance. > > Best regards, > Zsolt > > 2014.11.20. 20:51 keltezéssel, Olli Salonen írta: >> >> On Wed, 19 Nov 2014, Éder Zsolt wrote: >> >>> Hi, >>> >>> I found

[PATCH 1/3] cxusb: initialize si2168_config struct

2014-11-20 Thread Olli Salonen
When new parameters are added for si2168 driver, the parameters have to be explicitly defined for each device if the si2168_config struct is not initialized to all zeros. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb/cxusb.c | 1 + 1 file changed, 1 insertion(+) diff --git a

[PATCH 2/3] af9035: initialize si2168_config struct

2014-11-20 Thread Olli Salonen
When new parameters are added for si2168 driver, the parameters have to be explicitly defined for each device if the si2168_config struct is not initialized to all zeros. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/af9035.c | 1 + 1 file changed, 1 insertion(+) diff --git a

[PATCH 3/3] em28xx: initialize si2168_config struct

2014-11-20 Thread Olli Salonen
When new parameters are added for si2168 driver, the parameters have to be explicitly defined for each device if the si2168_config struct is not initialized to all zeros. Signed-off-by: Olli Salonen --- drivers/media/usb/em28xx/em28xx-dvb.c | 1 + 1 file changed, 1 insertion(+) diff --git a

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-20 Thread Olli Salonen
On Mon, 17 Nov 2014, Michael Holzer wrote: I'd see merit to show the supported chips explicitly as otherwise users may be confused if a new unsupported chip (lets assume Si2159) appears and the message is generic as proposed "Si215x". To get clarity for this case source code reading would be re

Re: [PATCH 3/3] cxusb: Geniatech T230 support.

2014-11-20 Thread Olli Salonen
Reviewed-by: Olli Salonen On Fri, 14 Nov 2014, CrazyCat wrote: Geniatech Mygica T230 DVB-T/T2/C USB stick support. Signed-off-by: Evgeny Plehov --- drivers/media/dvb-core/dvb-usb-ids.h | 1 + drivers/media/usb/dvb-usb/cxusb.c| 127 +++ 2 files changed

Re: [PATCH 2/3] si2168: TS clock inversion control.

2014-11-20 Thread Olli Salonen
Reviewed-by: Olli Salonen On Fri, 14 Nov 2014, CrazyCat wrote: TS clock polarity control implemented. Signed-off-by: Evgeny Plehov --- drivers/media/dvb-frontends/si2168.c | 7 +-- drivers/media/dvb-frontends/si2168.h | 4 drivers/media/dvb-frontends/si2168_priv.h | 1 + 3

Re: [PATCH 1/1] dvb-usb-dvbsky: add T680CI dvb-t2/t/c usb ci box support

2014-11-20 Thread Olli Salonen
Hi Max, I think this is ok. In the nearby future, would be good to move TT CT2-4650 CI support to the dvbsky driver as that one is a rebadged T680CI anyway. If you will add T330 support as well, we could move CT2-4400 too.. Reviewed-by: Olli Salonen Cheers, -olli On Thu, 13 Nov 2014

Re: SAA7164 firmware for Asus MyCinema

2014-11-20 Thread Olli Salonen
On Wed, 19 Nov 2014, Éder Zsolt wrote: Hi, I found at the site: http://www.linuxtv.org/wiki/index.php/ATSC_PCIe_Cards that if I have a TV-tuner card which is currently unsupported, you may help me how I can make workable this device. I have an Asus MyCinema EHD3-100/NAQ/FM/AV/MCE RC dual TV

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-15 Thread Olli Salonen
On Sat, 15 Nov 2014, Antti Palosaari wrote: Assuming you rename possible new firmware: dvb-tuner-si2158-a20-01.fw dvb-tuner-si2158-a20-02.fw ? Basically, you would not like to rename firmware when it is updated if it is compatible with the driver. Lets say firmware gets bug fixes, just introdu

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-15 Thread Olli Salonen
What about defining the firmware for Si2148-A20, but since the file is the same as Si2158-A20 just point to the same file? #define SI2148_A20_FIRMWARE "dvb-tuner-si2158-a20-01.fw" Then if Si2158-A20 would in the future get a new firmware that would not work with Si2148, this would not break Si214

Re: [PATCH 1/1] dvb-usb-dvbsky: add T680CI dvb-t2/t/c usb ci box support

2014-11-13 Thread Olli Salonen
Hi Max, My understanding is that T680CI is the same device as TechnoTrend CT2-4650 CI that is already supported by the cxusb driver. I think we should not duplicate this over two drivers. In my opinion, two options exist: - you add T680CI in the dvbsky driver and move CT2-4650 also to dvbsky

Re: [PATCH 2/3] cx23885: add DVBSky S952 support

2014-11-06 Thread Olli Salonen
Looks good to me. Only missing T982 support now? Reviewed-by: Olli Salonen -olli On Wed, 5 Nov 2014, Nibble Max wrote: DVBSky S952 dvb-s/s2 dual PCIe card: 1>dvb frontend: M88TS2022(tuner),M88DS3103(demod) 2>PCIe bridge: CX23885(port b: parallel mode, port c: serial mode) 3>rc

Re: [PATCH 1/3] cx23885: add DVBSky S950 support

2014-11-06 Thread Olli Salonen
Reviewed-by: Olli Salonen On Wed, 5 Nov 2014, Nibble Max wrote: DVBSky S950 dvb-s/s2 PCIe card: 1>dvb frontend: M88TS2022(tuner),M88DS3103(demod) 2>PCIe bridge: cx23885 3>rc: cx23885 integrated. Signed-off-by: Nibble Max --- drivers/media/pci/cx23885/cx23885-car

Re: [PATCH] cx23885: add support for TechnoTrend CT2-4500 CI

2014-10-30 Thread Olli Salonen
On Thu, 30 Oct 2014, Olli Salonen wrote: TechnoTrend CT2-4500 CI is a PCIe device with DVB-T2/C tuner. It is similar to DVBSky T980C, just with different PCI ID and remote controller. Additional note, this should be applied on top of Max Nibble's commits: http://www.mail-archive.com/

[PATCH] cx23885: add support for TechnoTrend CT2-4500 CI

2014-10-30 Thread Olli Salonen
TechnoTrend CT2-4500 CI is a PCIe device with DVB-T2/C tuner. It is similar to DVBSky T980C, just with different PCI ID and remote controller. Signed-off-by: Olli Salonen --- drivers/media/pci/cx23885/cx23885-cards.c | 14 ++ drivers/media/pci/cx23885/cx23885-dvb.c | 8

Re: [PATCH 2/2] cx23885: add DVBSky S950C and T980C RC support

2014-10-30 Thread Olli Salonen
Reviewed-by: Olli Salonen On Thu, 23 Oct 2014, Nibble Max wrote: DVBSky s950ci dvb-s/s2 ci PCIe card: 1>dvb frontend: M88TS2022(tuner),M88DS3103(demod) 2>ci controller: CIMAX SP2 or its clone. 3>PCIe bridge: CX23885 The patchs are based on the following patchs. Olli Salonen subm

Re: [PATCH 1/2] cx23885: add DVBSky S950C dvb-s/s2 ci PCIe card support(no RC)

2014-10-30 Thread Olli Salonen
Reviewed-by: Olli Salonen On Thu, 23 Oct 2014, Nibble Max wrote: DVBSky s950ci dvb-s/s2 ci PCIe card: 1>dvb frontend: M88TS2022(tuner),M88DS3103(demod) 2>ci controller: CIMAX SP2 or its clone. 3>PCIe bridge: CX23885 The patchs are based on the following patchs. Olli Salonen subm

[PATCH] si2157: add support for SYS_DVBC_ANNEX_B

2014-10-30 Thread Olli Salonen
Set the property for delivery system also in case of SYS_DVBC_ANNEX_B. This behaviour is observed in the sniffs taken with Hauppauge HVR-955Q Windows driver. Signed-off-by: Olli Salonen --- drivers/media/tuners/si2157.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media

Re: [PATCH] si2157: Add support for delivery system SYS_ATSC

2014-10-30 Thread Olli Salonen
On Thu, 30 Oct 2014, Mauro Carvalho Chehab wrote: Ah, ok. Are you planning to submit a patch for it, and the patches adding support for HVR-955Q? I can submit a patch for that, no problem. However, I'm not working with HVR-955Q at the moment. I don't have access to ATSC/ClearQAM signal. If

Re: [PATCH] si2157: Add support for delivery system SYS_ATSC

2014-10-29 Thread Olli Salonen
1:08, Mauro Carvalho Chehab wrote: > Hi Olli, > > Em Sun, 17 Aug 2014 08:24:49 +0300 > Olli Salonen escreveu: > >> Set the property for delivery system also in case of SYS_ATSC. This >> behaviour is observed in the sniffs taken with Hauppauge HVR-955Q >> Windows driv

Re: [PATCH 1/1] dvb-usb-dvbsky: add s960ci dvb-s/s2 usb ci box support

2014-10-26 Thread Olli Salonen
Reviewed-by: Olli Salonen On Mon, 20 Oct 2014, Nibble Max wrote: DVBSky s960ci dvb-s/s2 usb ci box: 1>dvb frontend: M88TS2022(tuner),M88DS3103(demod) 2>usb controller: CY7C86013A 3>ci controller: CIMAX SP2 or its clone. Signed-off-by: Nibble Max --- drivers/media/usb/dvb-usb-v

[PATCH] cxusb: TS mode setting for TT CT2-4400

2014-10-26 Thread Olli Salonen
sets this as well. After this patch the driver works for both versions. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb/cxusb.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/media/usb/dvb-usb/cxusb.c b/drivers/media/usb/dvb-usb/cxusb.c index 356abb3..8925b3946

[PATCH 2/2] dtv-scan-tables: fix the DNA muxes in Finland to DVB-T2

2014-10-19 Thread Olli Salonen
All of the DNA muxes in Finland are DVB-T2, not DVB-T. Signed-off-by: Olli Salonen --- dvb-t/fi-DNA-Espoo| 6 +++--- dvb-t/fi-DNA-Eurajoki | 6 +++--- dvb-t/fi-DNA-Hameenlinna | 6 +++--- dvb-t/fi-DNA-Hamina | 6 +++--- dvb-t/fi-DNA-Hausjarvi| 6 +++--- dvb-t/fi-DNA

[PATCH 1/2] dtv-scan-tables: add mux H to stations transmitting it in Finland

2014-10-19 Thread Olli Salonen
The new mux H is being broadcasted by Digita from 6 stations in Finland. Signed-off-by: Olli Salonen --- dvb-t/fi-Espoo | 15 ++- dvb-t/fi-Jyvaskyla | 15 ++- dvb-t/fi-Lahti | 15 ++- dvb-t/fi-Oulu | 15 ++- dvb-t/fi-Tampere | 15

[PATCHv2 4/4] dvbsky: add option to disable IR receiver

2014-10-12 Thread Olli Salonen
Add an option to disable remote controller for DVBSky devices by specifying the disable_rc option at modprobe. Signed-off-by: Olli Salonen --- diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c index 5c7387a..f2d0eb7 100644 --- a/drivers/media/usb/dvb

Re: [PATCH 4/4] dvbsky: add option to disable IR receiver

2014-10-12 Thread Olli Salonen
On 12.10.2014 13:12, Antti Palosaari wrote: static int dvbsky_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc) { +if (dvb_usb_dvbsky_disable_rc) +return 0; + +rc->map_name = RC_MAP_DVBSKY; rc->allowed_protos = RC_BIT_RC5; rc->query = d

[PATCH 4/4] dvbsky: add option to disable IR receiver

2014-10-12 Thread Olli Salonen
Added an option disable_rc that can be used to disable the IR receiver polling for this module. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers

[PATCH 3/4] dvbsky: clean logging

2014-10-12 Thread Olli Salonen
dev_err includes the function name in the log printout, so there is no need to include it manually. While here, fix a small grammatical error in the i2c error message. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 21 - 1 file changed, 8

[PATCH 2/4] dvbsky: added debug logging

2014-10-12 Thread Olli Salonen
Added debug logging using dev_dgb. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c index 502b52c

[PATCH 1/4] dvbsky: don't print MAC address from read_mac_address

2014-10-12 Thread Olli Salonen
The dvb-usb-v2 already prints out the MAC address, no need to print it out also here. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c index

[PATCHv2 5/5] cx23855: add CI support for DVBSky T980C

2014-10-04 Thread Olli Salonen
Add CI support for DVBSky T980C card. The new host device independent CIMaX SP2 I2C driver was used to implement it. IRQ handling is not implemented at this point. It could be used to detect the CAM insertion/removal instantly. Signed-off-by: Olli Salonen --- drivers/media/pci/cx23885

Re: [PATCH 5/5] cx23855: add CI support for DVBSky T980C

2014-09-29 Thread Olli Salonen
new host device independent CIMaX SP2 I2C driver to implement it. >> >>cx23885_sp2_ci_ctrl function is borrowed entirely from cimax2.c. >> >>Signed-off-by: Olli Salonen >>--- >> drivers/media/pci/cx23885/cx23885-dvb.c | 105 >>

[PATCH 4/5] cx23885: add I2C client for CI into state and handle unregistering

2014-09-29 Thread Olli Salonen
If the CI chip has an I2C driver, we need to store I2C client into state. Signed-off-by: Olli Salonen --- drivers/media/pci/cx23885/cx23885-dvb.c | 7 +++ drivers/media/pci/cx23885/cx23885.h | 1 + 2 files changed, 8 insertions(+) diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b

[PATCH 5/5] cx23855: add CI support for DVBSky T980C

2014-09-29 Thread Olli Salonen
Add CI support for DVBSky T980C. I used the new host device independent CIMaX SP2 I2C driver to implement it. cx23885_sp2_ci_ctrl function is borrowed entirely from cimax2.c. Signed-off-by: Olli Salonen --- drivers/media/pci/cx23885/cx23885-dvb.c | 105 +++- 1 file

[PATCH 3/5] sp2: improve debug logging

2014-09-29 Thread Olli Salonen
Improve debugging output. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/sp2.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/drivers/media/dvb-frontends/sp2.c b/drivers/media/dvb-frontends/sp2.c index 1f4f250..320cbe9 100644 --- a/drivers

[PATCH 1/5] cx23855: add support for DVBSky T980C (no CI support)

2014-09-29 Thread Olli Salonen
used with TT CT2-4650 CI: https://www.mail-archive.com/linux-media@vger.kernel.org/msg78033.html Signed-off-by: Olli Salonen --- drivers/media/pci/cx23885/cx23885-cards.c | 40 drivers/media/pci/cx23885/cx23885-dvb.c | 61 +++ drivers/medi

[PATCH 2/5] sp2: fix incorrect struct

2014-09-29 Thread Olli Salonen
Incorrect struct used in the SP2 driver. Reported-by: Max Nibble Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/sp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/sp2.c b/drivers/media/dvb-frontends/sp2.c index 9b684d5..1f4f250

[PATCH] cx23885: initialize config structs for T9580

2014-09-23 Thread Olli Salonen
The config structs used for DVBSky T9580 were not initialized. This patch fixes that. Signed-off-by: Olli Salonen --- drivers/media/pci/cx23885/cx23885-dvb.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci

[PATCH] si2168: add FE_CAN_MULTISTREAM into caps

2014-09-23 Thread Olli Salonen
PLP selection was implemented for Si2168 last month (patchwork 25387). However, FE_CAN_MULTISTREAM was not added to dvb_frontend_ops of si2168. This patch adds FE_CAN_MULTISTREAM, which indicates that multiple PLP are supported. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends

Re: [PATCH 3/3] af9035: Add support for IT930x USB bridge

2014-09-23 Thread Olli Salonen
xfer goes pretty complex, but that is because there is > actually 3 I2C adapters and some of those even offer multiple access methods > by firmware. Maybe there is also room for later improvement. > > But as I said, patch it is OK. > > regards > Antti > > > On 09/21/20

<    1   2   3   >