]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - MAINTAINERS
[media] media: rc: add driver for Amlogic Meson IR remote receiver
authorBeniamino Galvani <b.galvani@gmail.com>
Tue, 18 Nov 2014 20:22:34 +0000 (17:22 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 26 Nov 2014 15:29:01 +0000 (13:29 -0200)
commit12ddbadf383d551e2681eb361b4f5c400363b5cd
tree9b0ab4c8a8ea798486e4545e86bb2d40fa7ff465
parent36cdfa76635b502c8c7bb7df695d7d5117eca7de
[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>
MAINTAINERS
drivers/media/rc/Kconfig
drivers/media/rc/Makefile
drivers/media/rc/meson-ir.c [new file with mode: 0644]