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-foundation.org

[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 +

[PATCH v2] Input: add regulator haptic driver

2013-10-24 Thread hyunhee.kim
river(regulator_haptic_driver); + +MODULE_ALIAS("platform:regulator-haptic"); +MODULE_DESCRIPTION("Regulator haptic driver"); +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Hyunhee Kim "); -- 1.7.9.5 -Original Message- From: Dmitry Torokhov [mailto:dmitr

[PATCH v2] Input: add regulator haptic driver

2013-10-24 Thread hyunhee.kim
= "regulator-haptic", + .owner = THIS_MODULE, + .of_match_table = regulator_haptic_dt_match, + }, + + .probe = regulator_haptic_probe, + .remove = regulator_haptic_remove, +}; +module_platform_driver(regulator_haptic_driver); + +MODULE_ALIAS(&q

[PATCH v2] Input: add regulator haptic driver

2013-10-24 Thread hyunhee.kim
(GPL); +MODULE_AUTHOR(Hyunhee Kim hyunhee@samsung.com); -- 1.7.9.5 -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Tuesday, October 22, 2013 12:56 AM To: hyunhee.kim Cc: broo...@opensource.wolfsonmicro.com; peter.ujfal...@ti.com; wf...@virginia.edu

[PATCH v2] Input: add regulator haptic driver

2013-10-24 Thread hyunhee.kim
); +MODULE_DESCRIPTION(Regulator haptic driver); +MODULE_LICENSE(GPL); +MODULE_AUTHOR(Hyunhee Kim hyunhee@samsung.com); -- 1.7.9.5 -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Tuesday, October 22, 2013 12:56 AM To: hyunhee.kim Cc: broo...@opensource.wolfsonmicro.com

[PATCH v3] Input: add regulator haptic driver

2013-10-24 Thread hyunhee.kim
From: Hyunhee Kim hyunhee@samsung.com Date: Wed, 9 Oct 2013 16:21:36 +0900 Subject: [PATCH] Input: add regulator haptic driver Signed-off-by: Hyunhee Kim hyunhee@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Aristeu Rozanski a...@ruivo.org ---

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-foundation.org

[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

[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

[PATCH] Input: add regulator haptic driver

2013-10-10 Thread hyunhee.kim
From: Hyunhee Kim hyunhee@samsung.com 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.

[PATCH] Input: add regulator haptic driver

2013-10-10 Thread hyunhee.kim
From: Hyunhee Kim hyunhee@samsung.com 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.