Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

2016-07-17 Thread Kishon Vijay Abraham I
Hi Arnd, On Saturday 16 July 2016 02:44 AM, Arnd Bergmann wrote: > On Tuesday, July 5, 2016 10:53:51 AM CEST Kishon Vijay Abraham I wrote: >> From: David Lechner >> >> This is a new phy driver for the SoC USB controllers on the TI DA8xx >> family of microcontrollers. The

Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

2016-07-17 Thread Kishon Vijay Abraham I
Hi Arnd, On Saturday 16 July 2016 02:44 AM, Arnd Bergmann wrote: > On Tuesday, July 5, 2016 10:53:51 AM CEST Kishon Vijay Abraham I wrote: >> From: 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

Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

2016-07-15 Thread Arnd Bergmann
On Tuesday, July 5, 2016 10:53:51 AM CEST Kishon Vijay Abraham I wrote: > From: 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

Re: [PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

2016-07-15 Thread Arnd Bergmann
On Tuesday, July 5, 2016 10:53:51 AM CEST Kishon Vijay Abraham I wrote: > From: 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

[PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

2016-07-04 Thread Kishon Vijay Abraham I
From: 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

[PATCH 04/10] phy: da8xx-usb: new driver for DA8xx SoC USB PHY

2016-07-04 Thread Kishon Vijay Abraham I
From: 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 Signed-off-by: Kishon Vijay Abraham I ---