power: supply: cpcap-charger: Enable vbus boost voltage
authorTony Lindgren <tony@atomide.com>
Fri, 30 Aug 2019 23:23:16 +0000 (16:23 -0700)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 2 Sep 2019 21:08:07 +0000 (23:08 +0200)
commit7f7378618b4103c083db7de5017df958f8ada070
tree0ac9a70b8263996326b9634e6713f67b251b295b
parent7cfd33d997a4c320b6bbce5e9592230dae1e73d2
power: supply: cpcap-charger: Enable vbus boost voltage

We are currently not enabling VBUS boost for cpcap when in host mode.
This means the VBUS is fed at the battery voltage level, which can cause
flakeyness enumerating devices.

Looks like the boost control for VBUS is CPCAP_BIT_VBUS_SWITCH that we
must enable in the charger for nice 4.92 V VBUS output. And looks like
we must not use the STBY pin enabling but must instead use manual VBUS
control in phy-cpcap-usb.

We want to do this in cpcap_charger_vbus_work() and also set a flag for
feeding_vbus to avoid races between USB detection and charger detection,
and disable charging if feeding_vbus is set.

Cc: Jacopo Mondi <jacopo@jmondi.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Marcel Partap <mpartap@gmx.net>
Cc: Merlijn Wajer <merlijn@wizzup.org>
Cc: Michael Scott <hashcode0f@gmail.com>
Cc: NeKit <nekit1000@gmail.com>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/phy/motorola/phy-cpcap-usb.c
drivers/power/supply/cpcap-charger.c