diff options
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 2016-03-02 09:30:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-04-20 12:37:32 -0400 |
commit | 704a84ccdbf19fdce9adfda0b936dfdcac52fa49 (patch) | |
tree | f26e7c092581d921245d49a3ca90b95b6c66248f /MAINTAINERS | |
parent | 0ff59f3190ba7b380ca4387dab5eb69d2b8f4d23 (diff) |
[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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2ec50793c3ba..bfcb7ea42e20 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -11258,6 +11258,14 @@ W: https://linuxtv.org | |||
11258 | S: Odd Fixes | 11258 | S: Odd Fixes |
11259 | F: drivers/media/pci/tw68/ | 11259 | F: drivers/media/pci/tw68/ |
11260 | 11260 | ||
11261 | TW686X VIDEO4LINUX DRIVER | ||
11262 | M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | ||
11263 | L: linux-media@vger.kernel.org | ||
11264 | T: git git://linuxtv.org/media_tree.git | ||
11265 | W: http://linuxtv.org | ||
11266 | S: Maintained | ||
11267 | F: drivers/media/pci/tw686x/ | ||
11268 | |||
11261 | TPM DEVICE DRIVER | 11269 | TPM DEVICE DRIVER |
11262 | M: Peter Huewe <peterhuewe@gmx.de> | 11270 | M: Peter Huewe <peterhuewe@gmx.de> |
11263 | M: Marcel Selhorst <tpmdd@selhorst.net> | 11271 | M: Marcel Selhorst <tpmdd@selhorst.net> |