V4L/DVB (7786): cx18: new driver for the Conexant CX23418 MPEG encoder chip
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 28 Apr 2008 23:24:33 +0000 (20:24 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 29 Apr 2008 21:41:41 +0000 (18:41 -0300)
commit1c1e45d17b663d4749af456ab7c2fc1f36405ef8
tree03704d6fd888c4c617baa81a60df0d80815b2607
parentd74bee8b4776b5051c650a90f49a2022d46d8588
V4L/DVB (7786): cx18: new driver for the Conexant CX23418 MPEG encoder chip

Many thanks to Steve Toth from Hauppauge and Nattu Dakshinamurthy from
Conexant for their support. I am in particular thankful to Hauppauge
since without their help this driver would not exist. It should also
be noted that Steve did the work to get the DVB part up and running.
Thank you!

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: G. Andrew Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
47 files changed:
Documentation/video4linux/cx18.txt [new file with mode: 0644]
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/cx18/Kconfig [new file with mode: 0644]
drivers/media/video/cx18/Makefile [new file with mode: 0644]
drivers/media/video/cx18/cx18-audio.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-audio.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-av-audio.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-av-core.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-av-core.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-av-firmware.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-av-vbi.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-cards.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-cards.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-controls.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-controls.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-driver.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-driver.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-dvb.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-dvb.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-fileops.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-fileops.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-firmware.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-firmware.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-gpio.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-gpio.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-i2c.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-i2c.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-ioctl.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-ioctl.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-irq.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-irq.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-mailbox.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-mailbox.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-queue.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-queue.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-scb.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-scb.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-streams.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-streams.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-vbi.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-vbi.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-version.h [new file with mode: 0644]
drivers/media/video/cx18/cx18-video.c [new file with mode: 0644]
drivers/media/video/cx18/cx18-video.h [new file with mode: 0644]
drivers/media/video/cx18/cx23418.h [new file with mode: 0644]
include/media/v4l2-chip-ident.h