aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil2016-06-25 07:44:43 -0500
committerMauro Carvalho Chehab2016-06-28 07:59:24 -0500
commitca684386e6e21ba1511061f71577cdb6c3f2b3d3 (patch)
tree34da23d3ec28ac132327fbd381f05cb6acb829ab /MAINTAINERS
parent9881fe0ca187c213eb3a6a8e78e45ad4d1cec171 (diff)
downloadkernel-ca684386e6e21ba1511061f71577cdb6c3f2b3d3.tar.gz
kernel-ca684386e6e21ba1511061f71577cdb6c3f2b3d3.tar.xz
kernel-ca684386e6e21ba1511061f71577cdb6c3f2b3d3.zip
[media] cec: add HDMI CEC framework (api)
The added HDMI CEC framework provides a generic kernel interface for HDMI CEC devices. Note that the CEC framework is added to staging/media and that the cec.h and cec-funcs.h headers are not exported yet. While the kABI is mature, I would prefer to allow the uABI some more time before it is mainlined in case it needs more tweaks. This adds the cec-api.c source that deals with the public CEC API and the Kconfig/Makefile plumbing. The MAINTAINERS file is also updated. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> [k.debski@samsung.com: code cleanup and fixes] Signed-off-by: Kamil Debski <kamil@wypas.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS16
1 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 02299fd2db18..848d37dafd90 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2847,6 +2847,22 @@ F: drivers/net/ieee802154/cc2520.c
2847F: include/linux/spi/cc2520.h 2847F: include/linux/spi/cc2520.h
2848F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt 2848F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2849 2849
2850CEC DRIVER
2851M: Hans Verkuil <hans.verkuil@cisco.com>
2852L: linux-media@vger.kernel.org
2853T: git git://linuxtv.org/media_tree.git
2854W: http://linuxtv.org
2855S: Supported
2856F: Documentation/cec.txt
2857F: Documentation/DocBook/media/v4l/cec*
2858F: drivers/staging/media/cec/
2859F: drivers/media/cec-edid.c
2860F: drivers/media/rc/keymaps/rc-cec.c
2861F: include/media/cec.h
2862F: include/media/cec-edid.h
2863F: include/linux/cec.h
2864F: include/linux/cec-funcs.h
2865
2850CELL BROADBAND ENGINE ARCHITECTURE 2866CELL BROADBAND ENGINE ARCHITECTURE
2851M: Arnd Bergmann <arnd@arndb.de> 2867M: Arnd Bergmann <arnd@arndb.de>
2852L: linuxppc-dev@lists.ozlabs.org 2868L: linuxppc-dev@lists.ozlabs.org