]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
[media] stih-cec: add CEC notifier support
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Tue, 3 Jan 2017 14:54:56 +0000 (12:54 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 10 Apr 2017 15:53:51 +0000 (12:53 -0300)
commitfc4e009c6c986a8cc717dc070d65ccb60d7de91a
tree64ed54d827472d79124f823abea0c77b60480a8e
parent6e27ccce8c2f6092cb1564b651565d33bd35aec2
[media] stih-cec: add CEC notifier support

By using the CEC notifier framework there is no longer any reason
to manually set the physical address. This was the one blocking
issue that prevented this driver from going out of staging, so do
this move as well.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/sti/cec/Makefile [new file with mode: 0644]
drivers/media/platform/sti/cec/stih-cec.c [new file with mode: 0644]
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/st-cec/Kconfig [deleted file]
drivers/staging/media/st-cec/Makefile [deleted file]
drivers/staging/media/st-cec/TODO [deleted file]
drivers/staging/media/st-cec/stih-cec.c [deleted file]