Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card V.2

2010-10-17 Thread Mauro Carvalho Chehab
Em 17-10-2010 18:18, Igor M. Liplianin escreveu:
> В сообщении от 17 октября 2010 20:59:48 автор Mauro Carvalho Chehab написал:
>> Em 17-10-2010 15:52, Mauro Carvalho Chehab escreveu:
>>> Em 17-10-2010 14:55, Igor M. Liplianin escreveu:
 Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc.

 http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF

 Version 2,  Altera FPGA firmware download module reworked.

 Features:

 PCI-e x1
 Supports two DVB-T/DVB-C transponders simultaneously
 Supports two analog audio/video channels simultaneously
 Independent descrambling of two transponders
 Hardware PID filtering

 Components:

 Conexant CX23885
 STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip
 receiver Xceive XC5000 silicon TV tuner
 Altera FPGA for Common Interafce

 The following changes since commit 
 1c8c51f7413ec522c7b729c8ebc5ce815fb7d4a8:
   V4L/DVB: drivers/media/IR/ene_ir.c: fix NULL dereference (2010-10-17
   09:50:42 -0200)

 are available in the git repository at:
   http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree-2

 Abylay Ospan (6):
   cx23885: Altera FPGA CI interface reworked.
   stv0367: change default value for AGC register.
   stv0367: implement uncorrected blocks counter.
   cx23885, cimax2.c: Fix case of two CAM insertion irq.
   Fix CI code for NetUP Dual  DVB-T/C CI RF card
   Force xc5000 firmware loading for NetUP Dual  DVB-T/C CI RF card

 Igor M. Liplianin (14):
   Altera FPGA firmware download module.
   Altera FPGA based CI driver module.
   Support for stv0367 multi-standard demodulator.
   xc5000: add support for DVB-C tuning.
   Initial commit to support NetUP Dual DVB-T/C CI RF card.
   cx23885: implement tuner_bus parameter for cx23885_board
   structure. cx23885: implement num_fds_portb, num_fds_portc
   parameters for cx23885_board structure. stv0367: Fix potential
   divide error
   cx23885: remove duplicate set interrupt mask
   stv0367: coding style corrections
   cx25840: Fix subdev registration and typo in cx25840-core.c
   cx23885: 0xe becomes 0xc again for NetUP Dual DVB-S2
   cx23885: disable MSI for NetUP cards, otherwise CI is not working
   cx23885, altera-ci: enable all PID's less than 0x20 in hardware
   PID filter.
  
  drivers/media/common/tuners/xc5000.c|   18 +
  drivers/media/dvb/frontends/Kconfig |7 +
  drivers/media/dvb/frontends/Makefile|1 +
  drivers/media/dvb/frontends/stv0367.c   | 3419
  + drivers/media/dvb/frontends/stv0367.h  
  |   62 +
  drivers/media/dvb/frontends/stv0367_priv.h  |  211 ++
  drivers/media/dvb/frontends/stv0367_regs.h  | 3614
  +++ drivers/media/video/cx23885/Kconfig   
   |   12 +-
  drivers/media/video/cx23885/Makefile|1 +
  drivers/media/video/cx23885/altera-ci.c |  841 +++
  drivers/media/video/cx23885/altera-ci.h |  102 +
  drivers/media/video/cx23885/cimax2.c|   24 +-
  drivers/media/video/cx23885/cx23885-cards.c |  116 +-
  drivers/media/video/cx23885/cx23885-core.c  |   35 +-
  drivers/media/video/cx23885/cx23885-dvb.c   |  175 ++-
  drivers/media/video/cx23885/cx23885-reg.h   |1 +
  drivers/media/video/cx23885/cx23885-video.c |7 +-
  drivers/media/video/cx23885/cx23885.h   |7 +-
  drivers/media/video/cx25840/cx25840-core.c  |4 +-
  drivers/misc/Kconfig|1 +
  drivers/misc/Makefile   |1 +
  drivers/misc/stapl-altera/Kconfig   |8 +
  drivers/misc/stapl-altera/Makefile  |3 +
  drivers/misc/stapl-altera/altera.c  | 2603 +++
  drivers/misc/stapl-altera/jbicomp.c |  163 ++
  drivers/misc/stapl-altera/jbiexprt.h|   32 +
  drivers/misc/stapl-altera/jbijtag.c | 1038 
  drivers/misc/stapl-altera/jbijtag.h |   83 +
  drivers/misc/stapl-altera/jbistub.c |   70 +
  include/misc/altera.h   |   49 +
  30 files changed, 12674 insertions(+), 34 deletions(-)
  create mode 100644 drivers/media/dvb/frontends/stv0367.c
  create mode 100644 drivers/media/dvb/frontends/stv0367.h
  create mode 100644 drivers/media/dvb/frontends/stv0367_priv.h
  create mode 100644 drivers/media/dvb/frontends/stv0367_regs.h
  create mode 100644 drivers/media/video/cx23885/altera-ci.c
  create mode 100644 drivers/media/video/cx23885/altera-ci.h
  create mode 100644 drivers/misc/stapl-altera/Kconfig
  create mode 100644 drivers/misc/stapl-altera/Mak

Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card V.2

