All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] media: rc: add support for Amlogic Meson IR blaster
@ 2021-07-09 16:57 ` Viktor Prutyanov
  0 siblings, 0 replies; 17+ messages in thread
From: Viktor Prutyanov @ 2021-07-09 16:57 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        |  65 +++
 drivers/media/rc/Kconfig                      |  10 +
 drivers/media/rc/Makefile                     |   1 +
 drivers/media/rc/meson-irblaster.c            | 400 ++++++++++++++++++
 4 files changed, 476 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] 17+ messages in thread

end of thread, other threads:[~2021-07-15  0:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 16:57 [PATCH v3 0/2] media: rc: add support for Amlogic Meson IR blaster Viktor Prutyanov
2021-07-09 16:57 ` Viktor Prutyanov
2021-07-09 16:57 ` Viktor Prutyanov
2021-07-09 16:57 ` [PATCH v3 1/2] media: rc: meson-irblaster: document device tree bindings Viktor Prutyanov
2021-07-09 16:57   ` Viktor Prutyanov
2021-07-09 16:57   ` Viktor Prutyanov
2021-07-14 23:23   ` Rob Herring
2021-07-14 23:23     ` Rob Herring
2021-07-14 23:23     ` Rob Herring
2021-07-09 16:57 ` [PATCH v3 2/2] media: rc: introduce Meson IR blaster driver Viktor Prutyanov
2021-07-09 16:57   ` Viktor Prutyanov
2021-07-09 16:57   ` Viktor Prutyanov
2021-07-09 21:32   ` kernel test robot
2021-07-09 21:32     ` kernel test robot
2021-07-09 22:11   ` Sean Young
2021-07-09 22:11     ` Sean Young
2021-07-09 22:11     ` 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.