From: "Antti Seppälä" <a.seppala@gmail.com>
To: James Hogan <james.hogan@imgtec.com>
Cc: "Mauro Carvalho Chehab" <m.chehab@samsung.com>,
linux-media@vger.kernel.org,
"Antti Seppälä" <a.seppala@gmail.com>
Subject: [RFC PATCH 0/3] rc: add RC5-SZ encoder and utilize encoders in nuvoton-cir
Date: Sat, 8 Feb 2014 14:07:27 +0200 [thread overview]
Message-ID: <1391861250-26068-1-git-send-email-a.seppala@gmail.com> (raw)
In-Reply-To: <CAKv9HNYxY0isLt+uZvDZJJ=PX0SF93RsFeS6PsRMMk5gqtu8kQ@mail.gmail.com>
This patchset is based and built on an earlier series posted by James Hogan
(rc: ir-raw: Add encode, implement NEC encode).
This set extends the series by adding a generic RC-5 encoder and adds support
for it to RC-5-SZ protocol.
In addition nuvoton-cir driver is modified to read wakeup filters from sysfs
and utilize encoding to convert the scancodes to format understood by the
underlying hardware.
Antti Seppälä (3):
rc-core: Add Manchester encoder (phase encoder) support to rc-core
ir-rc5-sz: Add ir encoding support
nuvoton-cir: Add support for writing wakeup samples via sysfs filter
callback
drivers/media/rc/ir-raw.c | 44 +++++++++++++
drivers/media/rc/ir-rc5-sz-decoder.c | 35 ++++++++++
drivers/media/rc/nuvoton-cir.c | 121 +++++++++++++++++++++++++++++++++++
drivers/media/rc/nuvoton-cir.h | 1 +
drivers/media/rc/rc-core-priv.h | 14 ++++
include/media/rc-core.h | 1 +
6 files changed, 216 insertions(+)
--
1.8.3.2
next prev parent reply other threads:[~2014-02-08 12:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 19:59 [RFC 0/4] rc: ir-raw: Add encode, implement NEC encode James Hogan
2014-02-06 19:59 ` [RFC 1/4] rc: ir-raw: add scancode encoder callback James Hogan
2014-02-06 19:59 ` [RFC 2/4] rc: ir-raw: add modulation helpers James Hogan
2014-02-06 19:59 ` [RFC 3/4] rc: ir-nec-decoder: add encode capability James Hogan
2014-02-06 19:59 ` [RFC 4/4] DEBUG: rc: img-ir: raw: Add loopback on s_filter James Hogan
2014-02-08 11:30 ` [RFC 0/4] rc: ir-raw: Add encode, implement NEC encode Antti Seppälä
2014-02-08 12:07 ` Antti Seppälä [this message]
2014-02-08 12:07 ` [RFC PATCH 1/3] rc-core: Add Manchester encoder (phase encoder) support to rc-core Antti Seppälä
2014-02-10 10:25 ` James Hogan
2014-02-10 19:56 ` Antti Seppälä
2014-02-08 12:07 ` [RFC PATCH 2/3] ir-rc5-sz: Add ir encoding support Antti Seppälä
2014-02-10 10:30 ` James Hogan
2014-02-10 20:09 ` Antti Seppälä
2014-02-10 20:50 ` James Hogan
2014-02-11 18:14 ` Antti Seppälä
2014-02-11 23:39 ` James Hogan
2014-02-16 17:04 ` Antti Seppälä
2014-02-27 22:43 ` James Hogan
2014-02-16 16:45 ` [RFCv2 PATCH 0/3] rc: add RC5-SZ encoder and utilize encoders in nuvoton-cir Antti Seppälä
2014-02-16 16:45 ` [RFCv2 PATCH 1/3] rc-core: Add Manchester encoder (phase encoder) support to rc-core Antti Seppälä
2014-02-16 16:45 ` [RFCv2 PATCH 2/3] ir-rc5-sz: Add ir encoding support Antti Seppälä
2014-02-16 16:45 ` [RFCv2 PATCH 3/3] nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback Antti Seppälä
2014-02-08 12:07 ` [RFC " Antti Seppälä
2014-02-10 9:58 ` [RFC 0/4] rc: ir-raw: Add encode, implement NEC encode James Hogan
2014-02-10 19:45 ` Antti Seppälä
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1391861250-26068-1-git-send-email-a.seppala@gmail.com \
--to=a.seppala@gmail.com \
--cc=james.hogan@imgtec.com \
--cc=linux-media@vger.kernel.org \
--cc=m.chehab@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox