Re: [PATCH] phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar

2016-04-10 Thread Rafał Miłecki
On 5 April 2016 at 21:34, Jon Mason wrote: > On Wed, Mar 30, 2016 at 5:32 PM, Jon Mason wrote: >> On Tue, Mar 29, 2016 at 10:01 AM, Rafał Miłecki wrote: >>> Northstar is a family of SoCs used in home routers. They have USB 2.0

Re: [PATCH] phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar

2016-04-10 Thread Rafał Miłecki
On 5 April 2016 at 21:34, Jon Mason wrote: > On Wed, Mar 30, 2016 at 5:32 PM, Jon Mason wrote: >> On Tue, Mar 29, 2016 at 10:01 AM, Rafał Miłecki wrote: >>> Northstar is a family of SoCs used in home routers. They have USB 2.0 >>> and 3.0 controllers with PHYs that need to be properly

Re: [PATCH] phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar

2016-04-07 Thread Hauke Mehrtens
On 04/05/2016 09:34 PM, Jon Mason wrote: > > > On Wed, Mar 30, 2016 at 5:32 PM, Jon Mason > wrote: > > On Tue, Mar 29, 2016 at 10:01 AM, Rafał Miłecki > wrote: > > Northstar is

Re: [PATCH] phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar

2016-04-07 Thread Hauke Mehrtens
On 04/05/2016 09:34 PM, Jon Mason wrote: > > > On Wed, Mar 30, 2016 at 5:32 PM, Jon Mason > wrote: > > On Tue, Mar 29, 2016 at 10:01 AM, Rafał Miłecki > wrote: > > Northstar is a family of SoCs used in home routers. They

Re: [PATCH] phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar

2016-04-01 Thread Rafał Miłecki
On 1 April 2016 at 14:00, Rafał Miłecki wrote: > Northstar is a family of SoCs used in home routers. They have USB 2.0 > and 3.0 controllers with PHYs that need to be properly initialized. > This driver provides PHY init support in a generic way and can be bound > with an EHCI

Re: [PATCH] phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar

2016-04-01 Thread Rafał Miłecki
On 1 April 2016 at 14:00, Rafał Miłecki wrote: > Northstar is a family of SoCs used in home routers. They have USB 2.0 > and 3.0 controllers with PHYs that need to be properly initialized. > This driver provides PHY init support in a generic way and can be bound > with an EHCI controller driver.