[PATCH v2] 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] tizenw: 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 ---

[PATCH v2] 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
; kyungmin.p...@samsung.com; 'Aristeu Sergio Rozanski Filho' Subject: Re: [PATCH v2] Input: add regulator haptic driver On Thu, 2013-10-24 at 15:35 +0900, hyunhee.kim wrote: Hi, first of all your mail client mangled the patch. +static void regulator_haptic_toggle(struct regulator_haptic *haptic, bool

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

2013-10-24 Thread Oliver Neukum
On Thu, 2013-10-24 at 18:26 +0900, hyunhee.kim wrote: Hi, Thanks for your review. I resent patch v3 after removing wrong wrapping. I made one toggle function because enable/disable functions have redundant codes and another reviewer suggested it. Is it better to separate it into two