linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [media 0/7] Driver bundle for PT3 & PX-Q3PE
@ 2016-02-15  6:08 info
  2016-02-15  6:08 ` [media 1/7] raise adapter number limit info
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: info @ 2016-02-15  6:08 UTC (permalink / raw)
  To: linux-media
  Cc: Буди Романто, AreMa Inc,
	linux-kernel, crope, m.chehab, mchehab, hdegoede,
	laurent.pinchart, mkrufky, sylvester.nawrocki, g.liakhovetski,
	peter.senna

From: Буди Романто, AreMa Inc <knightrider@are.ma>

Polished driver bundle for PT3 & PX-Q3PE, two of the most powerful ISDB-S/ISDB-T receiver cards
currently available in Japan. Useless features are removed.

Main Components:
A. PT3 (2 ISDB-S + 2 ISDB-T receiver)
 1. Altera	EP4CGX15BF14C8N	: customized FPGA PCI bridge
 2. Toshiba	TC90522XBG	: quad demodulator (2ch OFDM + 2ch 8PSK)
 3. Sharp	VA4M6JC2103	: contains 2 ISDB-S + 2 ISDB-T tuners
	ISDB-S : Sharp QM1D1C0042 RF-IC
	ISDB-T : MaxLinear CMOS Hybrid TV MxL301RF

B. PX-Q3PE (4 ISDB-S + 4 ISDB-T receiver)
 1. ASICEN	ASV5220		: PCI-E bridge
 2. Toshiba	TC90522XBG	: quad demodulator (2ch OFDM + 2ch 8PSK)
 3. NXP Semiconductors TDA20142	: ISDB-S tuner
 4. Newport Media NM120		: ISDB-T tuner

Буди Романто, AreMa Inc (7):
  raise adapter number limit
  add NXP tda2014x & Newport Media nm120/130/131 tuners
  drop backstabbing drivers
  Toshiba TC90522XBG quad demodulator (2ch OFDM + 2ch 8PSK) used by both PT3 & PX-Q3PE
  MaxLinear MxL301RF ISDB-T tuner
  Sharp QM1D1C0042 ISDB-S tuner
  PCI bridge driver for PT3 & PXQ3PE

 drivers/media/dvb-core/dvbdev.h       |   2 +-
 drivers/media/dvb-frontends/tc90522.c | 959 +++++++---------------------------
 drivers/media/dvb-frontends/tc90522.h |  36 +-
 drivers/media/pci/Kconfig             |   2 +-
 drivers/media/pci/Makefile            |   2 +-
 drivers/media/pci/pt3/Kconfig         |  10 -
 drivers/media/pci/pt3/Makefile        |   8 -
 drivers/media/pci/pt3/pt3.c           | 873 -------------------------------
 drivers/media/pci/pt3/pt3.h           | 186 -------
 drivers/media/pci/pt3/pt3_dma.c       | 225 --------
 drivers/media/pci/pt3/pt3_i2c.c       | 240 ---------
 drivers/media/pci/ptx/Kconfig         |  21 +
 drivers/media/pci/ptx/Makefile        |   8 +
 drivers/media/pci/ptx/pt3_pci.c       | 509 ++++++++++++++++++
 drivers/media/pci/ptx/ptx_common.c    | 215 ++++++++
 drivers/media/pci/ptx/ptx_common.h    |  68 +++
 drivers/media/pci/ptx/pxq3pe_pci.c    | 607 +++++++++++++++++++++
 drivers/media/tuners/Kconfig          |  14 +
 drivers/media/tuners/Makefile         |   2 +
 drivers/media/tuners/mxl301rf.c       | 468 +++++++----------
 drivers/media/tuners/mxl301rf.h       |  19 +-
 drivers/media/tuners/nm131.c          | 272 ++++++++++
 drivers/media/tuners/nm131.h          |  13 +
 drivers/media/tuners/qm1d1c0042.c     | 566 +++++++-------------
 drivers/media/tuners/qm1d1c0042.h     |  30 +-
 drivers/media/tuners/tda2014x.c       | 356 +++++++++++++
 drivers/media/tuners/tda2014x.h       |  13 +
 27 files changed, 2691 insertions(+), 3033 deletions(-)
 delete mode 100644 drivers/media/pci/pt3/Kconfig
 delete mode 100644 drivers/media/pci/pt3/Makefile
 delete mode 100644 drivers/media/pci/pt3/pt3.c
 delete mode 100644 drivers/media/pci/pt3/pt3.h
 delete mode 100644 drivers/media/pci/pt3/pt3_dma.c
 delete mode 100644 drivers/media/pci/pt3/pt3_i2c.c
 create mode 100644 drivers/media/pci/ptx/Kconfig
 create mode 100644 drivers/media/pci/ptx/Makefile
 create mode 100644 drivers/media/pci/ptx/pt3_pci.c
 create mode 100644 drivers/media/pci/ptx/ptx_common.c
 create mode 100644 drivers/media/pci/ptx/ptx_common.h
 create mode 100644 drivers/media/pci/ptx/pxq3pe_pci.c
 create mode 100644 drivers/media/tuners/nm131.c
 create mode 100644 drivers/media/tuners/nm131.h
 create mode 100644 drivers/media/tuners/tda2014x.c
 create mode 100644 drivers/media/tuners/tda2014x.h

-- 
2.3.10


^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [PATCH] This patch allows the Terratec Cinergy HTC Stick HD (0ccb:0101) to be used to watch DVB-T.
  2016-08-06 15:03 ` Gerard H. Pille
