[media] media: Support Intersil/Techwell TW686x-based video capture cards
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Wed, 2 Mar 2016 14:30:16 +0000 (11:30 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 20 Apr 2016 16:37:32 +0000 (13:37 -0300)
commit704a84ccdbf19fdce9adfda0b936dfdcac52fa49
treef26e7c092581d921245d49a3ca90b95b6c66248f
parent0ff59f3190ba7b380ca4387dab5eb69d2b8f4d23
[media] media: Support Intersil/Techwell TW686x-based video capture cards

This commit introduces the support for the Techwell TW686x video
capture IC. This hardware supports a few DMA modes, including
scatter-gather and frame (contiguous).

This commit makes little use of the DMA engine and instead has
a memcpy based implementation. DMA frame and scatter-gather modes
support may be added in the future.

Currently supported chips:
- TW6864 (4 video channels),
- TW6865 (4 video channels, not tested, second generation chip),
- TW6868 (8 video channels but only 4 first channels using
           built-in video decoder are supported, not tested),
- TW6869 (8 video channels, second generation chip).

[mchehab@osg.samsung.com: make checkpatch happy by using "unsigned int"
  instead  of just "unsigned"]
Cc: Krzysztof Halasa <khalasa@piap.pl>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
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>
MAINTAINERS
drivers/media/pci/Kconfig
drivers/media/pci/Makefile
drivers/media/pci/tw686x/Kconfig [new file with mode: 0644]
drivers/media/pci/tw686x/Makefile [new file with mode: 0644]
drivers/media/pci/tw686x/tw686x-audio.c [new file with mode: 0644]
drivers/media/pci/tw686x/tw686x-core.c [new file with mode: 0644]
drivers/media/pci/tw686x/tw686x-regs.h [new file with mode: 0644]
drivers/media/pci/tw686x/tw686x-video.c [new file with mode: 0644]
drivers/media/pci/tw686x/tw686x.h [new file with mode: 0644]
This page took 0.028605 seconds and 5 git commands to generate.