Re: [PATCH v4 4/7] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

2016-04-19 Thread Kishon Vijay Abraham I
Hi, On Friday 15 April 2016 12:05 AM, David Lechner wrote: > This is a new phy driver for the SoC USB controllers on the TI DA8xx > family of microcontrollers. The USB 1.1 PHY is just a simple on/off. > The USB 2.0 PHY also allows overriding the VBUS and ID pins. > > Signed-off-by: David Lechner

[PATCH v4 4/7] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

2016-04-14 Thread David Lechner
This is a new phy driver for the SoC USB controllers on the TI DA8xx family of microcontrollers. The USB 1.1 PHY is just a simple on/off. The USB 2.0 PHY also allows overriding the VBUS and ID pins. Signed-off-by: David Lechner --- v4 changes: * Using phy->ops->get_mode()