]> git.baikalelectronics.ru Git - kernel.git/commit
media: atmel-isc: Add support for BT656 with CRC decoding
authorKen Sloat <ksloat@aampglobal.com>
Mon, 4 Feb 2019 14:18:13 +0000 (09:18 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 19 Mar 2019 17:57:06 +0000 (13:57 -0400)
commite61502acfda4bf3e120f62e1f1cf9c943a12f789
treea5a355f9c47ee560c32c3f55ba8ebe8c0eab76a1
parent437a2a135394bdb9ae3f5273477c9728e5d1986a
media: atmel-isc: Add support for BT656 with CRC decoding

The ISC driver currently supports ITU-R 601 encoding which
utilizes the external hsync and vsync signals. ITU-R 656
format removes the need for these pins by embedding the
sync pulses within the data packet.

To support this feature, enable necessary register bits
when this feature is enabled via device tree.

Signed-off-by: Ken Sloat <ksloat@aampglobal.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/atmel/atmel-isc-regs.h
drivers/media/platform/atmel/atmel-isc.c