Re: [U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect

2015-03-28 Thread Paul Kocialkowski
Le vendredi 27 mars 2015 à 21:37 +0100, Hans de Goede a écrit : > Hi, > > On 23-03-15 17:38, Hans de Goede wrote: > > Hi, > > > > On 23-03-15 17:33, Paul Kocialkowski wrote: > >> Le lundi 23 mars 2015 à 17:28 +0100, Hans de Goede a écrit : > >>> vbus-usable does not get set if power is provided th

Re: [U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect

2015-03-27 Thread Hans de Goede
Hi, On 23-03-15 17:38, Hans de Goede wrote: Hi, On 23-03-15 17:33, Paul Kocialkowski wrote: Le lundi 23 mars 2015 à 17:28 +0100, Hans de Goede a écrit : vbus-usable does not get set if power is provided through the power barrel connector, even if external 5v is also present on the otg connect

Re: [U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect

2015-03-23 Thread Paul Kocialkowski
Le lundi 23 mars 2015 à 17:38 +0100, Hans de Goede a écrit : > Hi, > > On 23-03-15 17:33, Paul Kocialkowski wrote: > > Le lundi 23 mars 2015 à 17:28 +0100, Hans de Goede a écrit : > >> vbus-usable does not get set if power is provided through the power barrel > >> connector, even if external 5v is

Re: [U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect

2015-03-23 Thread Chen-Yu Tsai
Hi, On Mon, Mar 23, 2015 at 9:34 AM, Hans de Goede wrote: > Hi, > > On 23-03-15 17:28, Hans de Goede wrote: >> >> vbus-usable does not get set if power is provided through the power barrel >> connector, even if external 5v is also present on the otg connector. >> >> vbus-available correctly alway

Re: [U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect

2015-03-23 Thread Hans de Goede
Hi, On 23-03-15 17:33, Paul Kocialkowski wrote: Le lundi 23 mars 2015 à 17:28 +0100, Hans de Goede a écrit : vbus-usable does not get set if power is provided through the power barrel connector, even if external 5v is also present on the otg connector. vbus-available correctly always reflects

Re: [U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect

2015-03-23 Thread Hans de Goede
Hi, On 23-03-15 17:28, Hans de Goede wrote: vbus-usable does not get set if power is provided through the power barrel connector, even if external 5v is also present on the otg connector. vbus-available correctly always reflects if there is 5v present on the otg connector. Except that it also

Re: [U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect

2015-03-23 Thread Paul Kocialkowski
Le lundi 23 mars 2015 à 17:28 +0100, Hans de Goede a écrit : > vbus-usable does not get set if power is provided through the power barrel > connector, even if external 5v is also present on the otg connector. > > vbus-available correctly always reflects if there is 5v present on the otg > connecto

[U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect

2015-03-23 Thread Hans de Goede
vbus-usable does not get set if power is provided through the power barrel connector, even if external 5v is also present on the otg connector. vbus-available correctly always reflects if there is 5v present on the otg connector. Signed-off-by: Hans de Goede --- drivers/power/axp221.c | 2 +- 1