[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)
commit0dbacebede1e4e44bf500f94d692fad05eb2c293
tree633cbfbfed04251cbdb35fe158ad81ee8ed380ef
parenta69a168a1bd470cb8a8c5f2ff4b54463de615226
[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>
21 files changed:
Documentation/media/Makefile
drivers/media/Kconfig
drivers/media/Makefile
drivers/media/cec/Makefile [moved from drivers/staging/media/cec/Makefile with 70% similarity]
drivers/media/cec/cec-adap.c [moved from drivers/staging/media/cec/cec-adap.c with 100% similarity]
drivers/media/cec/cec-api.c [moved from drivers/staging/media/cec/cec-api.c with 100% similarity]
drivers/media/cec/cec-core.c [moved from drivers/staging/media/cec/cec-core.c with 100% similarity]
drivers/media/cec/cec-priv.h [moved from drivers/staging/media/cec/cec-priv.h with 100% similarity]
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/TODO [deleted file]
drivers/staging/media/pulse8-cec/Kconfig
drivers/staging/media/s5p-cec/Kconfig
drivers/staging/media/st-cec/Kconfig
include/media/cec.h
include/uapi/linux/Kbuild
include/uapi/linux/cec-funcs.h [moved from include/linux/cec-funcs.h with 99% similarity]
include/uapi/linux/cec.h [moved from include/linux/cec.h with 99% similarity]