[media] tw68: add original tw68 code
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 3 Sep 2014 06:31:07 +0000 (03:31 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 4 Sep 2014 14:25:01 +0000 (11:25 -0300)
commit5740f4e75f713015067e2667a52bd3b35ef91e07
tree9b58a95433a0e3db4fa4f152e8ef2e76e036efc3
parent89fffac802c18caebdf4e91c0785b522c9f6399a
[media] tw68: add original tw68 code

This tw68 driver has been out-of-tree for many years on gitorious:
https://gitorious.org/tw68/tw68-v2.

This copies that code to the kernel as a record of that original code.

Note that William Brack's email address in these sources is no longer
valid and I have not been able to contact him. However, all the code is
standard GPL.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/pci/tw68/tw68-cards.c [new file with mode: 0644]
drivers/media/pci/tw68/tw68-core.c [new file with mode: 0644]
drivers/media/pci/tw68/tw68-i2c.c [new file with mode: 0644]
drivers/media/pci/tw68/tw68-reg.h [new file with mode: 0644]
drivers/media/pci/tw68/tw68-risc.c [new file with mode: 0644]
drivers/media/pci/tw68/tw68-ts.c [new file with mode: 0644]
drivers/media/pci/tw68/tw68-tvaudio.c [new file with mode: 0644]
drivers/media/pci/tw68/tw68-vbi.c [new file with mode: 0644]
drivers/media/pci/tw68/tw68-video.c [new file with mode: 0644]
drivers/media/pci/tw68/tw68.h [new file with mode: 0644]