[media] ir-rx51: port to rc-core

This driver was written using lirc since rc-core did not support
transmitter-only hardware at that time. Now that it does, port
this driver.

Compile tested only.

Signed-off-by: Sean Young <sean@mess.org>
Cc: Timo Kokkonen <timo.t.kokkonen@iki.fi>
Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Sean Young
2016-12-19 18:48:29 -02:00
committed by Mauro Carvalho Chehab
parent fe052da492
commit a92def1bec
4 changed files with 128 additions and 224 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#ifndef _LIRC_RX51_H
#define _LIRC_RX51_H
#ifndef _IR_RX51_H
#define _IR_RX51_H
struct lirc_rx51_platform_data {
struct ir_rx51_platform_data {
int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
};