devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3]  media: rc: add support for Amlogic Meson IR receiver
@ 2014-11-18 20:22 Beniamino Galvani
  2014-11-18 20:22 ` [PATCH v3 1/3] media: rc: meson: document device tree bindings Beniamino Galvani
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Beniamino Galvani @ 2014-11-18 20:22 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linux-media, Carlo Caione, Sean Young, linux-kernel,
	linux-arm-kernel, devicetree, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Jerry Cao, Victor Wan,
	Beniamino Galvani

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-26 15:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 20:22 [PATCH v3 0/3] media: rc: add support for Amlogic Meson IR receiver Beniamino Galvani
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

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).