All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add ZTE zx-irdec remote control driver
@ 2017-07-30 13:23 ` Shawn Guo
  0 siblings, 0 replies; 27+ messages in thread
From: Shawn Guo @ 2017-07-30 13:23 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.

Changes for v2:
 - Add one patch to move generic NEC scancode composing and protocol
   type detection code from ir_nec_decode() into an inline shared
   function, which can be reused by zx-irdec driver.

Shawn Guo (3):
  rc: ir-nec-decoder: move scancode composing code into a shared
    function
  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/ir-nec-decoder.c                  |  32 +---
 drivers/media/rc/keymaps/Makefile                  |   3 +-
 drivers/media/rc/keymaps/rc-zx-irdec.c             |  79 +++++++++
 drivers/media/rc/zx-irdec.c                        | 183 +++++++++++++++++++++
 include/media/rc-core.h                            |  31 ++++
 include/media/rc-map.h                             |   1 +
 9 files changed, 325 insertions(+), 30 deletions(-)
 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] 27+ messages in thread

end of thread, other threads:[~2017-08-20 20:09 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-30 13:23 [PATCH v2 0/3] Add ZTE zx-irdec remote control driver Shawn Guo
2017-07-30 13:23 ` Shawn Guo
     [not found] ` <1501420993-21977-1-git-send-email-shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-07-30 13:23   ` [PATCH v2 1/3] rc: ir-nec-decoder: move scancode composing code into a shared function Shawn Guo
2017-07-30 13:23     ` Shawn Guo
2017-07-30 13:23     ` Shawn Guo
2017-07-30 13:23   ` [PATCH v2 2/3] dt-bindings: add bindings document for zx-irdec Shawn Guo
2017-07-30 13:23     ` Shawn Guo
2017-07-30 13:23     ` Shawn Guo
2017-08-03 23:36     ` Rob Herring
2017-08-03 23:36       ` Rob Herring
2017-07-30 13:23   ` [PATCH v2 3/3] rc: add zx-irdec remote control driver Shawn Guo
2017-07-30 13:23     ` Shawn Guo
2017-07-30 13:23     ` Shawn Guo
     [not found]     ` <1501420993-21977-4-git-send-email-shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-08-09 13:00       ` Sean Young
2017-08-09 13:00         ` Sean Young
2017-08-09 13:00         ` Sean Young
     [not found]         ` <20170809130029.eneyqstlejfkotz2-3XSxi2G4b3iXFJAUJl40Xg@public.gmane.org>
2017-08-09 13:48           ` Shawn Guo
2017-08-09 13:48             ` Shawn Guo
2017-08-09 13:48             ` Shawn Guo
2017-08-09 14:42             ` Sean Young
2017-08-09 14:42               ` Sean Young
2017-08-18 12:54   ` [PATCH v2 0/3] Add ZTE " Shawn Guo
2017-08-18 12:54     ` Shawn Guo
2017-08-18 12:54     ` Shawn Guo
2017-08-20 20:09     ` Sean Young
2017-08-20 20:09       ` Sean Young
2017-08-20 20:09       ` 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.