Re: [PATCH v3 2/5] extcon: max14577: Add extcon-max14577 driver to support MUIC device

2013-11-22 Thread Krzysztof Kozlowski
On Fri, 2013-11-22 at 10:35 +, Mark Brown wrote: > On Fri, Nov 22, 2013 at 09:46:09AM +0100, Krzysztof Kozlowski wrote: > > > +#defineDELAY_MS_DEFAULT17000 /* unit: > > millisecond */ > > This delay is sufficiently large that the delayed work using it probably >

Re: [PATCH v3 2/5] extcon: max14577: Add extcon-max14577 driver to support MUIC device

2013-11-22 Thread Mark Brown
On Fri, Nov 22, 2013 at 09:46:09AM +0100, Krzysztof Kozlowski wrote: > +#define DELAY_MS_DEFAULT17000 /* unit: > millisecond */ This delay is sufficiently large that the delayed work using it probably ought to use the power efficient workqueues instead of just a re

[PATCH v3 2/5] extcon: max14577: Add extcon-max14577 driver to support MUIC device

2013-11-22 Thread Krzysztof Kozlowski
From: Chanwoo Choi This patch supports Maxim MAX14577 MUIC(Micro USB Interface Controller) device by using EXTCON subsystem to handle various external connectors. The max14577 device uses regmap method for i2c communication and supports irq domain. Signed-off-by: Chanwoo Choi Signed-off-by: Krz