diff options
author | Charles-Antoine Couret <charles-antoine.couret@nexvision.fr> | 2016-09-15 17:29:51 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-19 19:36:24 +0200 |
commit | 7aae6e2df127f9f7a96c21e21a277dd7ff063e6a (patch) | |
tree | 94038d09adda4f7f4b2f2b289fa8a99a54a66b29 /MAINTAINERS | |
parent | [media] videodev2.h.rst.exceptions: fix warnings (diff) | |
download | linux-7aae6e2df127f9f7a96c21e21a277dd7ff063e6a.tar.xz linux-7aae6e2df127f9f7a96c21e21a277dd7ff063e6a.zip |
[media] Add GS1662 driver, a video serializer
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index de23660823b8..5678e50fc13a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5259,6 +5259,13 @@ L: netdev@vger.kernel.org S: Maintained F: drivers/net/ethernet/aeroflex/ +GS1662 VIDEO SERIALIZER +M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr> +L: linux-media@vger.kernel.org +T: git git://linuxtv.org/media_tree.git +S: Maintained +F: drivers/media/spi/gs1662.c + GSPCA FINEPIX SUBDRIVER M: Frank Zago <frank@zago.net> L: linux-media@vger.kernel.org |