Re: [PATCH] usb: phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-03-31 Thread Rafał Miłecki
On 30 March 2016 at 12:55, Felipe Balbi wrote: > Rafał Miłecki writes: >> [ text/plain ] >> On 30 March 2016 at 12:13, Felipe Balbi wrote: >>> Rafał Miłecki writes: Northstar is a family of SoCs used in home routers.

Re: [PATCH] usb: phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-03-30 Thread Felipe Balbi
Rafał Miłecki writes: > [ text/plain ] > On 30 March 2016 at 12:13, Felipe Balbi wrote: >> Rafał Miłecki writes: >>> 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

Re: [PATCH] usb: phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-03-30 Thread Rafał Miłecki
On 30 March 2016 at 12:13, Felipe Balbi wrote: > Rafał Miłecki writes: >> 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

Re: [PATCH] usb: phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-03-30 Thread Felipe Balbi
Rafał Miłecki writes: > 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 XHCI controller driver. > >

Re: [PATCH] usb: phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-03-28 Thread Rafał Miłecki
On 29 March 2016 at 03:46, Florian Fainelli wrote: > CC: bcm-kernel-feedback-list, Jon > > Le 28/03/2016 14:59, Rafał Miłecki a écrit : >> +static inline struct bcm_ns_usb3 *phy_to_usb3(struct usb_phy *phy) >> +{ >> + return container_of(phy, struct bcm_ns_usb3, phy); >>

Re: [PATCH] usb: phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-03-28 Thread Florian Fainelli
CC: bcm-kernel-feedback-list, Jon Le 28/03/2016 14:59, Rafał Miłecki a écrit : > 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 >

Re: [PATCH] usb: phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-03-28 Thread kbuild test robot
Hi Rafał, [auto build test WARNING on v4.6-rc1] [also build test WARNING on next-20160327] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH] usb: phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-03-28 Thread Rafał Miłecki
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 XHCI controller driver. Signed-off-by: Rafał Miłecki ---