Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2014-01-16 Thread Heikki Krogerus
On Wed, Jan 15, 2014 at 07:41:55PM +0530, Kishon Vijay Abraham I wrote: The point I'm trying to make is that we won't 'always' know the device names in advance. In which cases do we not know the device names, and please note, cases where we would need to use the lookup? The normal cases we

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2014-01-15 Thread Kishon Vijay Abraham I
Hi, On Tuesday 14 January 2014 08:08 PM, Heikki Krogerus wrote: On Tue, Jan 07, 2014 at 06:31:52PM +0530, Kishon Vijay Abraham I wrote: In any case, having two device names to deal with does not add any more risk. These associations should always be made in the place where the phy device is

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2014-01-14 Thread Heikki Krogerus
On Tue, Jan 07, 2014 at 06:31:52PM +0530, Kishon Vijay Abraham I wrote: In any case, having two device names to deal with does not add any more risk. These associations should always be made in the place where the phy device is created so you will always know it's device name. huh.. we

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2014-01-08 Thread Tony Lindgren
* Heikki Krogerus heikki.kroge...@linux.intel.com [131209 07:10]: Provide a complete association for the phy and it's user (musb) with the new phy_lookup_table. This seems safe to queue via the USB list: Acked-by: Tony Lindgren t...@atomide.com Signed-off-by: Heikki Krogerus

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2014-01-07 Thread Kishon Vijay Abraham I
Hi, On Monday 16 December 2013 08:13 PM, Heikki Krogerus wrote: Hi, On Mon, Dec 16, 2013 at 04:34:35PM +0530, Kishon Vijay Abraham I wrote: On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: Provide a complete association for the phy and it's user (musb) with the new

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2013-12-16 Thread Kishon Vijay Abraham I
Hi, On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: Provide a complete association for the phy and it's user (musb) with the new phy_lookup_table. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com --- arch/arm/mach-omap2/twl-common.c | 15 ++- 1 file

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2013-12-16 Thread Heikki Krogerus
Hi, On Mon, Dec 16, 2013 at 04:34:35PM +0530, Kishon Vijay Abraham I wrote: On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: Provide a complete association for the phy and it's user (musb) with the new phy_lookup_table. Signed-off-by: Heikki Krogerus

[PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2013-12-09 Thread Heikki Krogerus
Provide a complete association for the phy and it's user (musb) with the new phy_lookup_table. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com --- arch/arm/mach-omap2/twl-common.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git