linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 3.16] 2013:025f PCTV tripleStick (292e)
@ 2014-04-23  2:13 Antti Palosaari
  2014-04-23 13:11 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Antti Palosaari @ 2014-04-23  2:13 UTC (permalink / raw)
  To: LMML

Hardware is Empia EM28178, Silicon Labs Si2168, Silicon Labs Si2157. 
There is on/off external LNA too. Two new drivers for Silicon Labs DTV 
chipset.

Demod needs firmware, which could be found from driver CD version 6.4.8.984.
/TVC 6.4.8/Driver/PCTV Empia/emOEM.sys
dd if=emOEM.sys ibs=1 skip=1089416 count=2720 of=dvb-demod-si2168-01.fw
md5sum dvb-demod-si2168-01.fw
87c317e0b75ad49c2f2cbf35572a8093  dvb-demod-si2168-01.fw

Demod and tuner power-management is broken - chips are not put sleep at 
all. It is same for windows driver too. Fortunately device eats only 
around 200mA from USB when active. Will be fixed if and when windows 
drivers are fixed.

Here is some internals from device.
http://blog.palosaari.fi/2014/04/naked-hardware-15-pctv-triplestick-292e.html



The following changes since commit a83b93a7480441a47856dc9104bea970e84cda87:

   [media] em28xx-dvb: fix PCTV 461e tuner I2C binding (2014-03-31 
08:02:16 -0300)

are available in the git repository at:

   git://linuxtv.org/anttip/media_tree.git pctv_292e

for you to fetch changes up to 11c59dbb8a399558a2450a1cf64ff7b7e4157c45:

   em28xx: PCTV tripleStick (292e) LNA support (2014-04-23 04:56:54 +0300)

----------------------------------------------------------------
Antti Palosaari (12):
       si2157: Silicon Labs Si2157 silicon tuner driver
       si2168: Silicon Labs Si2168 DVB-T/T2/C demod driver
       em28xx: add [2013:025f] PCTV tripleStick (292e)
       si2168: add support for DVB-T2
       si2157: extend frequency range for DVB-C
       si2168: add support for DVB-C (annex A version)
       si2157: add copyright and license
       si2168: add copyright and license
       MAINTAINERS: add si2168 driver
       MAINTAINERS: add si2157 driver
       si2168: relax demod lock checks a little
       em28xx: PCTV tripleStick (292e) LNA support

  MAINTAINERS                               |  20 ++++
  drivers/media/dvb-frontends/Kconfig       |   7 ++
  drivers/media/dvb-frontends/Makefile      |   1 +
  drivers/media/dvb-frontends/si2168.c      | 760 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/media/dvb-frontends/si2168.h      |  39 +++++++
  drivers/media/dvb-frontends/si2168_priv.h |  46 +++++++++
  drivers/media/tuners/Kconfig              |   7 ++
  drivers/media/tuners/Makefile             |   1 +
  drivers/media/tuners/si2157.c             | 260 
++++++++++++++++++++++++++++++++++++++++++++++
  drivers/media/tuners/si2157.h             |  34 ++++++
  drivers/media/tuners/si2157_priv.h        |  37 +++++++
  drivers/media/usb/em28xx/Kconfig          |   2 +
  drivers/media/usb/em28xx/em28xx-cards.c   |  25 +++++
  drivers/media/usb/em28xx/em28xx-dvb.c     |  89 ++++++++++++++++
  drivers/media/usb/em28xx/em28xx.h         |   1 +
  15 files changed, 1329 insertions(+)
  create mode 100644 drivers/media/dvb-frontends/si2168.c
  create mode 100644 drivers/media/dvb-frontends/si2168.h
  create mode 100644 drivers/media/dvb-frontends/si2168_priv.h
  create mode 100644 drivers/media/tuners/si2157.c
  create mode 100644 drivers/media/tuners/si2157.h
  create mode 100644 drivers/media/tuners/si2157_priv.h

-- 
http://palosaari.fi/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL 3.16] 2013:025f PCTV tripleStick (292e)
  2014-04-23  2:13 [GIT PULL 3.16] 2013:025f PCTV tripleStick (292e) Antti Palosaari
@ 2014-04-23 13:11 ` Mauro Carvalho Chehab
  2014-04-23 15:54   ` Antti Palosaari
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2014-04-23 13:11 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: LMML

Em Wed, 23 Apr 2014 05:13:27 +0300
Antti Palosaari <crope@iki.fi> escreveu:

> Hardware is Empia EM28178, Silicon Labs Si2168, Silicon Labs Si2157. 
> There is on/off external LNA too. Two new drivers for Silicon Labs DTV 
> chipset.
> 
> Demod needs firmware, which could be found from driver CD version 6.4.8.984.
> /TVC 6.4.8/Driver/PCTV Empia/emOEM.sys
> dd if=emOEM.sys ibs=1 skip=1089416 count=2720 of=dvb-demod-si2168-01.fw
> md5sum dvb-demod-si2168-01.fw
> 87c317e0b75ad49c2f2cbf35572a8093  dvb-demod-si2168-01.fw

Not sure if you did it already, but could you please put the above
instructions on our Wiki page?

