]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cec: move the CEC framework out of staging and to media
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 2 Nov 2016 10:25:28 +0000 (08:25 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 16 Nov 2016 17:40:20 +0000 (15:40 -0200)
commit1ecafcb4b2c25ed407e3825fd300d026895d94b7
tree633cbfbfed04251cbdb35fe158ad81ee8ed380ef
parent27cdeec1f37f54f3ae9af5835a5d52ef6a502466
[media] cec: move the CEC framework out of staging and to media

The last open issues have been addressed, so it is time to move
this out of staging and into the mainline and to move the public
cec headers to include/uapi/linux.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
28 files changed:
Documentation/media/Makefile
drivers/media/Kconfig
drivers/media/Makefile
drivers/media/cec/Makefile [new file with mode: 0644]
drivers/media/cec/cec-adap.c [new file with mode: 0644]
drivers/media/cec/cec-api.c [new file with mode: 0644]
drivers/media/cec/cec-core.c [new file with mode: 0644]
drivers/media/cec/cec-priv.h [new file with mode: 0644]
drivers/media/i2c/Kconfig
drivers/media/platform/vivid/Kconfig
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/cec/Kconfig [deleted file]
drivers/staging/media/cec/Makefile [deleted file]
drivers/staging/media/cec/TODO [deleted file]
drivers/staging/media/cec/cec-adap.c [deleted file]
drivers/staging/media/cec/cec-api.c [deleted file]
drivers/staging/media/cec/cec-core.c [deleted file]
drivers/staging/media/cec/cec-priv.h [deleted file]
drivers/staging/media/pulse8-cec/Kconfig
drivers/staging/media/s5p-cec/Kconfig
drivers/staging/media/st-cec/Kconfig
include/linux/cec-funcs.h [deleted file]
include/linux/cec.h [deleted file]
include/media/cec.h
include/uapi/linux/Kbuild
include/uapi/linux/cec-funcs.h [new file with mode: 0644]
include/uapi/linux/cec.h [new file with mode: 0644]