2010-10-17 Thread Igor M. Liplianin
В сообщении от 17 октября 2010 20:59:48 автор Mauro Carvalho Chehab написал:
> Em 17-10-2010 15:52, Mauro Carvalho Chehab escreveu:
> > Em 17-10-2010 14:55, Igor M. Liplianin escreveu:
> >> Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc.
> >> 
> >> http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF
> >> 
> >> Version 2,  Altera FPGA firmware download module reworked.
> >> 
> >> Features:
> >> 
> >> PCI-e x1
> >> Supports two DVB-T/DVB-C transponders simultaneously
> >> Supports two analog audio/video channels simultaneously
> >> Independent descrambling of two transponders
> >> Hardware PID filtering
> >> 
> >> Components:
> >> 
> >> Conexant CX23885
> >> STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip
> >> receiver Xceive XC5000 silicon TV tuner
> >> Altera FPGA for Common Interafce
> >> 
> >> The following changes since commit 
> >> 1c8c51f7413ec522c7b729c8ebc5ce815fb7d4a8:
> >>   V4L/DVB: drivers/media/IR/ene_ir.c: fix NULL dereference (2010-10-17
> >>   09:50:42 -0200)
> >> 
> >> are available in the git repository at:
> >>   http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree-2
> >> 
> >> Abylay Ospan (6):
> >>   cx23885: Altera FPGA CI interface reworked.
> >>   stv0367: change default value for AGC register.
> >>   stv0367: implement uncorrected blocks counter.
> >>   cx23885, cimax2.c: Fix case of two CAM insertion irq.
> >>   Fix CI code for NetUP Dual  DVB-T/C CI RF card
> >>   Force xc5000 firmware loading for NetUP Dual  DVB-T/C CI RF card
> >> 
> >> Igor M. Liplianin (14):
> >>   Altera FPGA firmware download module.
> >>   Altera FPGA based CI driver module.
> >>   Support for stv0367 multi-standard demodulator.
> >>   xc5000: add support for DVB-C tuning.
> >>   Initial commit to support NetUP Dual DVB-T/C CI RF card.
> >>   cx23885: implement tuner_bus parameter for cx23885_board
> >>   structure. cx23885: implement num_fds_portb, num_fds_portc
> >>   parameters for cx23885_board structure. stv0367: Fix potential
> >>   divide error
> >>   cx23885: remove duplicate set interrupt mask
> >>   stv0367: coding style corrections
> >>   cx25840: Fix subdev registration and typo in cx25840-core.c
> >>   cx23885: 0xe becomes 0xc again for NetUP Dual DVB-S2
> >>   cx23885: disable MSI for NetUP cards, otherwise CI is not working
> >>   cx23885, altera-ci: enable all PID's less than 0x20 in hardware
> >>   PID filter.
> >>  
> >>  drivers/media/common/tuners/xc5000.c|   18 +
> >>  drivers/media/dvb/frontends/Kconfig |7 +
> >>  drivers/media/dvb/frontends/Makefile|1 +
> >>  drivers/media/dvb/frontends/stv0367.c   | 3419
> >>  + drivers/media/dvb/frontends/stv0367.h  
> >>  |   62 +
> >>  drivers/media/dvb/frontends/stv0367_priv.h  |  211 ++
> >>  drivers/media/dvb/frontends/stv0367_regs.h  | 3614
> >>  +++ drivers/media/video/cx23885/Kconfig   
> >>   |   12 +-
> >>  drivers/media/video/cx23885/Makefile|1 +
> >>  drivers/media/video/cx23885/altera-ci.c |  841 +++
> >>  drivers/media/video/cx23885/altera-ci.h |  102 +
> >>  drivers/media/video/cx23885/cimax2.c|   24 +-
> >>  drivers/media/video/cx23885/cx23885-cards.c |  116 +-
> >>  drivers/media/video/cx23885/cx23885-core.c  |   35 +-
> >>  drivers/media/video/cx23885/cx23885-dvb.c   |  175 ++-
> >>  drivers/media/video/cx23885/cx23885-reg.h   |1 +
> >>  drivers/media/video/cx23885/cx23885-video.c |7 +-
> >>  drivers/media/video/cx23885/cx23885.h   |7 +-
> >>  drivers/media/video/cx25840/cx25840-core.c  |4 +-
> >>  drivers/misc/Kconfig|1 +
> >>  drivers/misc/Makefile   |1 +
> >>  drivers/misc/stapl-altera/Kconfig   |8 +
> >>  drivers/misc/stapl-altera/Makefile  |3 +
> >>  drivers/misc/stapl-altera/altera.c  | 2603 +++
> >>  drivers/misc/stapl-altera/jbicomp.c |  163 ++
> >>  drivers/misc/stapl-altera/jbiexprt.h|   32 +
> >>  drivers/misc/stapl-altera/jbijtag.c | 1038 
> >>  drivers/misc/stapl-altera/jbijtag.h |   83 +
> >>  drivers/misc/stapl-altera/jbistub.c |   70 +
> >>  include/misc/altera.h   |   49 +
> >>  30 files changed, 12674 insertions(+), 34 deletions(-)
> >>  create mode 100644 drivers/media/dvb/frontends/stv0367.c
> >>  create mode 100644 drivers/media/dvb/frontends/stv0367.h
> >>  create mode 100644 drivers/media/dvb/frontends/stv0367_priv.h
> >>  create mode 100644 drivers/media/dvb/frontends/stv0367_regs.h
> >>  create mode 100644 drivers/media/video/cx23885/altera-ci.c
> >>  create mode 100644 drivers/media/video/cx23885/altera-ci.h
> >>  create mode 100644 drivers/misc/stapl-altera/Kconfig
> >>  create mode 100644 drivers/misc/stapl-altera/Makefile
> >>  create mode 100644 drivers/mis

Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card V.2