It would be better to add it at the DVB get firmware script, but it seems
that PCTV didn't put the driver yet on their website.

> Demod and tuner power-management is broken - chips are not put sleep at 
> all. It is same for windows driver too. Fortunately device eats only 
> around 200mA from USB when active. Will be fixed if and when windows 
> drivers are fixed.
> 
> Here is some internals from device.
> http://blog.palosaari.fi/2014/04/naked-hardware-15-pctv-triplestick-292e.html
> 
> 
> 
> The following changes since commit a83b93a7480441a47856dc9104bea970e84cda87:
> 
>    [media] em28xx-dvb: fix PCTV 461e tuner I2C binding (2014-03-31 
> 08:02:16 -0300)
> 
> are available in the git repository at:
> 
>    git://linuxtv.org/anttip/media_tree.git pctv_292e
> 
> for you to fetch changes up to 11c59dbb8a399558a2450a1cf64ff7b7e4157c45:
> 
>    em28xx: PCTV tripleStick (292e) LNA support (2014-04-23 04:56:54 +0300)
> 
> ----------------------------------------------------------------
> Antti Palosaari (12):
>        si2157: Silicon Labs Si2157 silicon tuner driver
>        si2168: Silicon Labs Si2168 DVB-T/T2/C demod driver
>        em28xx: add [2013:025f] PCTV tripleStick (292e)
>        si2168: add support for DVB-T2
>        si2157: extend frequency range for DVB-C
>        si2168: add support for DVB-C (annex A version)
>        si2157: add copyright and license
>        si2168: add copyright and license
>        MAINTAINERS: add si2168 driver
>        MAINTAINERS: add si2157 driver
>        si2168: relax demod lock checks a little
>        em28xx: PCTV tripleStick (292e) LNA support
> 
>   MAINTAINERS                               |  20 ++++
>   drivers/media/dvb-frontends/Kconfig       |   7 ++
>   drivers/media/dvb-frontends/Makefile      |   1 +
>   drivers/media/dvb-frontends/si2168.c      | 760 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>   drivers/media/dvb-frontends/si2168.h      |  39 +++++++
>   drivers/media/dvb-frontends/si2168_priv.h |  46 +++++++++
>   drivers/media/tuners/Kconfig              |   7 ++
>   drivers/media/tuners/Makefile             |   1 +
>   drivers/media/tuners/si2157.c             | 260 
> ++++++++++++++++++++++++++++++++++++++++++++++
>   drivers/media/tuners/si2157.h             |  34 ++++++
>   drivers/media/tuners/si2157_priv.h        |  37 +++++++
>   drivers/media/usb/em28xx/Kconfig          |   2 +
>   drivers/media/usb/em28xx/em28xx-cards.c   |  25 +++++
>   drivers/media/usb/em28xx/em28xx-dvb.c     |  89 ++++++++++++++++
>   drivers/media/usb/em28xx/em28xx.h         |   1 +
>   15 files changed, 1329 insertions(+)
>   create mode 100644 drivers/media/dvb-frontends/si2168.c
>   create mode 100644 drivers/media/dvb-frontends/si2168.h
>   create mode 100644 drivers/media/dvb-frontends/si2168_priv.h
>   create mode 100644 drivers/media/tuners/si2157.c
>   create mode 100644 drivers/media/tuners/si2157.h
>   create mode 100644 drivers/media/tuners/si2157_priv.h
> 


-- 

Regards,
Mauro

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL 3.16] 2013:025f PCTV tripleStick (292e)
  2014-04-23 13:11 ` Mauro Carvalho Chehab
@ 2014-04-23 15:54   ` Antti Palosaari
  0 siblings, 0 replies; 3+ messages in thread
From: Antti Palosaari @ 2014-04-23 15:54 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: LMML

On 23.04.2014 16:11, Mauro Carvalho Chehab wrote:
> Em Wed, 23 Apr 2014 05:13:27 +0300
> Antti Palosaari <crope@iki.fi> escreveu:
>
>> Hardware is Empia EM28178, Silicon Labs Si2168, Silicon Labs Si2157.
>> There is on/off external LNA too. Two new drivers for Silicon Labs DTV
>> chipset.
>>
>> Demod needs firmware, which could be found from driver CD version 6.4.8.984.
>> /TVC 6.4.8/Driver/PCTV Empia/emOEM.sys
>> dd if=emOEM.sys ibs=1 skip=1089416 count=2720 of=dvb-demod-si2168-01.fw
>> md5sum dvb-demod-si2168-01.fw
>> 87c317e0b75ad49c2f2cbf35572a8093  dvb-demod-si2168-01.fw
>
> Not sure if you did it already, but could you please put the above
> instructions on our Wiki page?

Will do.

> It would be better to add it at the DVB get firmware script, but it seems
> that PCTV didn't put the driver yet on their website.

There is driver updates , but not that as it is very new device and no 
updates available. I will add it after driver is available online.

regards
Antti
-- 
http://palosaari.fi/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-23 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-23  2:13 [GIT PULL 3.16] 2013:025f PCTV tripleStick (292e) Antti Palosaari
2014-04-23 13:11 ` Mauro Carvalho Chehab
2014-04-23 15:54   ` Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).