All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Introduce hix5hd2 IR transmitter driver
@ 2014-08-21  9:24 ` Zhangfei Gao
  0 siblings, 0 replies; 29+ messages in thread
From: Zhangfei Gao @ 2014-08-21  9:24 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, David Härdeman, arnd, haifeng.yan, jchxue
  Cc: linux-arm-kernel, devicetree, linux-media, Zhangfei Gao

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):
  [media] rc: remove change_protocol in rc-ir-raw.c

 .../devicetree/bindings/media/hix5hd2-ir.txt       |   21 ++
 drivers/media/rc/Kconfig                           |   11 +
 drivers/media/rc/Makefile                          |    1 +
 drivers/media/rc/ir-hix5hd2.c                      |  347 ++++++++++++++++++++
 drivers/media/rc/rc-ir-raw.c                       |    7 -
 5 files changed, 380 insertions(+), 7 deletions(-)
 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] 29+ messages in thread

end of thread, other threads:[~2014-08-28  9:18 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-21  9:24 [PATCH v2 0/3] Introduce hix5hd2 IR transmitter driver Zhangfei Gao
2014-08-21  9:24 ` Zhangfei Gao
2014-08-21  9:24 ` [PATCH v2 1/3] rc: Add DT bindings for hix5hd2 Zhangfei Gao
2014-08-21  9:24   ` Zhangfei Gao
2014-08-21  9:24 ` [PATCH v2 2/3] rc: Introduce hix5hd2 IR transmitter driver Zhangfei Gao
2014-08-21  9:24   ` Zhangfei Gao
2014-08-21 10:07   ` Sean Young
2014-08-21 10:07     ` Sean Young
2014-08-21 10:07     ` Sean Young
2014-08-27  8:49     ` zhangfei
2014-08-27  8:49       ` zhangfei
2014-08-27  9:51       ` Sean Young
2014-08-27  9:51         ` Sean Young
2014-08-27 10:10         ` zhangfei
2014-08-27 10:10           ` zhangfei
2014-08-27 13:15           ` Sean Young
2014-08-27 13:15             ` Sean Young
     [not found] ` <1408613086-12538-1-git-send-email-zhangfei.gao-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-08-21  9:24   ` [PATCH v2 3/3] [media] rc: remove change_protocol in rc-ir-raw.c Zhangfei Gao
2014-08-21  9:24     ` Zhangfei Gao
2014-08-21  9:24     ` Zhangfei Gao
2014-08-21 11:50     ` Mauro Carvalho Chehab
2014-08-21 11:50       ` Mauro Carvalho Chehab
2014-08-21 11:50       ` Mauro Carvalho Chehab
2014-08-27  8:42       ` zhangfei
2014-08-27  8:42         ` zhangfei
2014-08-27 11:34         ` Mauro Carvalho Chehab
2014-08-27 11:34           ` Mauro Carvalho Chehab
2014-08-28  9:18           ` zhangfei
2014-08-28  9:18             ` zhangfei

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.