2010-10-17 Thread Mauro Carvalho Chehab
Em 17-10-2010 15:52, Mauro Carvalho Chehab escreveu:
> Em 17-10-2010 14:55, Igor M. Liplianin escreveu:
>> Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. 
>> http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF
>>
>> Version 2,  Altera FPGA firmware download module reworked.
>>
>> Features:
>>
>> PCI-e x1  
>> Supports two DVB-T/DVB-C transponders simultaneously
>> Supports two analog audio/video channels simultaneously
>> Independent descrambling of two transponders
>> Hardware PID filtering
>>
>> Components:
>>
>> Conexant CX23885 
>> STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip receiver
>> Xceive XC5000 silicon TV tuner
>> Altera FPGA for Common Interafce
>>
>> The following changes since commit 1c8c51f7413ec522c7b729c8ebc5ce815fb7d4a8:
>>
>>   V4L/DVB: drivers/media/IR/ene_ir.c: fix NULL dereference (2010-10-17 
>> 09:50:42 -0200)
>>
>> are available in the git repository at:
>>   http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree-2
>>
>> Abylay Ospan (6):
>>   cx23885: Altera FPGA CI interface reworked.
>>   stv0367: change default value for AGC register.
>>   stv0367: implement uncorrected blocks counter.
>>   cx23885, cimax2.c: Fix case of two CAM insertion irq.
>>   Fix CI code for NetUP Dual  DVB-T/C CI RF card
>>   Force xc5000 firmware loading for NetUP Dual  DVB-T/C CI RF card
>>
>> Igor M. Liplianin (14):
>>   Altera FPGA firmware download module.
>>   Altera FPGA based CI driver module.
>>   Support for stv0367 multi-standard demodulator.
>>   xc5000: add support for DVB-C tuning.
>>   Initial commit to support NetUP Dual DVB-T/C CI RF card.
>>   cx23885: implement tuner_bus parameter for cx23885_board structure.
>>   cx23885: implement num_fds_portb, num_fds_portc parameters for 
>> cx23885_board structure.
>>   stv0367: Fix potential divide error
>>   cx23885: remove duplicate set interrupt mask
>>   stv0367: coding style corrections
>>   cx25840: Fix subdev registration and typo in cx25840-core.c
>>   cx23885: 0xe becomes 0xc again for NetUP Dual DVB-S2
>>   cx23885: disable MSI for NetUP cards, otherwise CI is not working
>>   cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID 
>> filter.
>>
> 
> 
>>  drivers/media/common/tuners/xc5000.c|   18 +
>>  drivers/media/dvb/frontends/Kconfig |7 +
>>  drivers/media/dvb/frontends/Makefile|1 +
>>  drivers/media/dvb/frontends/stv0367.c   | 3419 +
>>  drivers/media/dvb/frontends/stv0367.h   |   62 +
>>  drivers/media/dvb/frontends/stv0367_priv.h  |  211 ++
>>  drivers/media/dvb/frontends/stv0367_regs.h  | 3614 
>> +++
>>  drivers/media/video/cx23885/Kconfig |   12 +-
>>  drivers/media/video/cx23885/Makefile|1 +
>>  drivers/media/video/cx23885/altera-ci.c |  841 +++
>>  drivers/media/video/cx23885/altera-ci.h |  102 +
>>  drivers/media/video/cx23885/cimax2.c|   24 +-
>>  drivers/media/video/cx23885/cx23885-cards.c |  116 +-
>>  drivers/media/video/cx23885/cx23885-core.c  |   35 +-
>>  drivers/media/video/cx23885/cx23885-dvb.c   |  175 ++-
>>  drivers/media/video/cx23885/cx23885-reg.h   |1 +
>>  drivers/media/video/cx23885/cx23885-video.c |7 +-
>>  drivers/media/video/cx23885/cx23885.h   |7 +-
>>  drivers/media/video/cx25840/cx25840-core.c  |4 +-
>>  drivers/misc/Kconfig|1 +
>>  drivers/misc/Makefile   |1 +
>>  drivers/misc/stapl-altera/Kconfig   |8 +
>>  drivers/misc/stapl-altera/Makefile  |3 +
>>  drivers/misc/stapl-altera/altera.c  | 2603 +++
>>  drivers/misc/stapl-altera/jbicomp.c |  163 ++
>>  drivers/misc/stapl-altera/jbiexprt.h|   32 +
>>  drivers/misc/stapl-altera/jbijtag.c | 1038 
>>  drivers/misc/stapl-altera/jbijtag.h |   83 +
>>  drivers/misc/stapl-altera/jbistub.c |   70 +
>>  include/misc/altera.h   |   49 +
>>  30 files changed, 12674 insertions(+), 34 deletions(-)
>>  create mode 100644 drivers/media/dvb/frontends/stv0367.c
>>  create mode 100644 drivers/media/dvb/frontends/stv0367.h
>>  create mode 100644 drivers/media/dvb/frontends/stv0367_priv.h
>>  create mode 100644 drivers/media/dvb/frontends/stv0367_regs.h
>>  create mode 100644 drivers/media/video/cx23885/altera-ci.c
>>  create mode 100644 drivers/media/video/cx23885/altera-ci.h
>>  create mode 100644 drivers/misc/stapl-altera/Kconfig
>>  create mode 100644 drivers/misc/stapl-altera/Makefile
>>  create mode 100644 drivers/misc/stapl-altera/altera.c
>>  create mode 100644 drivers/misc/stapl-altera/jbicomp.c
>>  create mode 100644 drivers/misc/stapl-altera/jbiexprt.h
>>  create mode 100644 drivers/misc/stapl-altera/jbijtag.c
>>  create mode 100644 drivers/misc/stapl-altera/jbijtag.h
>>  create mode 100644 drivers/misc

[GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card V.2

2010-10-17 Thread Igor M. Liplianin
Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. 
http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF

Version 2,  Altera FPGA firmware download module reworked.

Features:

PCI-e x1  
Supports two DVB-T/DVB-C transponders simultaneously
Supports two analog audio/video channels simultaneously
Independent descrambling of two transponders
Hardware PID filtering

Components:

Conexant CX23885 
STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip receiver
Xceive XC5000 silicon TV tuner
Altera FPGA for Common Interafce

The following changes since commit 1c8c51f7413ec522c7b729c8ebc5ce815fb7d4a8:

  V4L/DVB: drivers/media/IR/ene_ir.c: fix NULL dereference (2010-10-17 09:50:42 
-0200)

are available in the git repository at:
  http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree-2

Abylay Ospan (6):
  cx23885: Altera FPGA CI interface reworked.
  stv0367: change default value for AGC register.
  stv0367: implement uncorrected blocks counter.
  cx23885, cimax2.c: Fix case of two CAM insertion irq.
  Fix CI code for NetUP Dual  DVB-T/C CI RF card
  Force xc5000 firmware loading for NetUP Dual  DVB-T/C CI RF card

Igor M. Liplianin (14):
  Altera FPGA firmware download module.
  Altera FPGA based CI driver module.
  Support for stv0367 multi-standard demodulator.
  xc5000: add support for DVB-C tuning.
  Initial commit to support NetUP Dual DVB-T/C CI RF card.
  cx23885: implement tuner_bus parameter for cx23885_board structure.
  cx23885: implement num_fds_portb, num_fds_portc parameters for 
cx23885_board structure.
  stv0367: Fix potential divide error
  cx23885: remove duplicate set interrupt mask
  stv0367: coding style corrections
  cx25840: Fix subdev registration and typo in cx25840-core.c
  cx23885: 0xe becomes 0xc again for NetUP Dual DVB-S2
  cx23885: disable MSI for NetUP cards, otherwise CI is not working
  cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID 
filter.

 drivers/media/common/tuners/xc5000.c|   18 +
 drivers/media/dvb/frontends/Kconfig |7 +
 drivers/media/dvb/frontends/Makefile|1 +
 drivers/media/dvb/frontends/stv0367.c   | 3419 +
 drivers/media/dvb/frontends/stv0367.h   |   62 +
 drivers/media/dvb/frontends/stv0367_priv.h  |  211 ++
 drivers/media/dvb/frontends/stv0367_regs.h  | 3614 +++
 drivers/media/video/cx23885/Kconfig |   12 +-
 drivers/media/video/cx23885/Makefile|1 +
 drivers/media/video/cx23885/altera-ci.c |  841 +++
 drivers/media/video/cx23885/altera-ci.h |  102 +
 drivers/media/video/cx23885/cimax2.c|   24 +-
 drivers/media/video/cx23885/cx23885-cards.c |  116 +-
 drivers/media/video/cx23885/cx23885-core.c  |   35 +-
 drivers/media/video/cx23885/cx23885-dvb.c   |  175 ++-
 drivers/media/video/cx23885/cx23885-reg.h   |1 +
 drivers/media/video/cx23885/cx23885-video.c |7 +-
 drivers/media/video/cx23885/cx23885.h   |7 +-
 drivers/media/video/cx25840/cx25840-core.c  |4 +-
 drivers/misc/Kconfig|1 +
 drivers/misc/Makefile   |1 +
 drivers/misc/stapl-altera/Kconfig   |8 +
 drivers/misc/stapl-altera/Makefile  |3 +
 drivers/misc/stapl-altera/altera.c  | 2603 +++
 drivers/misc/stapl-altera/jbicomp.c |  163 ++
 drivers/misc/stapl-altera/jbiexprt.h|   32 +
 drivers/misc/stapl-altera/jbijtag.c | 1038 
 drivers/misc/stapl-altera/jbijtag.h |   83 +
 drivers/misc/stapl-altera/jbistub.c |   70 +
 include/misc/altera.h   |   49 +
 30 files changed, 12674 insertions(+), 34 deletions(-)
 create mode 100644 drivers/media/dvb/frontends/stv0367.c
 create mode 100644 drivers/media/dvb/frontends/stv0367.h
 create mode 100644 drivers/media/dvb/frontends/stv0367_priv.h
 create mode 100644 drivers/media/dvb/frontends/stv0367_regs.h
 create mode 100644 drivers/media/video/cx23885/altera-ci.c
 create mode 100644 drivers/media/video/cx23885/altera-ci.h
 create mode 100644 drivers/misc/stapl-altera/Kconfig
 create mode 100644 drivers/misc/stapl-altera/Makefile
 create mode 100644 drivers/misc/stapl-altera/altera.c
 create mode 100644 drivers/misc/stapl-altera/jbicomp.c
 create mode 100644 drivers/misc/stapl-altera/jbiexprt.h
 create mode 100644 drivers/misc/stapl-altera/jbijtag.c
 create mode 100644 drivers/misc/stapl-altera/jbijtag.h
 create mode 100644 drivers/misc/stapl-altera/jbistub.c
 create mode 100644 include/misc/altera.h
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-16 Thread Igor M. Liplianin
В сообщении от 14 октября 2010 21:59:07 автор Mauro Carvalho Chehab написал:
> Em 14-10-2010 15:11, Mauro Carvalho Chehab escreveu:
> > Em 03-10-2010 19:35, Igor M. Liplianin escreveu:
> >> Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc.
> >> 
> >>http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF
> >> 
> >> Features:
> >> 
> >> PCI-e x1
> >> Supports two DVB-T/DVB-C transponders simultaneously
> >> Supports two analog audio/video channels simultaneously
> >> Independent descrambling of two transponders
> >> Hardware PID filtering
> >> 
> >> Components:
> >> 
> >> Conexant CX23885
> >> STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip
> >> receiver Xceive XC5000 silicon TV tuner
> >> Altera FPGA for Common Interafce
> >> 
> >> The following changes since commit 
> >> c8dd732fd119ce6d562d5fa82a10bbe75a376575:
> >>   V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of
> >>   sn9c102 (2010-10-01
> >> 
> >> 18:14:35 -0300)
> >> 
> >> are available in the git repository at:
> >>   http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree
> >> 
> >> Abylay Ospan (6):
> >>   cx23885: Altera FPGA CI interface reworked.
> >>   stv0367: change default value for AGC register.
> >>   stv0367: implement uncorrected blocks counter.
> >>   cx23885, cimax2.c: Fix case of two CAM insertion irq.
> >>   Fix CI code for NetUP Dual  DVB-T/C CI RF card
> >>   Force xc5000 firmware loading for NetUP Dual  DVB-T/C CI RF card
> >> 
> >> Igor M. Liplianin (14):
> >>   Altera FPGA firmware download module.
> >>   Altera FPGA based CI driver module.
> >>   Support for stv0367 multi-standard demodulator.
> >>   xc5000: add support for DVB-C tuning.
> >>   Initial commit to support NetUP Dual DVB-T/C CI RF card.
> >>   cx23885: implement tuner_bus parameter for cx23885_board
> >>   structure. cx23885: implement num_fds_portb, num_fds_portc
> >>   parameters for cx23885_board structure. stv0367: Fix potential
> >>   divide error
> >>   cx23885: remove duplicate set interrupt mask
> >>   stv0367: coding style corrections
> >>   cx25840: Fix subdev registration and typo in cx25840-core.c
> >>   cx23885: 0xe becomes 0xc again for NetUP Dual DVB-S2
> >>   cx23885: disable MSI for NetUP cards, otherwise CI is not working
> >>   cx23885, altera-ci: enable all PID's less than 0x20 in hardware
> >>   PID filter.
> >>  
> >>  drivers/media/common/tuners/xc5000.c|   18 +
> >>  drivers/media/dvb/frontends/Kconfig |7 +
> >>  drivers/media/dvb/frontends/Makefile|1 +
> >>  drivers/media/dvb/frontends/stv0367.c   | 3419
> >>  + drivers/media/dvb/frontends/stv0367.h  
> >>  |   62 +
> >>  drivers/media/dvb/frontends/stv0367_priv.h  |  211 ++
> >>  drivers/media/dvb/frontends/stv0367_regs.h  | 3614
> >>  +++ drivers/media/video/cx23885/Kconfig   
> >>   |   12 +-
> >>  drivers/media/video/cx23885/Makefile|1 +
> >>  drivers/media/video/cx23885/altera-ci.c |  841 +++
> >>  drivers/media/video/cx23885/altera-ci.h |  102 +
> >>  drivers/media/video/cx23885/cimax2.c|   24 +-
> >>  drivers/media/video/cx23885/cx23885-cards.c |  116 +-
> >>  drivers/media/video/cx23885/cx23885-core.c  |   35 +-
> >>  drivers/media/video/cx23885/cx23885-dvb.c   |  175 ++-
> >>  drivers/media/video/cx23885/cx23885-reg.h   |1 +
> >>  drivers/media/video/cx23885/cx23885-video.c |7 +-
> >>  drivers/media/video/cx23885/cx23885.h   |7 +-
> >>  drivers/media/video/cx25840/cx25840-core.c  |4 +-
> >>  drivers/misc/Kconfig|1 +
> >>  drivers/misc/Makefile   |1 +
> >>  drivers/misc/stapl-altera/Kconfig   |8 +
> >>  drivers/misc/stapl-altera/Makefile  |3 +
> >>  drivers/misc/stapl-altera/altera.c  | 2739 
> >>  drivers/misc/stapl-altera/jbicomp.c |  163 ++
> >>  drivers/misc/stapl-altera/jbiexprt.h|   94 +
> >>  drivers/misc/stapl-altera/jbijtag.c | 1038 
> >>  drivers/misc/stapl-altera/jbijtag.h |   83 +
> >>  drivers/misc/stapl-altera/jbistub.c |   70 +
> >>  include/misc/altera.h   |   49 +
> >>  30 files changed, 12872 insertions(+), 34 deletions(-)
> >>  create mode 100644 drivers/media/dvb/frontends/stv0367.c
> >>  create mode 100644 drivers/media/dvb/frontends/stv0367.h
> >>  create mode 100644 drivers/media/dvb/frontends/stv0367_priv.h
> >>  create mode 100644 drivers/media/dvb/frontends/stv0367_regs.h
> >>  create mode 100644 drivers/media/video/cx23885/altera-ci.c
> >>  create mode 100644 drivers/media/video/cx23885/altera-ci.h
> >>  create mode 100644 drivers/misc/stapl-altera/Kconfig
> >>  create mode 100644 drivers/misc/stapl-altera/Makefile
> >>  create mode 100644 drivers/misc/stapl-altera/altera.c
> >>  create mode 100

Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-14 Thread Mauro Carvalho Chehab
Em 14-10-2010 15:58, Igor M. Liplianin escreveu:
> В сообщении от 14 октября 2010 20:54:52 автор Mauro Carvalho Chehab написал:
>> Em 14-10-2010 14:48, Mauro Carvalho Chehab escreveu:
>>> Em 03-10-2010 19:35, Igor M. Liplianin escreveu:
 Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc.

http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF

 Features:

 PCI-e x1
 Supports two DVB-T/DVB-C transponders simultaneously
 Supports two analog audio/video channels simultaneously
 Independent descrambling of two transponders
 Hardware PID filtering

 Components:

 Conexant CX23885
 STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip
 receiver Xceive XC5000 silicon TV tuner
 Altera FPGA for Common Interafce

 The following changes since commit 
 c8dd732fd119ce6d562d5fa82a10bbe75a376575:
   V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of
   sn9c102 (2010-10-01

 18:14:35 -0300)

 are available in the git repository at:
   http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree
>>>
>>> Hmm... it is not working... perhaps you forgot to run git
>>> update-server-info.
>>
>> It worked. It just took a very long time to update...
>>
  drivers/misc/Kconfig|1 +
  drivers/misc/Makefile   |1 +
  drivers/misc/stapl-altera/Kconfig   |8 +
  drivers/misc/stapl-altera/Makefile  |3 +
  drivers/misc/stapl-altera/altera.c  | 2739 
  drivers/misc/stapl-altera/jbicomp.c |  163 ++
  drivers/misc/stapl-altera/jbiexprt.h|   94 +
  drivers/misc/stapl-altera/jbijtag.c | 1038 
  drivers/misc/stapl-altera/jbijtag.h |   83 +
  drivers/misc/stapl-altera/jbistub.c |   70 +
  include/misc/altera.h   |   49 +
>>>
>>> Hmm... that's new for me... a driver at misc?
>>
>> Hmm... a FPGA programming driver... Is it needed to for the DVB device to
>> work, or it is used only when programming the device at the manufacturer?
> Yes, it needed for DVB device to work. FPGA model used in device has not 
> flash memory. 
> Then FPGA itself drives CI and hardware PID filter.

Hmm... interesting design.

> We all realize, that FPGA programming not belongs to DVB only, it is more 
> common.

Agreed.

> So maybe misc is the place. 

Maybe misc is the better place, not really sure. Well, I posted your altera 
patch to LKML, and
just sent my review.

Better to continue those discussions on the thread where LKML is c/c, to allow 
more readers
to be able to follow the entire discussions.

Cheers,
Mauro.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-14 Thread Igor M. Liplianin
В сообщении от 14 октября 2010 20:54:52 автор Mauro Carvalho Chehab написал:
> Em 14-10-2010 14:48, Mauro Carvalho Chehab escreveu:
> > Em 03-10-2010 19:35, Igor M. Liplianin escreveu:
> >> Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc.
> >> 
> >>http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF
> >> 
> >> Features:
> >> 
> >> PCI-e x1
> >> Supports two DVB-T/DVB-C transponders simultaneously
> >> Supports two analog audio/video channels simultaneously
> >> Independent descrambling of two transponders
> >> Hardware PID filtering
> >> 
> >> Components:
> >> 
> >> Conexant CX23885
> >> STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip
> >> receiver Xceive XC5000 silicon TV tuner
> >> Altera FPGA for Common Interafce
> >> 
> >> The following changes since commit 
> >> c8dd732fd119ce6d562d5fa82a10bbe75a376575:
> >>   V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of
> >>   sn9c102 (2010-10-01
> >> 
> >> 18:14:35 -0300)
> >> 
> >> are available in the git repository at:
> >>   http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree
> > 
> > Hmm... it is not working... perhaps you forgot to run git
> > update-server-info.
> 
> It worked. It just took a very long time to update...
> 
> >>  drivers/misc/Kconfig|1 +
> >>  drivers/misc/Makefile   |1 +
> >>  drivers/misc/stapl-altera/Kconfig   |8 +
> >>  drivers/misc/stapl-altera/Makefile  |3 +
> >>  drivers/misc/stapl-altera/altera.c  | 2739 
> >>  drivers/misc/stapl-altera/jbicomp.c |  163 ++
> >>  drivers/misc/stapl-altera/jbiexprt.h|   94 +
> >>  drivers/misc/stapl-altera/jbijtag.c | 1038 
> >>  drivers/misc/stapl-altera/jbijtag.h |   83 +
> >>  drivers/misc/stapl-altera/jbistub.c |   70 +
> >>  include/misc/altera.h   |   49 +
> > 
> > Hmm... that's new for me... a driver at misc?
> 
> Hmm... a FPGA programming driver... Is it needed to for the DVB device to
> work, or it is used only when programming the device at the manufacturer?
Yes, it needed for DVB device to work. FPGA model used in device has not flash 
memory. 
Then FPGA itself drives CI and hardware PID filter.
We all realize, that FPGA programming not belongs to DVB only, it is more 
common.
So maybe misc is the place. 

> 
> Cheers,
> Mauro.

-- 
Igor M. Liplianin
Microsoft Windows Free Zone - Linux used for all Computing Tasks
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-14 Thread Mauro Carvalho Chehab
Em 14-10-2010 14:48, Mauro Carvalho Chehab escreveu:
> Em 03-10-2010 19:35, Igor M. Liplianin escreveu:
>> Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. 
>>  http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF
>>
>> Features:
>>
>> PCI-e x1  
>> Supports two DVB-T/DVB-C transponders simultaneously
>> Supports two analog audio/video channels simultaneously
>> Independent descrambling of two transponders
>> Hardware PID filtering
>>
>> Components:
>>
>> Conexant CX23885 
>> STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip receiver
>> Xceive XC5000 silicon TV tuner
>> Altera FPGA for Common Interafce
>>
>> The following changes since commit c8dd732fd119ce6d562d5fa82a10bbe75a376575:
>>
>>   V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of 
>> sn9c102 (2010-10-01 
>> 18:14:35 -0300)
>>
>> are available in the git repository at:
>>   http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree
> 
> Hmm... it is not working... perhaps you forgot to run git update-server-info.

It worked. It just took a very long time to update...

>>  drivers/misc/Kconfig|1 +
>>  drivers/misc/Makefile   |1 +
>>  drivers/misc/stapl-altera/Kconfig   |8 +
>>  drivers/misc/stapl-altera/Makefile  |3 +
>>  drivers/misc/stapl-altera/altera.c  | 2739 
>>  drivers/misc/stapl-altera/jbicomp.c |  163 ++
>>  drivers/misc/stapl-altera/jbiexprt.h|   94 +
>>  drivers/misc/stapl-altera/jbijtag.c | 1038 
>>  drivers/misc/stapl-altera/jbijtag.h |   83 +
>>  drivers/misc/stapl-altera/jbistub.c |   70 +
>>  include/misc/altera.h   |   49 +
> 
> Hmm... that's new for me... a driver at misc?

Hmm... a FPGA programming driver... Is it needed to for the DVB device to work, 
or it
is used only when programming the device at the manufacturer?

Cheers,
Mauro.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-14 Thread Mauro Carvalho Chehab
Em 03-10-2010 19:35, Igor M. Liplianin escreveu:
> Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. 
>   http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF
> 
> Features:
> 
> PCI-e x1  
> Supports two DVB-T/DVB-C transponders simultaneously
> Supports two analog audio/video channels simultaneously
> Independent descrambling of two transponders
> Hardware PID filtering
> 
> Components:
> 
> Conexant CX23885 
> STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip receiver
> Xceive XC5000 silicon TV tuner
> Altera FPGA for Common Interafce
> 
> The following changes since commit c8dd732fd119ce6d562d5fa82a10bbe75a376575:
> 
>   V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of 
> sn9c102 (2010-10-01 
> 18:14:35 -0300)
> 
> are available in the git repository at:
>   http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree

Hmm... it is not working... perhaps you forgot to run git update-server-info.

The better would be to enable git protocol instead.

> 
> Abylay Ospan (6):
>   cx23885: Altera FPGA CI interface reworked.
>   stv0367: change default value for AGC register.
>   stv0367: implement uncorrected blocks counter.
>   cx23885, cimax2.c: Fix case of two CAM insertion irq.
>   Fix CI code for NetUP Dual  DVB-T/C CI RF card
>   Force xc5000 firmware loading for NetUP Dual  DVB-T/C CI RF card
> 
> Igor M. Liplianin (14):
>   Altera FPGA firmware download module.
>   Altera FPGA based CI driver module.
>   Support for stv0367 multi-standard demodulator.
>   xc5000: add support for DVB-C tuning.
>   Initial commit to support NetUP Dual DVB-T/C CI RF card.
>   cx23885: implement tuner_bus parameter for cx23885_board structure.
>   cx23885: implement num_fds_portb, num_fds_portc parameters for 
> cx23885_board structure.
>   stv0367: Fix potential divide error
>   cx23885: remove duplicate set interrupt mask
>   stv0367: coding style corrections
>   cx25840: Fix subdev registration and typo in cx25840-core.c
>   cx23885: 0xe becomes 0xc again for NetUP Dual DVB-S2
>   cx23885: disable MSI for NetUP cards, otherwise CI is not working
>   cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID 
> filter.
> 
>  drivers/media/common/tuners/xc5000.c|   18 +
>  drivers/media/dvb/frontends/Kconfig |7 +
>  drivers/media/dvb/frontends/Makefile|1 +
>  drivers/media/dvb/frontends/stv0367.c   | 3419 +
>  drivers/media/dvb/frontends/stv0367.h   |   62 +
>  drivers/media/dvb/frontends/stv0367_priv.h  |  211 ++
>  drivers/media/dvb/frontends/stv0367_regs.h  | 3614 
> +++
>  drivers/media/video/cx23885/Kconfig |   12 +-
>  drivers/media/video/cx23885/Makefile|1 +
>  drivers/media/video/cx23885/altera-ci.c |  841 +++
>  drivers/media/video/cx23885/altera-ci.h |  102 +
>  drivers/media/video/cx23885/cimax2.c|   24 +-
>  drivers/media/video/cx23885/cx23885-cards.c |  116 +-
>  drivers/media/video/cx23885/cx23885-core.c  |   35 +-
>  drivers/media/video/cx23885/cx23885-dvb.c   |  175 ++-
>  drivers/media/video/cx23885/cx23885-reg.h   |1 +
>  drivers/media/video/cx23885/cx23885-video.c |7 +-
>  drivers/media/video/cx23885/cx23885.h   |7 +-
>  drivers/media/video/cx25840/cx25840-core.c  |4 +-


>  drivers/misc/Kconfig|1 +
>  drivers/misc/Makefile   |1 +
>  drivers/misc/stapl-altera/Kconfig   |8 +
>  drivers/misc/stapl-altera/Makefile  |3 +
>  drivers/misc/stapl-altera/altera.c  | 2739 
>  drivers/misc/stapl-altera/jbicomp.c |  163 ++
>  drivers/misc/stapl-altera/jbiexprt.h|   94 +
>  drivers/misc/stapl-altera/jbijtag.c | 1038 
>  drivers/misc/stapl-altera/jbijtag.h |   83 +
>  drivers/misc/stapl-altera/jbistub.c |   70 +
>  include/misc/altera.h   |   49 +

Hmm... that's new for me... a driver at misc?

>  30 files changed, 12872 insertions(+), 34 deletions(-)
>  create mode 100644 drivers/media/dvb/frontends/stv0367.c
>  create mode 100644 drivers/media/dvb/frontends/stv0367.h
>  create mode 100644 drivers/media/dvb/frontends/stv0367_priv.h
>  create mode 100644 drivers/media/dvb/frontends/stv0367_regs.h
>  create mode 100644 drivers/media/video/cx23885/altera-ci.c
>  create mode 100644 drivers/media/video/cx23885/altera-ci.h
>  create mode 100644 drivers/misc/stapl-altera/Kconfig
>  create mode 100644 drivers/misc/stapl-altera/Makefile
>  create mode 100644 drivers/misc/stapl-altera/altera.c
>  create mode 100644 drivers/misc/stapl-altera/jbicomp.c
>  create mode 100644 drivers/misc/stapl-altera/jbiexprt.h
>  create mode 100644 drivers/misc/stapl-altera/jbijtag.c
>  create mode 100644 drivers/misc/stapl-altera/jbijtag.h
>  create mode 100644 drivers/misc/stapl-alte

[GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-11 Thread Igor M. Liplianin
Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. 
http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF

Features:

PCI-e x1  
Supports two DVB-T/DVB-C transponders simultaneously
Supports two analog audio/video channels simultaneously
Independent descrambling of two transponders
Hardware PID filtering

Components:

Conexant CX23885 
STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip receiver
Xceive XC5000 silicon TV tuner
Altera FPGA for Common Interafce

The following changes since commit c8dd732fd119ce6d562d5fa82a10bbe75a376575:

  V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of sn9c102 
(2010-10-01 
18:14:35 -0300)

are available in the git repository at:
  http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree

Abylay Ospan (6):
  cx23885: Altera FPGA CI interface reworked.
  stv0367: change default value for AGC register.
  stv0367: implement uncorrected blocks counter.
  cx23885, cimax2.c: Fix case of two CAM insertion irq.
  Fix CI code for NetUP Dual  DVB-T/C CI RF card
  Force xc5000 firmware loading for NetUP Dual  DVB-T/C CI RF card

Igor M. Liplianin (14):
  Altera FPGA firmware download module.
  Altera FPGA based CI driver module.
  Support for stv0367 multi-standard demodulator.
  xc5000: add support for DVB-C tuning.
  Initial commit to support NetUP Dual DVB-T/C CI RF card.
  cx23885: implement tuner_bus parameter for cx23885_board structure.
  cx23885: implement num_fds_portb, num_fds_portc parameters for 
cx23885_board structure.
  stv0367: Fix potential divide error
  cx23885: remove duplicate set interrupt mask
  stv0367: coding style corrections
  cx25840: Fix subdev registration and typo in cx25840-core.c
  cx23885: 0xe becomes 0xc again for NetUP Dual DVB-S2
  cx23885: disable MSI for NetUP cards, otherwise CI is not working
  cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID 
filter.

 drivers/media/common/tuners/xc5000.c|   18 +
 drivers/media/dvb/frontends/Kconfig |7 +
 drivers/media/dvb/frontends/Makefile|1 +
 drivers/media/dvb/frontends/stv0367.c   | 3419 +
 drivers/media/dvb/frontends/stv0367.h   |   62 +
 drivers/media/dvb/frontends/stv0367_priv.h  |  211 ++
 drivers/media/dvb/frontends/stv0367_regs.h  | 3614 +++
 drivers/media/video/cx23885/Kconfig |   12 +-
 drivers/media/video/cx23885/Makefile|1 +
 drivers/media/video/cx23885/altera-ci.c |  841 +++
 drivers/media/video/cx23885/altera-ci.h |  102 +
 drivers/media/video/cx23885/cimax2.c|   24 +-
 drivers/media/video/cx23885/cx23885-cards.c |  116 +-
 drivers/media/video/cx23885/cx23885-core.c  |   35 +-
 drivers/media/video/cx23885/cx23885-dvb.c   |  175 ++-
 drivers/media/video/cx23885/cx23885-reg.h   |1 +
 drivers/media/video/cx23885/cx23885-video.c |7 +-
 drivers/media/video/cx23885/cx23885.h   |7 +-
 drivers/media/video/cx25840/cx25840-core.c  |4 +-
 drivers/misc/Kconfig|1 +
 drivers/misc/Makefile   |1 +
 drivers/misc/stapl-altera/Kconfig   |8 +
 drivers/misc/stapl-altera/Makefile  |3 +
 drivers/misc/stapl-altera/altera.c  | 2739 
 drivers/misc/stapl-altera/jbicomp.c |  163 ++
 drivers/misc/stapl-altera/jbiexprt.h|   94 +
 drivers/misc/stapl-altera/jbijtag.c | 1038 
 drivers/misc/stapl-altera/jbijtag.h |   83 +
 drivers/misc/stapl-altera/jbistub.c |   70 +
 include/misc/altera.h   |   49 +
 30 files changed, 12872 insertions(+), 34 deletions(-)
 create mode 100644 drivers/media/dvb/frontends/stv0367.c
 create mode 100644 drivers/media/dvb/frontends/stv0367.h
 create mode 100644 drivers/media/dvb/frontends/stv0367_priv.h
 create mode 100644 drivers/media/dvb/frontends/stv0367_regs.h
 create mode 100644 drivers/media/video/cx23885/altera-ci.c
 create mode 100644 drivers/media/video/cx23885/altera-ci.h
 create mode 100644 drivers/misc/stapl-altera/Kconfig
 create mode 100644 drivers/misc/stapl-altera/Makefile
 create mode 100644 drivers/misc/stapl-altera/altera.c
 create mode 100644 drivers/misc/stapl-altera/jbicomp.c
 create mode 100644 drivers/misc/stapl-altera/jbiexprt.h
 create mode 100644 drivers/misc/stapl-altera/jbijtag.c
 create mode 100644 drivers/misc/stapl-altera/jbijtag.h
 create mode 100644 drivers/misc/stapl-altera/jbistub.c
 create mode 100644 include/misc/altera.h
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-03 Thread Igor M. Liplianin
Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. 
http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF

Features:

PCI-e x1  
Supports two DVB-T/DVB-C transponders simultaneously
Supports two analog audio/video channels simultaneously
Independent descrambling of two transponders
Hardware PID filtering

Components:

Conexant CX23885 
STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip receiver
Xceive XC5000 silicon TV tuner
Altera FPGA for Common Interafce

The following changes since commit c8dd732fd119ce6d562d5fa82a10bbe75a376575:

  V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of sn9c102 
(2010-10-01 
18:14:35 -0300)

are available in the git repository at:
  http://udev.netup.ru/git/v4l-dvb.git netup-for-media-tree

Abylay Ospan (6):
  cx23885: Altera FPGA CI interface reworked.
  stv0367: change default value for AGC register.
  stv0367: implement uncorrected blocks counter.
  cx23885, cimax2.c: Fix case of two CAM insertion irq.
  Fix CI code for NetUP Dual  DVB-T/C CI RF card
  Force xc5000 firmware loading for NetUP Dual  DVB-T/C CI RF card

Igor M. Liplianin (14):
  Altera FPGA firmware download module.
  Altera FPGA based CI driver module.
  Support for stv0367 multi-standard demodulator.
  xc5000: add support for DVB-C tuning.
  Initial commit to support NetUP Dual DVB-T/C CI RF card.
  cx23885: implement tuner_bus parameter for cx23885_board structure.
  cx23885: implement num_fds_portb, num_fds_portc parameters for 
cx23885_board structure.
  stv0367: Fix potential divide error
  cx23885: remove duplicate set interrupt mask
  stv0367: coding style corrections
  cx25840: Fix subdev registration and typo in cx25840-core.c
  cx23885: 0xe becomes 0xc again for NetUP Dual DVB-S2
  cx23885: disable MSI for NetUP cards, otherwise CI is not working
  cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID 
filter.

 drivers/media/common/tuners/xc5000.c|   18 +
 drivers/media/dvb/frontends/Kconfig |7 +
 drivers/media/dvb/frontends/Makefile|1 +
 drivers/media/dvb/frontends/stv0367.c   | 3419 +
 drivers/media/dvb/frontends/stv0367.h   |   62 +
 drivers/media/dvb/frontends/stv0367_priv.h  |  211 ++
 drivers/media/dvb/frontends/stv0367_regs.h  | 3614 +++
 drivers/media/video/cx23885/Kconfig |   12 +-
 drivers/media/video/cx23885/Makefile|1 +
 drivers/media/video/cx23885/altera-ci.c |  841 +++
 drivers/media/video/cx23885/altera-ci.h |  102 +
 drivers/media/video/cx23885/cimax2.c|   24 +-
 drivers/media/video/cx23885/cx23885-cards.c |  116 +-
 drivers/media/video/cx23885/cx23885-core.c  |   35 +-
 drivers/media/video/cx23885/cx23885-dvb.c   |  175 ++-
 drivers/media/video/cx23885/cx23885-reg.h   |1 +
 drivers/media/video/cx23885/cx23885-video.c |7 +-
 drivers/media/video/cx23885/cx23885.h   |7 +-
 drivers/media/video/cx25840/cx25840-core.c  |4 +-
 drivers/misc/Kconfig|1 +
 drivers/misc/Makefile   |1 +
 drivers/misc/stapl-altera/Kconfig   |8 +
 drivers/misc/stapl-altera/Makefile  |3 +
 drivers/misc/stapl-altera/altera.c  | 2739 
 drivers/misc/stapl-altera/jbicomp.c |  163 ++
 drivers/misc/stapl-altera/jbiexprt.h|   94 +
 drivers/misc/stapl-altera/jbijtag.c | 1038 
 drivers/misc/stapl-altera/jbijtag.h |   83 +
 drivers/misc/stapl-altera/jbistub.c |   70 +
 include/misc/altera.h   |   49 +
 30 files changed, 12872 insertions(+), 34 deletions(-)
 create mode 100644 drivers/media/dvb/frontends/stv0367.c
 create mode 100644 drivers/media/dvb/frontends/stv0367.h
 create mode 100644 drivers/media/dvb/frontends/stv0367_priv.h
 create mode 100644 drivers/media/dvb/frontends/stv0367_regs.h
 create mode 100644 drivers/media/video/cx23885/altera-ci.c
 create mode 100644 drivers/media/video/cx23885/altera-ci.h
 create mode 100644 drivers/misc/stapl-altera/Kconfig
 create mode 100644 drivers/misc/stapl-altera/Makefile
 create mode 100644 drivers/misc/stapl-altera/altera.c
 create mode 100644 drivers/misc/stapl-altera/jbicomp.c
 create mode 100644 drivers/misc/stapl-altera/jbiexprt.h
 create mode 100644 drivers/misc/stapl-altera/jbijtag.c
 create mode 100644 drivers/misc/stapl-altera/jbijtag.h
 create mode 100644 drivers/misc/stapl-altera/jbistub.c
 create mode 100644 include/misc/altera.h
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html