@ 2016-08-06 22:00 kbuild test robot
  2016-08-06 15:03 ` Gerard H. Pille
  0 siblings, 1 reply; 14+ messages in thread
From: kbuild test robot @ 2016-08-06 22:00 UTC (permalink / raw)
  To: Gerard H. Pille; +Cc: kbuild-all, linux-media, Gerard H. Pille

Hi Gerard,

[auto build test WARNING on linuxtv-media/master]
[also build test WARNING on v4.7 next-20160805]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Gerard-H-Pille/This-patch-allows-the-Terratec-Cinergy-HTC-Stick-HD-0ccb-0101-to-be-used-to-watch-DVB-T/20160807-042525
base:   git://linuxtv.org/media_tree.git master


coccinelle warnings: (new ones prefixed by >>)

>> drivers/media/dvb-frontends/si2165.c:1192:3-8: No need to set .owner here. The core will do it.

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

end of thread, other threads:[~2016-08-06 22:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15  6:08 [media 0/7] Driver bundle for PT3 & PX-Q3PE info
2016-02-15  6:08 ` [media 1/7] raise adapter number limit info
2016-02-15 11:25   ` Peter Senna Tschudin
2016-02-15  6:08 ` [media 2/7] add NXP tda2014x & Newport Media nm120/130/131 tuners info
2016-02-15  6:08 ` [media 3/7] drop backstabbing drivers info
2016-02-15  6:08 ` [media 4/7] Toshiba TC90522XBG quad demodulator (2ch OFDM + 2ch 8PSK) used by both PT3 & PX-Q3PE info
2016-02-15  6:08 ` [media 5/7] MaxLinear MxL301RF ISDB-T tuner info
2016-02-15  6:08 ` [media 6/7] Sharp QM1D1C0042 ISDB-S tuner info
2016-02-15  6:08 ` [media 7/7] PCI bridge driver for PT3 & PXQ3PE info
2016-02-15  6:23   ` kbuild test robot
2016-02-15  6:47   ` kbuild test robot
2016-02-15  7:34   ` kbuild test robot
2016-02-15  7:34   ` [PATCH] fix platform_no_drv_owner.cocci warnings kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2016-08-06 22:00 [PATCH] This patch allows the Terratec Cinergy HTC Stick HD (0ccb:0101) to be used to watch DVB-T kbuild test robot
2016-08-06 15:03 ` Gerard H. Pille
2016-08-06 22:00   ` [PATCH] fix platform_no_drv_owner.cocci warnings kbuild test robot

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).