linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/2] media: rc: add support for Amlogic Meson IR blaster
@ 2021-07-19 17:05 Viktor Prutyanov
  2021-07-19 17:05 ` [PATCH v7 1/2] media: rc: meson-ir-tx: document device tree bindings Viktor Prutyanov
  2021-07-19 17:05 ` [PATCH v7 2/2] media: rc: introduce Meson IR TX driver Viktor Prutyanov
  0 siblings, 2 replies; 6+ messages in thread
From: Viktor Prutyanov @ 2021-07-19 17:05 UTC (permalink / raw)
  To: sean, mchehab, robh+dt, khilman, narmstrong
  Cc: jbrunet, martin.blumenstingl, linux-media, devicetree,
	linux-kernel, linux-arm-kernel, linux-amlogic, rockosov,
	Viktor Prutyanov

Hi,

this is a driver for the IR transmitter (also called IR blaster)
available in some Amlogic Meson SoCs.

Viktor Prutyanov (2):
  media: rc: meson-ir-tx: document device tree bindings
  media: rc: introduce Meson IR TX driver

 .../bindings/media/amlogic,meson-ir-tx.yaml   |  60 +++
 drivers/media/rc/Kconfig                      |  10 +
 drivers/media/rc/Makefile                     |   1 +
 drivers/media/rc/meson-ir-tx.c                | 406 ++++++++++++++++++
 4 files changed, 477 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml
 create mode 100644 drivers/media/rc/meson-ir-tx.c

-- 
2.21.0


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

end of thread, other threads:[~2021-07-23 22:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 17:05 [PATCH v7 0/2] media: rc: add support for Amlogic Meson IR blaster Viktor Prutyanov
2021-07-19 17:05 ` [PATCH v7 1/2] media: rc: meson-ir-tx: document device tree bindings Viktor Prutyanov
2021-07-20 22:23   ` Martin Blumenstingl
2021-07-23 22:35   ` Rob Herring
2021-07-19 17:05 ` [PATCH v7 2/2] media: rc: introduce Meson IR TX driver Viktor Prutyanov
2021-07-20  6:55   ` Sean Young

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