]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/media/rc/ir-hix5hd2.c
[media] rc: Introduce hix5hd2 IR transmitter driver
authorGuoxiong Yan <yanguoxiong@huawei.com>
Sun, 31 Aug 2014 02:39:10 +0000 (23:39 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Sep 2014 20:03:57 +0000 (17:03 -0300)
commita84fcdaa905862b09482544d190c94a8436e4334
tree08656eb37edaf65aebcd2dccc227085ba8cad7fb
parent1a3920e86e0291c46db8b5b81ed31a98141e9670
[media] rc: Introduce hix5hd2 IR transmitter driver

IR transmitter driver for Hisilicon hix5hd2 soc

By default all protocols are disabled.
For example nec decoder can be enabled by either
1. ir-keytable -p nec
2. echo nec > /sys/class/rc/rc0/protocols
See see Documentation/ABI/testing/sysfs-class-rc

[mchehab@osg.samsung.com: Add a fixup for the driver to compile on
 archs that don't provide writel_relaxed() macro]
Signed-off-by: Guoxiong Yan <yanguoxiong@huawei.com>
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/Kconfig
drivers/media/rc/Makefile
drivers/media/rc/ir-hix5hd2.c [new file with mode: 0644]