[PATCH 0/5] rc: img-ir: rc5 and rc6 support added

From: Sifan Naeem
Date: Thu Dec 04 2014 - 10:39:16 EST


This patch sets adds support for rc5 and rc6 decoder modules along with
workarounds for quirks in the hw which surfaces when decoding in
biphase mode required by rc5 and rc6.

This patch set was based on head of linux-next commit:

commit 1ca7c606de868d172afb4eb65e04e290dbdb51ff
Author: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Date: Thu Dec 4 19:49:10 2014 +1100


Sifan Naeem (5):
rc: img-ir: add scancode requests to a struct
rc: img-ir: pass toggle bit to the rc driver
rc: img-ir: biphase enabled with workaround
rc: img-ir: add philips rc5 decoder module
rc: img-ir: add philips rc6 decoder module

drivers/media/rc/img-ir/Kconfig | 15 ++++
drivers/media/rc/img-ir/Makefile | 2 +
drivers/media/rc/img-ir/img-ir-hw.c | 80 +++++++++++++++++++---
drivers/media/rc/img-ir/img-ir-hw.h | 22 +++++-
drivers/media/rc/img-ir/img-ir-jvc.c | 8 +--
drivers/media/rc/img-ir/img-ir-nec.c | 24 +++----
drivers/media/rc/img-ir/img-ir-rc5.c | 88 ++++++++++++++++++++++++
drivers/media/rc/img-ir/img-ir-rc6.c | 117 ++++++++++++++++++++++++++++++++
drivers/media/rc/img-ir/img-ir-sanyo.c | 8 +--
drivers/media/rc/img-ir/img-ir-sharp.c | 8 +--
drivers/media/rc/img-ir/img-ir-sony.c | 12 ++--
11 files changed, 342 insertions(+), 42 deletions(-)
create mode 100644 drivers/media/rc/img-ir/img-ir-rc5.c
create mode 100644 drivers/media/rc/img-ir/img-ir-rc6.c

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/