OSDN Git Service

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)
commitd30c4ffc06113d280fd7b5294ab384658a70c1f1
treea5a355f9c47ee560c32c3f55ba8ebe8c0eab76a1
parentdea255334c97c61b112dc29b77cd1d0ed4b79fca
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