Re: [PATCH RESEND 2/3] extcon: max77693: Request only specific interrupts

2014-10-22 Thread Krzysztof Kozlowski
On śro, 2014-10-22 at 18:04 +0900, Chanwoo Choi wrote: > Hi Krzysztof, > > The extcon-max77693.c was tested by all cables (mhl, hdmi, usb, usb-host, > dock for audio play, dock for mhl). > with default_init_data register setting. If you deletes legacy > default_init_data[] register setting, > ex

Re: [PATCH RESEND 2/3] extcon: max77693: Request only specific interrupts

2014-10-22 Thread Chanwoo Choi
Hi Krzysztof, The extcon-max77693.c was tested by all cables (mhl, hdmi, usb, usb-host, dock for audio play, dock for mhl). with default_init_data register setting. If you deletes legacy default_init_data[] register setting, extcon-max77693.c can not guarantee the operation of upper cables. So,

[PATCH RESEND 2/3] extcon: max77693: Request only specific interrupts

2014-10-22 Thread Krzysztof Kozlowski
The driver was requesting all MUIC interrupts but then was masking most of them manually at end of probe (with default_init_data). Since default_init_data cannot be passed through DTS (no bindings for driver), this was a conflicting behavior. First get everything, then mask what we don't want. Thi