[PATCH v2 5/9] extcon/input/mfd/regulator: max77843: Switch to common max77693 state container

2015-05-23 Thread Krzysztof Kozlowski
Switch to the same definition of state container as in MAX77693 drivers. This will allow usage of one regulator driver in both devices: MAX77693 and MAX77843. Signed-off-by: Krzysztof Kozlowski --- drivers/extcon/extcon-max77843.c | 17 + drivers/input/misc/max77843-haptic.c

Re: [PATCH v2 5/9] extcon/input/mfd/regulator: max77843: Switch to common max77693 state container

2015-05-26 Thread Dmitry Torokhov
On Sun, May 24, 2015 at 02:43:29PM +0900, Krzysztof Kozlowski wrote: > Switch to the same definition of state container as in MAX77693 drivers. > This will allow usage of one regulator driver in both devices: MAX77693 > and MAX77843. > > Signed-off-by: Krzysztof Kozlowski For input: Acked-by: D

Re: [PATCH v2 5/9] extcon/input/mfd/regulator: max77843: Switch to common max77693 state container

2015-05-27 Thread Lee Jones
On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > Switch to the same definition of state container as in MAX77693 drivers. > This will allow usage of one regulator driver in both devices: MAX77693 > and MAX77843. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/extcon/extcon-max77843.c

Re: [PATCH v2 5/9] extcon/input/mfd/regulator: max77843: Switch to common max77693 state container

2015-05-27 Thread Chanwoo Choi
Hi Krzysztof, I reviewed it and took the kernel build. There are no any build issue. Acked-by: Chanwoo Choi Thanks, Chanwoo Choi On Sun, May 24, 2015 at 2:43 PM, Krzysztof Kozlowski wrote: > Switch to the same definition of state container as in MAX77693 drivers. > This will allow usage of on