Re: [PATCH 7/8] phy: helpers for USB ULPI PHY registering

2015-01-30 Thread Felipe Balbi
On Fri, Jan 30, 2015 at 12:33:01PM +0200, Heikki Krogerus wrote: > On Thu, Jan 29, 2015 at 10:11:24AM -0600, Felipe Balbi wrote: > > On Thu, Jan 29, 2015 at 04:34:41PM +0200, Heikki Krogerus wrote: > > > On Wed, Jan 28, 2015 at 11:03:55PM -0600, Felipe Balbi wrote: > > > > On Fri, Jan 23, 2015 at 0

Re: [PATCH 7/8] phy: helpers for USB ULPI PHY registering

2015-01-30 Thread Heikki Krogerus
On Thu, Jan 29, 2015 at 10:11:24AM -0600, Felipe Balbi wrote: > On Thu, Jan 29, 2015 at 04:34:41PM +0200, Heikki Krogerus wrote: > > On Wed, Jan 28, 2015 at 11:03:55PM -0600, Felipe Balbi wrote: > > > On Fri, Jan 23, 2015 at 05:12:57PM +0200, Heikki Krogerus wrote: > > > > ULPI PHYs need to be boun

Re: [PATCH 7/8] phy: helpers for USB ULPI PHY registering

2015-01-29 Thread Felipe Balbi
On Thu, Jan 29, 2015 at 04:34:41PM +0200, Heikki Krogerus wrote: > On Wed, Jan 28, 2015 at 11:03:55PM -0600, Felipe Balbi wrote: > > On Fri, Jan 23, 2015 at 05:12:57PM +0200, Heikki Krogerus wrote: > > > ULPI PHYs need to be bound to their controllers with a > > > lookup. This adds helpers that the

Re: [PATCH 7/8] phy: helpers for USB ULPI PHY registering

2015-01-29 Thread Heikki Krogerus
On Wed, Jan 28, 2015 at 11:03:55PM -0600, Felipe Balbi wrote: > On Fri, Jan 23, 2015 at 05:12:57PM +0200, 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

Re: [PATCH 7/8] phy: helpers for USB ULPI PHY registering

2015-01-28 Thread Felipe Balbi
On Fri, Jan 23, 2015 at 05:12:57PM +0200, 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

[PATCH 7/8] phy: helpers for USB ULPI PHY registering

2015-01-23 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