[media] cec: add HDMI CEC framework (core)
authorHans Verkuil <hans.verkuil@cisco.com>
Sat, 25 Jun 2016 12:43:58 +0000 (09:43 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 28 Jun 2016 12:57:42 +0000 (09:57 -0300)
commita56960e8b406d36b612776c79134b954adc2ca18
treea84990f0a3f3d52dfb656ad953dd9e7d1741cb43
parent50f7d5a65e5a31e92a9d46663770cd9509f939a2
[media] cec: add HDMI CEC framework (core)

The added HDMI CEC framework provides a generic kernel interface for
HDMI CEC devices.

Note that the CEC framework is added to staging/media and that the
cec.h and cec-funcs.h headers are not exported yet. While the kABI
is mature, I would prefer to allow the uABI some more time before
it is mainlined in case it needs more tweaks.

This adds the cec-core.c, media/cec.h and cec-priv.h sources.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
[k.debski@samsung.com: Merged CEC Updates commit by Hans Verkuil]
[k.debski@samsung.com: Merged Update author commit by Hans Verkuil]
[k.debski@samsung.com: code cleanup and fixes]
[k.debski@samsung.com: add missing CEC commands to match spec]
[k.debski@samsung.com: add RC framework support]
[k.debski@samsung.com: move and edit documentation]
[k.debski@samsung.com: add vendor id reporting]
[k.debski@samsung.com: reorder of API structs and add reserved fields]
[k.debski@samsung.com: fix handling of events and fix 32/64bit timespec problem]
[k.debski@samsung.com: add sequence number handling]
[k.debski@samsung.com: add passthrough mode]
[k.debski@samsung.com: fix CEC defines, add missing CEC 2.0 commands]
Signed-off-by: Kamil Debski <kamil@wypas.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/cec/cec-core.c [new file with mode: 0644]
drivers/staging/media/cec/cec-priv.h [new file with mode: 0644]
include/media/cec.h [new file with mode: 0644]
This page took 0.029055 seconds and 5 git commands to generate.