All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] media: rc: add support for Amlogic Meson IR blaster
@ 2021-07-07 14:13 ` Viktor Prutyanov
  0 siblings, 0 replies; 32+ messages in thread
From: Viktor Prutyanov @ 2021-07-07 14:13 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-irblaster: document device tree bindings
  media: rc: introduce Meson IR blaster driver

 .../media/amlogic,meson-irblaster.yaml        |  62 +++
 drivers/media/rc/Kconfig                      |  10 +
 drivers/media/rc/Makefile                     |   1 +
 drivers/media/rc/meson-irblaster.c            | 433 ++++++++++++++++++
 4 files changed, 506 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/amlogic,meson-irblaster.yaml
 create mode 100644 drivers/media/rc/meson-irblaster.c

-- 
2.21.0


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

end of thread, other threads:[~2021-07-08 13:59 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 14:13 [PATCH v2 0/2] media: rc: add support for Amlogic Meson IR blaster Viktor Prutyanov
2021-07-07 14:13 ` Viktor Prutyanov
2021-07-07 14:13 ` Viktor Prutyanov
2021-07-07 14:13 ` [PATCH v2 1/2] media: rc: meson-irblaster: document device tree bindings Viktor Prutyanov
2021-07-07 14:13   ` Viktor Prutyanov
2021-07-07 14:13   ` Viktor Prutyanov
2021-07-08 13:09   ` Martin Blumenstingl
2021-07-08 13:09     ` Martin Blumenstingl
2021-07-08 13:09     ` Martin Blumenstingl
2021-07-08 13:20     ` Viktor Prutyanov
2021-07-08 13:20       ` Viktor Prutyanov
2021-07-08 13:20       ` Viktor Prutyanov
2021-07-08 13:57       ` Martin Blumenstingl
2021-07-08 13:57         ` Martin Blumenstingl
2021-07-08 13:57         ` Martin Blumenstingl
2021-07-07 14:13 ` [PATCH v2 2/2] media: rc: introduce Meson IR blaster driver Viktor Prutyanov
2021-07-07 14:13   ` Viktor Prutyanov
2021-07-07 14:13   ` Viktor Prutyanov
2021-07-07 14:29   ` Neil Armstrong
2021-07-07 14:29     ` Neil Armstrong
2021-07-07 14:29     ` Neil Armstrong
2021-07-07 15:11     ` Viktor Prutyanov
2021-07-07 15:11       ` Viktor Prutyanov
2021-07-07 15:11       ` Viktor Prutyanov
2021-07-07 17:18   ` [PATCH] fixup! " Viktor Prutyanov
2021-07-07 17:18     ` Viktor Prutyanov
2021-07-07 17:18     ` Viktor Prutyanov
2021-07-07 17:24   ` [PATCH v2 2/2] " kernel test robot
2021-07-07 17:24     ` kernel test robot
2021-07-08 10:16   ` Sean Young
2021-07-08 10:16     ` Sean Young
2021-07-08 10:16     ` Sean Young

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.