aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/meson-ir.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-11-26[media] media: rc: add driver for Amlogic Meson IR remote receiverBeniamino Galvani1-0/+216
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>