diff options
author | Jeff Chase <jnchase@google.com> | 2020-06-23 01:59:50 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-07-04 12:16:18 +0200 |
commit | 21b9a47e0ec7997c5a762c102cc316ea0c23243f (patch) | |
tree | 82425d31fce55c90c42751dee0161769cad339a3 /MAINTAINERS | |
parent | media: cec: add adap_controls_phys_addr option (diff) | |
download | linux-21b9a47e0ec7997c5a762c102cc316ea0c23243f.tar.xz linux-21b9a47e0ec7997c5a762c102cc316ea0c23243f.zip |
media: cec: i2c: ch7322: Add ch7322 CEC controller driver
Add a CEC device driver for the Chrontel ch7322 CEC conroller.
This is an I2C device capable of sending and receiving CEC messages.
Signed-off-by: Jeff Chase <jnchase@google.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9982c7c12af9..6362b96b7af3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4107,6 +4107,7 @@ L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/i2c/chontel,ch7322.yaml +F: drivers/media/cec/i2c/ch7322.c CIRRUS LOGIC AUDIO CODEC DRIVERS M: James Schulman <james.schulman@cirrus.com> |