2015-12-05 16:07:37

by Sebastian Reichel

[permalink] [raw]
Subject: Re: [PATCH] power: qcom_smbb: Add otg regulator for control of vbus

Hi Tim,

On Thu, Oct 22, 2015 at 02:12:17PM -0700, Tim Bird wrote:
> Add a regulator to control the OTG chargepath switch. The OTG
> switch gets its power from pm8941_5vs1, and that should be expressed
> as an usb_otg_in-supply property in the DT node for the charger driver.
> The regulator name is "otg". This is used by USB code to control VBUS
> direction.

I could not find a newer version of this patch with the comments
from Mark being fixed. Did I miss anything?

-- Sebastian


Attachments:
(No filename) (487.00 B)
signature.asc (819.00 B)
Download all attachments

2015-12-08 18:50:14

by Tim Bird

[permalink] [raw]
Subject: Re: [PATCH] power: qcom_smbb: Add otg regulator for control of vbus



On 12/05/2015 08:07 AM, Sebastian Reichel wrote:
> Hi Tim,
>
> On Thu, Oct 22, 2015 at 02:12:17PM -0700, Tim Bird wrote:
>> Add a regulator to control the OTG chargepath switch. The OTG
>> switch gets its power from pm8941_5vs1, and that should be expressed
>> as an usb_otg_in-supply property in the DT node for the charger driver.
>> The regulator name is "otg". This is used by USB code to control VBUS
>> direction.
>
> I could not find a newer version of this patch with the comments
> from Mark being fixed. Did I miss anything?
No. I thought I had sent out the follow-up for this, but
apparently I did not. I'm re-testing it now, and plan to
send it out today.

Sorry about that. I got sidetracked in the last month on some
other USB issues (not the host side, which is what requires
this patch).
-- Tim