]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] cec-edid: add module for EDID CEC helper functions
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 17 Jun 2016 12:13:08 +0000 (09:13 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 28 Jun 2016 12:45:51 +0000 (09:45 -0300)
commit29fb44a58ac12bffe4c225f95afdc22364db070e
tree2e71bc0fbc164eaa0edc3627df7b0bf5c7ede445
parentefe2938dd64cb990338a1f8a92e642f893e06c8d
[media] cec-edid: add module for EDID CEC helper functions

The cec-edid module contains helper functions to find and manipulate
the CEC physical address inside an EDID. Even if the CEC support itself
is disabled, drivers will still need these functions. Which is the
reason this is module is separate from the upcoming CEC framework.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/Kconfig
drivers/media/Makefile
drivers/media/cec-edid.c [new file with mode: 0644]
include/media/cec-edid.h [new file with mode: 0644]