[PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-15 Thread Roger Quadros
If USB cable is connected prior to boot, we don't get any interrupts so we must manually check the VBUS state and report it during probe. If we don't do it then USB controller will never know that peripheral cable was connected till the user unplugs and replugs the cable. Fixes: b7aad8e2685b

[PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-15 Thread Roger Quadros
If USB cable is connected prior to boot, we don't get any interrupts so we must manually check the VBUS state and report it during probe. If we don't do it then USB controller will never know that peripheral cable was connected till the user unplugs and replugs the cable. Fixes: b7aad8e2685b

Re: [PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-15 Thread Chanwoo Choi
On 2016년 06월 15일 15:47, Roger Quadros wrote: > On 15/06/16 04:57, Chanwoo Choi wrote: >> On 2016년 06월 14일 23:04, Roger Quadros wrote: >>> If USB cable is connected prior to boot, we don't get any interrupts >>> so we must manually check the VBUS state and report it during probe. >>> If we don't do

Re: [PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-15 Thread Chanwoo Choi
On 2016년 06월 15일 15:47, Roger Quadros wrote: > On 15/06/16 04:57, Chanwoo Choi wrote: >> On 2016년 06월 14일 23:04, Roger Quadros wrote: >>> If USB cable is connected prior to boot, we don't get any interrupts >>> so we must manually check the VBUS state and report it during probe. >>> If we don't do

Re: [PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-15 Thread Roger Quadros
On 15/06/16 04:57, Chanwoo Choi wrote: > On 2016년 06월 14일 23:04, Roger Quadros wrote: >> If USB cable is connected prior to boot, we don't get any interrupts >> so we must manually check the VBUS state and report it during probe. >> If we don't do it then USB controller will never know that

Re: [PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-15 Thread Roger Quadros
On 15/06/16 04:57, Chanwoo Choi wrote: > On 2016년 06월 14일 23:04, Roger Quadros wrote: >> If USB cable is connected prior to boot, we don't get any interrupts >> so we must manually check the VBUS state and report it during probe. >> If we don't do it then USB controller will never know that

Re: [PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-14 Thread Chanwoo Choi
On 2016년 06월 14일 23:04, Roger Quadros wrote: > If USB cable is connected prior to boot, we don't get any interrupts > so we must manually check the VBUS state and report it during probe. > If we don't do it then USB controller will never know that peripheral > cable was connected till the user

Re: [PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-14 Thread Chanwoo Choi
On 2016년 06월 14일 23:04, Roger Quadros wrote: > If USB cable is connected prior to boot, we don't get any interrupts > so we must manually check the VBUS state and report it during probe. > If we don't do it then USB controller will never know that peripheral > cable was connected till the user

[PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-14 Thread Roger Quadros
If USB cable is connected prior to boot, we don't get any interrupts so we must manually check the VBUS state and report it during probe. If we don't do it then USB controller will never know that peripheral cable was connected till the user unplugs and replugs the cable. Fixes: b7aad8e2685b

[PATCH] extcon: palmas: Fix boot up state of VBUS when using GPIO detection

2016-06-14 Thread Roger Quadros
If USB cable is connected prior to boot, we don't get any interrupts so we must manually check the VBUS state and report it during probe. If we don't do it then USB controller will never know that peripheral cable was connected till the user unplugs and replugs the cable. Fixes: b7aad8e2685b