devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Introduce hix5hd2 IR transmitter driver
@ 2014-08-31  2:39 Zhangfei Gao
  2014-08-31  2:39 ` [PATCH v4 1/2] rc: Add DT bindings for hix5hd2 Zhangfei Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zhangfei Gao @ 2014-08-31  2:39 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, sean, arnd, varkabhadram, haifeng.yan,
	jchxue
  Cc: linux-arm-kernel, devicetree, linux-media, Zhangfei Gao

v4:
Change sequence and some comments from Sean and Varka

v3:
Got info from Mauro, 3.17 disable all protocol by default, specific protocol
can be selected via ir-keytable and /sys/class/rc/rc0/protocols

Got suggestion from Sean, add rdev specific info, like timeout, resoluton.
Add optional property "linux,rc-map-name", if kernel keymap is used
otherwise user space keymap will be used.

v2:
Rebase to 3.17-rc1, solve two issues:
a) rc_set_allowed_protocols is deprecated
b) rc-ir-raw.c add empty change_protocol, which block using all protocol
For example, when rdev->map_name = RC_MAP_LIRC, ir-nec-decoder can not be used.

Guoxiong Yan (2):
  rc: Add DT bindings for hix5hd2
  rc: Introduce hix5hd2 IR transmitter driver

Zhangfei Gao (1):
  ARM: dts: hix5hd2: add ir node

 .../devicetree/bindings/media/hix5hd2-ir.txt       |   25 ++
 arch/arm/boot/dts/hisi-x5hd2.dtsi                  |   10 +-
 drivers/media/rc/Kconfig                           |   11 +
 drivers/media/rc/Makefile                          |    1 +
 drivers/media/rc/ir-hix5hd2.c                      |  343 ++++++++++++++++++++
 5 files changed, 389 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/media/hix5hd2-ir.txt
 create mode 100644 drivers/media/rc/ir-hix5hd2.c

-- 
1.7.9.5

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

end of thread, other threads:[~2014-09-01  3:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-31  2:39 [PATCH v4 0/3] Introduce hix5hd2 IR transmitter driver Zhangfei Gao
2014-08-31  2:39 ` [PATCH v4 1/2] rc: Add DT bindings for hix5hd2 Zhangfei Gao
2014-09-01  3:49   ` Varka Bhadram
2014-09-01  3:54     ` zhangfei
2014-08-31  2:39 ` [PATCH v4 2/2] rc: Introduce hix5hd2 IR transmitter driver Zhangfei Gao
2014-08-31  2:39 ` [PATCH v4 3/3] ARM: dts: hix5hd2: add ir node Zhangfei Gao

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