Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-06 Thread Hans de Goede
HI, On 05-02-18 00:28, Chanwoo Choi wrote: On 2018년 02월 02일 17:10, Hans de Goede wrote: Hi, On 02-02-18 01:32, Chanwoo Choi wrote: On 2018년 01월 26일 04:39, Hans de Goede wrote: Some other drivers may be waiting for our extcon to show-up (exiting their probe methods with -EPROBE_DEFER until

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-06 Thread Hans de Goede
HI, On 05-02-18 00:28, Chanwoo Choi wrote: On 2018년 02월 02일 17:10, Hans de Goede wrote: Hi, On 02-02-18 01:32, Chanwoo Choi wrote: On 2018년 01월 26일 04:39, Hans de Goede wrote: Some other drivers may be waiting for our extcon to show-up (exiting their probe methods with -EPROBE_DEFER until

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-04 Thread Chanwoo Choi
On 2018년 02월 02일 17:10, Hans de Goede wrote: > Hi, > > On 02-02-18 01:32, Chanwoo Choi wrote: >> On 2018년 01월 26일 04:39, Hans de Goede wrote: >>> Some other drivers may be waiting for our extcon to show-up (exiting their >>> probe methods with -EPROBE_DEFER until we show up). >>> >>> These

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-04 Thread Chanwoo Choi
On 2018년 02월 02일 17:10, Hans de Goede wrote: > Hi, > > On 02-02-18 01:32, Chanwoo Choi wrote: >> On 2018년 01월 26일 04:39, Hans de Goede wrote: >>> Some other drivers may be waiting for our extcon to show-up (exiting their >>> probe methods with -EPROBE_DEFER until we show up). >>> >>> These

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-02 Thread Hans de Goede
Hi, On 02-02-18 01:32, Chanwoo Choi wrote: On 2018년 01월 26일 04:39, Hans de Goede wrote: Some other drivers may be waiting for our extcon to show-up (exiting their probe methods with -EPROBE_DEFER until we show up). These drivers will typically get the cable state directly after getting the

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-02 Thread Hans de Goede
Hi, On 02-02-18 01:32, Chanwoo Choi wrote: On 2018년 01월 26일 04:39, Hans de Goede wrote: Some other drivers may be waiting for our extcon to show-up (exiting their probe methods with -EPROBE_DEFER until we show up). These drivers will typically get the cable state directly after getting the

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-01 Thread Chanwoo Choi
On 2018년 01월 26일 04:39, Hans de Goede wrote: > Some other drivers may be waiting for our extcon to show-up (exiting their > probe methods with -EPROBE_DEFER until we show up). > > These drivers will typically get the cable state directly after getting > the extcon, this commit changes the int3496

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-01 Thread Chanwoo Choi
On 2018년 01월 26일 04:39, Hans de Goede wrote: > Some other drivers may be waiting for our extcon to show-up (exiting their > probe methods with -EPROBE_DEFER until we show up). > > These drivers will typically get the cable state directly after getting > the extcon, this commit changes the int3496

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-01 Thread Chanwoo Choi
On 2018년 01월 26일 04:39, Hans de Goede wrote: > Some other drivers may be waiting for our extcon to show-up (exiting their > probe methods with -EPROBE_DEFER until we show up). > > These drivers will typically get the cable state directly after getting > the extcon, this commit changes the int3496

Re: [PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-02-01 Thread Chanwoo Choi
On 2018년 01월 26일 04:39, Hans de Goede wrote: > Some other drivers may be waiting for our extcon to show-up (exiting their > probe methods with -EPROBE_DEFER until we show up). > > These drivers will typically get the cable state directly after getting > the extcon, this commit changes the int3496

[PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-01-25 Thread Hans de Goede
Some other drivers may be waiting for our extcon to show-up (exiting their probe methods with -EPROBE_DEFER until we show up). These drivers will typically get the cable state directly after getting the extcon, this commit changes the int3496 code to process the id-pin before registering the

[PATCH] extcon: int3496: process id-pin first so that we start with the right status

2018-01-25 Thread Hans de Goede
Some other drivers may be waiting for our extcon to show-up (exiting their probe methods with -EPROBE_DEFER until we show up). These drivers will typically get the cable state directly after getting the extcon, this commit changes the int3496 code to process the id-pin before registering the