Re: [PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Lee Jones
On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: > Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface > Controller) were not handled at all because wrong regmap was used for > MUIC's regmap_irq_chip. > > The MUIC component of Maxim 77693 uses different I2C address thus second >

Re: [PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Chanwoo Choi
On 10/10/2014 05:22 PM, Krzysztof Kozlowski wrote: > Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface > Controller) were not handled at all because wrong regmap was used for > MUIC's regmap_irq_chip. > > The MUIC component of Maxim 77693 uses different I2C address thus second >

[PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Krzysztof Kozlowski
Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface Controller) were not handled at all because wrong regmap was used for MUIC's regmap_irq_chip. The MUIC component of Maxim 77693 uses different I2C address thus second regmap is created and used by max77693 extcon driver. The

[PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Krzysztof Kozlowski
Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface Controller) were not handled at all because wrong regmap was used for MUIC's regmap_irq_chip. The MUIC component of Maxim 77693 uses different I2C address thus second regmap is created and used by max77693 extcon driver. The

Re: [PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Chanwoo Choi
On 10/10/2014 05:22 PM, Krzysztof Kozlowski wrote: Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface Controller) were not handled at all because wrong regmap was used for MUIC's regmap_irq_chip. The MUIC component of Maxim 77693 uses different I2C address thus second regmap

Re: [PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Lee Jones
On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface Controller) were not handled at all because wrong regmap was used for MUIC's regmap_irq_chip. The MUIC component of Maxim 77693 uses different I2C address thus second regmap is