diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-11-18 17:22:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-26 13:29:01 -0200 |
commit | 12ddbadf383d551e2681eb361b4f5c400363b5cd (patch) | |
tree | 9b0ab4c8a8ea798486e4545e86bb2d40fa7ff465 /MAINTAINERS | |
parent | 36cdfa76635b502c8c7bb7df695d7d5117eca7de (diff) | |
download | op-kernel-dev-12ddbadf383d551e2681eb361b4f5c400363b5cd.zip op-kernel-dev-12ddbadf383d551e2681eb361b4f5c400363b5cd.tar.gz |
[media] media: rc: add driver for Amlogic Meson IR remote receiver
Amlogic Meson SoCs include a infrared remote control receiver that can
operate in two modes: "NEC" mode in which the hardware decodes frames
using the NEC IR protocol, and "general" mode in which the receiver
simply reports the duration of pulses and spaces for software
decoding.
This is a driver for the IR receiver that implements software decoding
of received frames.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Acked-by: Carlo Caione <carlo@caione.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a6288ca..f6058ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -850,6 +850,7 @@ ARM/Amlogic MesonX SoC support M: Carlo Caione <carlo@caione.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained +F: drivers/media/rc/meson-ir.c N: meson[x68] ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES |