[PATCH] Input: add regulator haptic driver

2013-10-10 Thread hyunhee.kim
From: Hyunhee Kim Date: Wed, 9 Oct 2013 16:21:36 +0900 Subject: [PATCH] Input: add regulator haptic driver The regulator haptic driver function can be used to control motor by on/off regulator. User can control the haptic driver by using force feedback framework. Signed-off-by: Hyunhee Kim Sign

[PATCH] Input: add regulator haptic driver

2013-10-10 Thread hyunhee.kim
From: Hyunhee Kim Date: Wed, 9 Oct 2013 16:21:36 +0900 Subject: [PATCH] Input: add regulator haptic driver The regulator haptic driver function can be used to control motor by on/off regulator. User can control the haptic driver by using force feedback framework. Signed-off-by: Hyunhee Kim Sign

[PATCH v2] Input: add regulator haptic driver

2013-10-23 Thread hyunhee.kim
}, + + .probe = regulator_haptic_probe, + .remove = regulator_haptic_remove, +}; +module_platform_driver(regulator_haptic_driver); + +MODULE_ALIAS("platform:regulator-haptic"); +MODULE_DESCRIPTION("Regulator haptic driver"); +MODULE_LICENSE("GPL")

[PATCH v2] Input: add regulator haptic driver

2013-10-24 Thread hyunhee.kim
.of_match_table = regulator_haptic_dt_match, + }, + + .probe = regulator_haptic_probe, + .remove = regulator_haptic_remove, +}; +module_platform_driver(regulator_haptic_driver); + +MODULE_ALIAS("platform:regulator-haptic"); +MODULE_DESCRIPTION("Regulator haptic d

[PATCH v3] Input: add regulator haptic driver

2013-10-24 Thread hyunhee.kim
From: Hyunhee Kim Date: Wed, 9 Oct 2013 16:21:36 +0900 Subject: [PATCH] Input: add regulator haptic driver Signed-off-by: Hyunhee Kim Signed-off-by: Kyungmin Park Acked-by: Aristeu Rozanski --- drivers/input/misc/Kconfig| 10 ++ drivers/input/misc/Makefile |1 + d

RE: [PATCH v2] Input: add regulator haptic driver

2013-10-24 Thread hyunhee.kim
- From: Oliver Neukum [mailto:oneu...@suse.de] Sent: Thursday, October 24, 2013 5:38 PM To: hyunhee.kim Cc: 'Dmitry Torokhov'; broo...@opensource.wolfsonmicro.com; peter.ujfal...@ti.com; wf...@virginia.edu; linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; a...@linux-foun