[media] cec: add HDMI CEC framework (api)
authorHans Verkuil <hans.verkuil@cisco.com>
Sat, 25 Jun 2016 12:44:43 +0000 (09:44 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 28 Jun 2016 12:59:24 +0000 (09:59 -0300)
commitca684386e6e21ba1511061f71577cdb6c3f2b3d3
tree34da23d3ec28ac132327fbd381f05cb6acb829ab
parent9881fe0ca187c213eb3a6a8e78e45ad4d1cec171
[media] cec: add HDMI CEC framework (api)

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-api.c source that deals with the public CEC API
and the Kconfig/Makefile plumbing.

The MAINTAINERS file is also updated.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
[k.debski@samsung.com: code cleanup and fixes]
Signed-off-by: Kamil Debski <kamil@wypas.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
MAINTAINERS
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/cec/Kconfig [new file with mode: 0644]
drivers/staging/media/cec/Makefile [new file with mode: 0644]
drivers/staging/media/cec/cec-api.c [new file with mode: 0644]
This page took 0.026125 seconds and 5 git commands to generate.