Re: [PATCH 3/3] USB mxs-phy: Register phy with framework

2013-02-28 Thread Marc Kleine-Budde
On 02/28/2013 10:40 AM, Alexander Shishkin wrote: > Marc Kleine-Budde writes: > >> On 02/28/2013 09:01 AM, Felipe Balbi wrote: >>> hi, >>> >>> On Wed, Feb 27, 2013 at 03:16:30PM +0100, Marc Kleine-Budde wrote: From: Sascha Hauer We now have usb_add_phy_dev(), so use it to register

Re: [PATCH 3/3] USB mxs-phy: Register phy with framework

2013-02-28 Thread Alexander Shishkin
Marc Kleine-Budde writes: > On 02/28/2013 09:01 AM, Felipe Balbi wrote: >> hi, >> >> On Wed, Feb 27, 2013 at 03:16:30PM +0100, Marc Kleine-Budde wrote: >>> From: Sascha Hauer >>> >>> We now have usb_add_phy_dev(), so use it to register with the framework >>> to be able to find the phy from the

Re: [PATCH 3/3] USB mxs-phy: Register phy with framework

2013-02-28 Thread Marc Kleine-Budde
On 02/28/2013 09:01 AM, Felipe Balbi wrote: > hi, > > On Wed, Feb 27, 2013 at 03:16:30PM +0100, Marc Kleine-Budde wrote: >> From: Sascha Hauer >> >> We now have usb_add_phy_dev(), so use it to register with the framework >> to be able to find the phy from the USB driver. >> >> Reviewed-by: Kishon

Re: [PATCH 3/3] USB mxs-phy: Register phy with framework

2013-02-28 Thread Felipe Balbi
hi, On Wed, Feb 27, 2013 at 03:16:30PM +0100, Marc Kleine-Budde wrote: > From: Sascha Hauer > > We now have usb_add_phy_dev(), so use it to register with the framework > to be able to find the phy from the USB driver. > > Reviewed-by: Kishon Vijay Abraham I > Reviewed-by: Peter Chen > Acked-b

[PATCH 3/3] USB mxs-phy: Register phy with framework

2013-02-27 Thread Marc Kleine-Budde
From: Sascha Hauer We now have usb_add_phy_dev(), so use it to register with the framework to be able to find the phy from the USB driver. Reviewed-by: Kishon Vijay Abraham I Reviewed-by: Peter Chen Acked-by: Felipe Balbi Signed-off-by: Sascha Hauer Signed-off-by: Marc Kleine-Budde --- dri