From: Beniamino Galvani <b.galvani@gmail.com>
To: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: linux-media@vger.kernel.org, Carlo Caione <carlo@caione.org>,
Sean Young <sean@mess.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Jerry Cao <jerry.cao@amlogic.com>,
Victor Wan <victor.wan@amlogic.com>,
Beniamino Galvani <b.galvani@gmail.com>
Subject: [PATCH v3 0/3] media: rc: add support for Amlogic Meson IR receiver
Date: Tue, 18 Nov 2014 21:22:32 +0100 [thread overview]
Message-ID: <1416342155-26820-1-git-send-email-b.galvani@gmail.com> (raw)
Hi,
this is a driver for the infrared receiver available in Amlogic Meson6
and Meson8 SoCs. The device 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.
In order to have the maximum compatibility with different protocols
the driver implements software decoding.
Changes since v2 [ https://lkml.org/lkml/2014/10/12/149 ]:
- avoid calling rc_free_device() twice in probe error path
Changes since v1 [ https://lkml.org/lkml/2014/11/9/20 ]:
- added COMPILE_TEST to allow compilation for other architectures
- added missing header files
- removed bogus vendor, product and version assignments
- added file path to Meson entry in MAINTAINERS
- reordered patches
Beniamino Galvani (3):
media: rc: meson: document device tree bindings
media: rc: add driver for Amlogic Meson IR remote receiver
ARM: dts: meson: add IR receiver node
.../devicetree/bindings/media/meson-ir.txt | 14 ++
MAINTAINERS | 1 +
arch/arm/boot/dts/meson.dtsi | 7 +
drivers/media/rc/Kconfig | 11 ++
drivers/media/rc/Makefile | 1 +
drivers/media/rc/meson-ir.c | 216 +++++++++++++++++++++
6 files changed, 250 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/meson-ir.txt
create mode 100644 drivers/media/rc/meson-ir.c
--
1.9.1
next reply other threads:[~2014-11-18 20:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-18 20:22 Beniamino Galvani [this message]
2014-11-18 20:22 ` [PATCH v3 1/3] media: rc: meson: document device tree bindings Beniamino Galvani
2014-11-18 20:22 ` [PATCH v3 2/3] media: rc: add driver for Amlogic Meson IR remote receiver Beniamino Galvani
2014-11-26 15:04 ` Mauro Carvalho Chehab
[not found] ` <20141126130451.5789e7f9-+RedX5hVuTR+urZeOPWqwQ@public.gmane.org>
2014-11-26 15:11 ` Carlo Caione
2014-11-18 20:22 ` [PATCH v3 3/3] ARM: dts: meson: add IR receiver node Beniamino Galvani
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=1416342155-26820-1-git-send-email-b.galvani@gmail.com \
--to=b.galvani@gmail.com \
--cc=carlo@caione.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jerry.cao@amlogic.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=m.chehab@samsung.com \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sean@mess.org \
--cc=victor.wan@amlogic.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;
as well as URLs for NNTP newsgroup(s).