]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] rc: img-ir: add hardware decoder driver
authorJames Hogan <james.hogan@imgtec.com>
Fri, 28 Feb 2014 23:28:54 +0000 (20:28 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 11 Mar 2014 18:23:58 +0000 (15:23 -0300)
commit30dd9e0c8dc3478b63d7865df5434fcf01a07f3f
tree869dda0dd0f462879231f29da2ed0c9d9d2721a3
parent3fed7dbe8b94ab45298d9e63b90c1c57a01b6d5b
[media] rc: img-ir: add hardware decoder driver

Add remote control input driver for the ImgTec Infrared block hardware
decoder, which is set up with timings for a specific protocol and
supports mask/value filtering and wake events.

The hardware decoder timing values, raw data to scan code conversion
function and scan code filter to raw data filter conversion function
will be provided in separate files for each protocol which this part of
the driver can use. The new generic scan code filter interface is made
use of to reduce interrupts and control wake events.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/rc/img-ir/img-ir-hw.c [new file with mode: 0644]
drivers/media/rc/img-ir/img-ir-hw.h [new file with mode: 0644]