devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add ZTE zx-irdec remote control driver
@ 2017-07-29  6:31 Shawn Guo
  2017-07-29  6:31 ` [PATCH 1/2] dt-bindings: add bindings document for zx-irdec Shawn Guo
       [not found] ` <1501309902-7559-1-git-send-email-shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Shawn Guo @ 2017-07-29  6:31 UTC (permalink / raw)
  To: Sean Young, Rob Herring
  Cc: Baoyou Xie, Xin Zhou, Jun Nie, linux-media, devicetree,
	linux-arm-kernel, Shawn Guo

From: Shawn Guo <shawn.guo@linaro.org>

The series adds dt-bindings and remote control driver for IRDEC block
found on ZTE ZX family SoCs.

Shawn Guo (2):
  dt-bindings: add bindings document for zx-irdec
  rc: add zx-irdec remote control driver

 .../devicetree/bindings/media/zx-irdec.txt         |  14 ++
 drivers/media/rc/Kconfig                           |  11 ++
 drivers/media/rc/Makefile                          |   1 +
 drivers/media/rc/keymaps/Makefile                  |   3 +-
 drivers/media/rc/keymaps/rc-zx-irdec.c             |  79 ++++++++
 drivers/media/rc/zx-irdec.c                        | 198 +++++++++++++++++++++
 include/media/rc-map.h                             |   1 +
 7 files changed, 306 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/media/zx-irdec.txt
 create mode 100644 drivers/media/rc/keymaps/rc-zx-irdec.c
 create mode 100644 drivers/media/rc/zx-irdec.c

-- 
1.9.1

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

end of thread, other threads:[~2017-07-30 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-29  6:31 [PATCH 0/2] Add ZTE zx-irdec remote control driver Shawn Guo
2017-07-29  6:31 ` [PATCH 1/2] dt-bindings: add bindings document for zx-irdec Shawn Guo
     [not found] ` <1501309902-7559-1-git-send-email-shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-07-29  6:31   ` [PATCH 2/2] rc: add zx-irdec remote control driver Shawn Guo
     [not found]     ` <1501309902-7559-3-git-send-email-shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-07-29  9:51       ` Sean Young
     [not found]         ` <20170729095113.g6hrb3qffi7qcaxx-3XSxi2G4b3iXFJAUJl40Xg@public.gmane.org>
2017-07-30 13:16           ` Shawn Guo

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