Re: [PATCHv2 11/12] phy: helpers for USB ULPI PHY registering

2015-03-18 Thread Sergei Shtylyov
Hello. On 03/18/2015 07:54 PM, David Cohen wrote: ULPI PHYs need to be bound to their controllers with a lookup. This adds helpers that the ULPI drivers can use to do both, the registration of the PHY and the lookup, at the same time. Signed-off-by: Heikki Krogerus Cc: Kishon Vijay Abraham

Re: [PATCHv2 11/12] phy: helpers for USB ULPI PHY registering

2015-03-18 Thread David Cohen
On Wed, Mar 18, 2015 at 05:46:44PM +0300, Sergei Shtylyov wrote: > Hello. > > On 3/18/2015 3:40 PM, Heikki Krogerus wrote: > > >ULPI PHYs need to be bound to their controllers with a > >lookup. This adds helpers that the ULPI drivers can use to > >do both, the registration of the PHY and the look

Re: [PATCHv2 11/12] phy: helpers for USB ULPI PHY registering

2015-03-18 Thread Sergei Shtylyov
Hello. On 3/18/2015 3:40 PM, Heikki Krogerus wrote: ULPI PHYs need to be bound to their controllers with a lookup. This adds helpers that the ULPI drivers can use to do both, the registration of the PHY and the lookup, at the same time. Signed-off-by: Heikki Krogerus Cc: Kishon Vijay Abraha

[PATCHv2 11/12] phy: helpers for USB ULPI PHY registering

2015-03-18 Thread Heikki Krogerus
ULPI PHYs need to be bound to their controllers with a lookup. This adds helpers that the ULPI drivers can use to do both, the registration of the PHY and the lookup, at the same time. Signed-off-by: Heikki Krogerus Cc: Kishon Vijay Abraham I --- drivers/phy/ulpi_phy.h | 31