]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Input: add regulator haptic driver
authorJaewon Kim <jaewon02.kim@samsung.com>
Wed, 17 Dec 2014 18:31:08 +0000 (10:31 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 22 Dec 2014 02:59:20 +0000 (18:59 -0800)
commitd64cb71bede87dbca60d586a7bb4cef87fbe2731
tree739e9baeed3147f7c81cbd8ff7f4ec714acf7ec4
parent27a560ba1d4f0a07a36e1de2cae839abe776e8f3
Input: add regulator haptic driver

This change adds support for haptic driver controlled by voltage of a
regulator. Userspace can control the device via Force Feedback interface
from input framework.

Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Signed-off-by: Hyunhee Kim <hyunhee.kim@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/regulator-haptic.txt [new file with mode: 0644]
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/regulator-haptic.c [new file with mode: 0644]
include/linux/platform_data/regulator-haptic.h [new file with mode: 0644]