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

2015-12-08 Thread Tim Bird
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

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

2015-12-08 Thread Tim Bird
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

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

2015-12-05 Thread Sebastian Reichel
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

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

2015-12-05 Thread Sebastian Reichel
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

RE: [PATCH] power: qcom_smbb: Add otg regulator for control of vbus

2015-10-28 Thread Bird, Tim
On Monday, October 26, 2015 4:17 AM, Mark Rutland wrote: > > 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

RE: [PATCH] power: qcom_smbb: Add otg regulator for control of vbus

2015-10-28 Thread Bird, Tim
On Monday, October 26, 2015 4:17 AM, Mark Rutland wrote: > > 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

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

2015-10-26 Thread Mark Rutland
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".

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

2015-10-26 Thread Mark Rutland
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".

[PATCH] power: qcom_smbb: Add otg regulator for control of vbus

2015-10-22 Thread Tim Bird
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.

[PATCH] power: qcom_smbb: Add otg regulator for control of vbus

2015-10-22 Thread Tim Bird
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.