public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] add linux driver for chip TLG2300
@ 2009-11-20  3:24 Huang Shijie
  2009-11-20  3:24 ` [PATCH 01/11] modify video's Kconfig and Makefile for tlg2300 Huang Shijie
  2009-12-09 19:08 ` [PATCH 00/11] add linux driver for chip TLG2300 Mauro Carvalho Chehab
  0 siblings, 2 replies; 21+ messages in thread
From: Huang Shijie @ 2009-11-20  3:24 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, Huang Shijie

The TLG2300 is a chip of Telegent System.
It support analog tv,DVB-T and radio in a single chip.
The chip has been used in several dongles, such as aeromax DH-9000:
	http://www.b2bdvb.com/dh-9000.htm

You can get more info from:
	[1] http://www.telegent.com/
	[2] http://www.telegent.com/press/2009Sept14_CSI.html

Huang Shijie (10):
  add maitainers for tlg2300
  add readme file for tlg2300
  add Kconfig and Makefile for tlg2300
  add header files for tlg2300
  add the generic file
  add video file for tlg2300
  add vbi code for tlg2300
  add audio support for tlg2300
  add DVB-T support for tlg2300
  add FM support for tlg2300

root (1):
  modify video's Kconfig and Makefile for tlg2300

 Documentation/video4linux/README.tlg2300  |  229 ++++
 MAINTAINERS                               |    6 +
 drivers/media/video/Kconfig               |    2 +
 drivers/media/video/Makefile              |    1 +
 drivers/media/video/tlg2300/Kconfig       |   16 +
 drivers/media/video/tlg2300/Makefile      |    9 +
 drivers/media/video/tlg2300/pd-alsa.c     |  379 +++++++
 drivers/media/video/tlg2300/pd-bufqueue.c |  185 ++++
 drivers/media/video/tlg2300/pd-common.h   |  318 ++++++
 drivers/media/video/tlg2300/pd-dvb.c      |  649 ++++++++++++
 drivers/media/video/tlg2300/pd-main.c     |  546 ++++++++++
 drivers/media/video/tlg2300/pd-radio.c    |  383 +++++++
 drivers/media/video/tlg2300/pd-vbi.c      |  183 ++++
 drivers/media/video/tlg2300/pd-video.c    | 1636 +++++++++++++++++++++++++++++
 drivers/media/video/tlg2300/vendorcmds.h  |  243 +++++
 15 files changed, 4785 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/video4linux/README.tlg2300
 create mode 100644 drivers/media/video/tlg2300/Kconfig
 create mode 100644 drivers/media/video/tlg2300/Makefile
 create mode 100644 drivers/media/video/tlg2300/pd-alsa.c
 create mode 100644 drivers/media/video/tlg2300/pd-bufqueue.c
 create mode 100644 drivers/media/video/tlg2300/pd-common.h
 create mode 100644 drivers/media/video/tlg2300/pd-dvb.c
 create mode 100644 drivers/media/video/tlg2300/pd-main.c
 create mode 100644 drivers/media/video/tlg2300/pd-radio.c
 create mode 100644 drivers/media/video/tlg2300/pd-vbi.c
 create mode 100644 drivers/media/video/tlg2300/pd-video.c
 create mode 100644 drivers/media/video/tlg2300/vendorcmds.h


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

end of thread, other threads:[~2010-01-12  1:59 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20  3:24 [PATCH 00/11] add linux driver for chip TLG2300 Huang Shijie
2009-11-20  3:24 ` [PATCH 01/11] modify video's Kconfig and Makefile for tlg2300 Huang Shijie
2009-11-20  3:24   ` [PATCH 02/11] add maitainers " Huang Shijie
     [not found]     ` <1258687493-4012-4-git-send-email-shijie8@gmail.com>
2009-11-20  3:24       ` [PATCH 04/11] add Kconfig and Makefile " Huang Shijie
2009-11-20  3:24         ` [PATCH 05/11] add header files " Huang Shijie
2009-11-20  3:24           ` [PATCH 06/11] add the generic file Huang Shijie
2009-11-20  3:24             ` [PATCH 07/11] add video file for tlg2300 Huang Shijie
2009-11-20  3:24               ` [PATCH 08/11] add vbi code " Huang Shijie
2009-11-20  3:24                 ` [PATCH 09/11] add audio support " Huang Shijie
2009-11-20  3:24                   ` [PATCH 10/11] add DVB-T " Huang Shijie
2009-11-20  3:24                     ` [PATCH 11/11] add FM " Huang Shijie
2009-12-09 19:04                       ` Mauro Carvalho Chehab
2009-12-09 18:56                     ` [PATCH 10/11] add DVB-T " Mauro Carvalho Chehab
2009-12-09 18:52                   ` [PATCH 09/11] add audio " Mauro Carvalho Chehab
2009-12-09 18:51                 ` [PATCH 08/11] add vbi code " Mauro Carvalho Chehab
2009-12-09 18:48               ` [PATCH 07/11] add video file " Mauro Carvalho Chehab
2009-11-23  3:25             ` [PATCH 06/11] add the generic file Huang Shijie
2009-12-09 18:12             ` Mauro Carvalho Chehab
2009-12-09 19:08 ` [PATCH 00/11] add linux driver for chip TLG2300 Mauro Carvalho Chehab
2010-01-11 13:24   ` Mauro Carvalho Chehab
2010-01-12  1:52     ` Huang Shijie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox