]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] move s5p-cec to staging
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 28 Jun 2016 14:36:02 +0000 (11:36 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 28 Jun 2016 14:42:16 +0000 (11:42 -0300)
commit78fc853b5532b22639e691357fd59aa19833d81a
tree356341e78d2634add122ec6dbc81dbcd4fcb5bef
parent6f8adea2b64f7e1215a99935ea079284488736d5
[media] move s5p-cec to staging

As the CEC core is currently at staging, it doesn't make any sense
to put a dependent driver outside staging. So, move it also to
staging.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13 files changed:
MAINTAINERS
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/s5p-cec/Kconfig [new file with mode: 0644]
drivers/staging/media/s5p-cec/Makefile [moved from drivers/media/platform/s5p-cec/Makefile with 100% similarity]
drivers/staging/media/s5p-cec/TODO [new file with mode: 0644]
drivers/staging/media/s5p-cec/exynos_hdmi_cec.h [moved from drivers/media/platform/s5p-cec/exynos_hdmi_cec.h with 100% similarity]
drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c [moved from drivers/media/platform/s5p-cec/exynos_hdmi_cecctrl.c with 100% similarity]
drivers/staging/media/s5p-cec/regs-cec.h [moved from drivers/media/platform/s5p-cec/regs-cec.h with 100% similarity]
drivers/staging/media/s5p-cec/s5p_cec.c [moved from drivers/media/platform/s5p-cec/s5p_cec.c with 100% similarity]
drivers/staging/media/s5p-cec/s5p_cec.h [moved from drivers/media/platform/s5p-cec/s5p_cec.h with 100% similarity]