]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] TW686x frame grabber driver
authorKrzysztof Hałasa <khalasa@piap.pl>
Fri, 11 Mar 2016 12:23:16 +0000 (09:23 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 20 Apr 2016 16:28:23 +0000 (13:28 -0300)
commit0ff59f3190ba7b380ca4387dab5eb69d2b8f4d23
tree99b50c3ca185ab447d1695adc91ac3d6ab030545
parent5ed470feb9a121582dbd455c72b133dc1a856a0a
[media] TW686x frame grabber driver

A driver for Intersil/Techwell TW686x-based PCIe frame grabbers.

[hans.verkuil@cisco.com: renamed staging tw686x to tw686x-kh to prevent naming conflicts]
[hans.verkuil@cisco.com: don't build tw686x-kh if tw686x is already selected to prevent conflicts]
[mchehab@osg.samsung.com: use "unsigned int" instead of just "unsigned"  and add some whitespaces to make checkpatch happier]
Signed-off-by: Krzysztof Halasa <khalasa@piap.pl>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Tested-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/tw686x-kh/Kconfig [new file with mode: 0644]
drivers/staging/media/tw686x-kh/Makefile [new file with mode: 0644]
drivers/staging/media/tw686x-kh/TODO [new file with mode: 0644]
drivers/staging/media/tw686x-kh/tw686x-kh-core.c [new file with mode: 0644]
drivers/staging/media/tw686x-kh/tw686x-kh-regs.h [new file with mode: 0644]
drivers/staging/media/tw686x-kh/tw686x-kh-video.c [new file with mode: 0644]
drivers/staging/media/tw686x-kh/tw686x-kh.h [new file with mode: 0644]