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

2013-11-27 Thread Chanwoo Choi
On 11/23/2013 12:51 AM, Krzysztof Kozlowski wrote: > 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 > suppor

[PATCH v4 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